Dates as text

L

lightbulb

using a formula, I am combining a column heading and the date in that row, so
that the cell will read "Column Heading Date", but the date is showing as a
number rather than a date. I want the cell to contain both txt (column
heading), and a date. How do I format it to do so?
 
P

Per Jessen

Hi

Try this:

=A1 & " " & TEXT(A3,dd.mm.yy")

where date is in A3

Hopes this helps.
....
Per
 
C

Chip Pearson

Or, simpler,

="Heading test"&TEXT(A1,"dd/mm/yyyy")

Cordially,
Chip Pearson
Microsoft MVP 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com
[email on web site]
 
L

lightbulb

This is close....for example my date is 05/01/2010, and after the formula, it
reads 1/5/2010....further help?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top