+ Reply to Thread
Results 1 to 3 of 3

Thread: Format Date with other text in same forumula

  1. #1
    Registered User
    Join Date
    02-11-2010
    Location
    Boston
    MS-Off Ver
    Excel 2007
    Posts
    6

    Question Format Date with other text in same forumula

    I am trying to display both text and a date in the same line. Currently I have something like

    ="The Date Is " & A1

    where A1 is a cell with a date formatted in a preferred format. However, once I call reference to the cell, excel re-formats it into the serial date, so it displays something like

    The Date Is 40220

    instead of something like

    The Date is 2/11/2010

    Does anyone know how to format the number back into a date form? Just going through the format menus and setting it to date does not change it. Thanks for your help
    Last edited by Tman21901; 02-12-2010 at 12:41 PM.

  2. #2
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,636

    Re: Format Date with other text in same forumula

    Try

    ="The Date Is " & TEXT(A1,"d/mm/yyyy")
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Registered User
    Join Date
    02-11-2010
    Location
    Boston
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Format Date with other text in same forumula

    Awesome thanks so much that works perfectly!

+ 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.2.0