Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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? |
#2
![]() |
|||
|
|||
![]()
On Tue, 22 Mar 2005 19:15:01 -0800, "Adam"
wrote: 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 |
#3
![]() |
|||
|
|||
![]()
Perfect, thanks.
"Ron Rosenfeld" wrote: On Tue, 22 Mar 2005 19:15:01 -0800, "Adam" wrote: 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 |
#4
![]() |
|||
|
|||
![]()
On Wed, 23 Mar 2005 03:25:04 -0800, "Adam"
wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pasting data from a website changes text to date | Excel Discussion (Misc queries) | |||
Excel enters date as a text format | Excel Discussion (Misc queries) | |||
How do I convert a number formated as a date to text in Excel? | Excel Discussion (Misc queries) | |||
extract numbers, convert to date | Excel Discussion (Misc queries) | |||
EXTRACT TEXT FROM A DATE | Excel Worksheet Functions |