+ Reply to Thread
Results 1 to 4 of 4

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

  1. #1
    Adam
    Guest

    How do I extract a date as text not the 1900 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?

  2. #2
    Ron Rosenfeld
    Guest

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

    On Tue, 22 Mar 2005 19:15:01 -0800, "Adam" <[email protected]>
    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. #3
    Adam
    Guest

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

    Perfect, thanks.

    "Ron Rosenfeld" wrote:

    > On Tue, 22 Mar 2005 19:15:01 -0800, "Adam" <[email protected]>
    > 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. #4
    Ron Rosenfeld
    Guest

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

    On Wed, 23 Mar 2005 03:25:04 -0800, "Adam" <[email protected]>
    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1