How do I extract a date as text not the 1900 reference number

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know how to format a date within a cell, but when I reference that cell in
a line of text I am constructing, e.g. ="Since "&A1", XXX has changed by
"&B2&"%" ..., the date comes across in the 1900 number format, e.g. it
displays as "Since 38414 ..." instead of saying "Since 3 March 2005 ..."

How do I get it to give me the date as text rather than Excel's background
reference number?
 
I know how to format a date within a cell, but when I reference that cell in
a line of text I am constructing, e.g. ="Since "&A1", XXX has changed by
"&B2&"%" ..., the date comes across in the 1900 number format, e.g. it
displays as "Since 38414 ..." instead of saying "Since 3 March 2005 ..."

How do I get it to give me the date as text rather than Excel's background
reference number?

=TEXT(A1,"d mmmm yyyy")


--ron
 
Perfect, thanks.

You're welcome. You might also use the same technique in formatting your
percent number, depending on how the original is stored.


--ron
 

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

Back
Top