+ Reply to Thread
Results 1 to 4 of 4

="Printed " & today()

  1. #1
    Registered User
    Join Date
    07-16-2004
    Posts
    56

    ="Printed " & today()

    I put ="Printed " & today() in a cell thinking that the date would update each time the sheet was opened. I'm having trouble formatting the date, it keeps reading "Printed 38681". How can I change the format the date to an understandable number?
    If that is not possible, is there a more efficient way of achieving what I am wanting?
    Thanks,

    Scott

  2. #2
    Paul B
    Guest

    Re: ="Printed " & today()

    ForSale, try something like this,

    ="Printed " & TEXT(TODAY(), "MM/DD/YYYY")

    --
    Paul B
    Always backup your data before trying something new
    Please post any response to the newsgroups so others can benefit from it
    Feedback on answers is always appreciated!
    Using Excel 2002 & 2003

    "ForSale" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I put ="Printed " & today() in a cell thinking that the date would
    > update each time the sheet was opened. I'm having trouble formatting
    > the date, it keeps reading "Printed 38681". How can I change the
    > format the date to an understandable number?
    > If that is not possible, is there a more efficient way of achieving
    > what I am wanting?
    > Thanks,
    >
    > Scott
    >
    >
    > --
    > ForSale
    > ------------------------------------------------------------------------
    > ForSale's Profile:

    http://www.excelforum.com/member.php...o&userid=11896
    > View this thread: http://www.excelforum.com/showthread...hreadid=488291
    >




  3. #3
    Alan
    Guest

    Re: ="Printed " & today()

    Try
    ="Printed "&TEXT(TODAY(),"dd mmm yy")
    Chang the dd and mmm etc to what you want to display,
    Regards,
    Alan.

    "ForSale" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I put ="Printed " & today() in a cell thinking that the date would
    > update each time the sheet was opened. I'm having trouble formatting
    > the date, it keeps reading "Printed 38681". How can I change the
    > format the date to an understandable number?
    > If that is not possible, is there a more efficient way of achieving
    > what I am wanting?
    > Thanks,
    >
    > Scott
    >
    >
    > --
    > ForSale
    > ------------------------------------------------------------------------
    > ForSale's Profile:
    > http://www.excelforum.com/member.php...o&userid=11896
    > View this thread: http://www.excelforum.com/showthread...hreadid=488291
    >




  4. #4
    Registered User
    Join Date
    07-16-2004
    Posts
    56
    Thanks a lot, everyone.

+ 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