Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EXCEL: Convert date value into formatted text

Status
Not open for further replies.

GaryRW

Programmer
Mar 8, 2002
67
GB
I'm trying to include both text and a dates in the same cell. The date just comes up as the date value (eg 37352). Is there a way to format the date without using the cell format (doesn't work) or maybe a way to convert the date to a string?

I'm hoping there's a simple answer that I've missed; all help will be very much appreciated
 
Gary,
="Blah Blah Blah" & Text(A1,"dd/mm/yy") should do the trick (where your date values are in A1)
HTH
Geoff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top