+ Reply to Thread
Results 1 to 3 of 3

Formatting text and date together

  1. #1
    Forum Contributor
    Join Date
    07-11-2005
    Posts
    110

    Formatting text and date together

    How can I format a cell to hold text ("Last update:") and a date which is obtained from another cell? The Formula reads something like +"Last update: "&f2. The date comes out as its numerical value.

    Is it possible.

    Thanks

  2. #2
    bpeltzer
    Guest

    RE: Formatting text and date together

    Use the text function to format the numeric component to suit your needs,
    along the lines of ="Last Updated on " & TEXT(A1,"Mmm dd")
    --Bruce

    "Brisbane Rob" wrote:

    >
    > How can I format a cell to hold text ("Last update:") and a date which
    > is obtained from another cell? The Formula reads something like +"Last
    > update: "&f2. The date comes out as its numerical value.
    >
    > Is it possible.
    >
    > Thanks
    >
    >
    > --
    > Brisbane Rob
    > ------------------------------------------------------------------------
    > Brisbane Rob's Profile: http://www.excelforum.com/member.php...o&userid=25096
    > View this thread: http://www.excelforum.com/showthread...hreadid=492271
    >
    >


  3. #3
    JMay
    Guest

    Re: Formatting text and date together

    use ="Last Update: " & Text(F2,"mm/dd/yyyy")

    The "+" that you are currently using is the old Lotus 1-2-3
    method; loose it!


    "Brisbane Rob" <[email protected]> wrote
    in message news:[email protected]...
    >
    > How can I format a cell to hold text ("Last update:") and a date which
    > is obtained from another cell? The Formula reads something like +"Last
    > update: "&f2. The date comes out as its numerical value.
    >
    > Is it possible.
    >
    > Thanks
    >
    >
    > --
    > Brisbane Rob
    > ------------------------------------------------------------------------
    > Brisbane Rob's Profile:
    > http://www.excelforum.com/member.php...o&userid=25096
    > View this thread: http://www.excelforum.com/showthread...hreadid=492271
    >




+ 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