+ Reply to Thread
Results 1 to 3 of 3

date returns as a serial number

  1. #1
    Registered User
    Join Date
    09-11-2007
    Posts
    22

    date returns as a serial number

    [Hi

    Need some much needed help with a fomrula that basically combines "text" with values in specific cells within the spreadsheet.

    I trying to combine following to return a date but the date (14-jan) from cell A15 always returns a serial number and not dd-mmm-yy formating.


    String formula
    ="Below represents data taken on" & A15

    Returns[/U][/B]

    Below represents data taken on 40192

    Expecting

    Below represents data taken on 14 January 2010

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: date returns as a serial number

    ="Below represents data taken on" & TEXT(A15,"dd mm yyyy")
    Last edited by Palmetto; 01-14-2010 at 02:54 PM.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: date returns as a serial number

    You need to use TEXT function like this

    ="Below represents data taken on" & TEXT(A15,"d mmmm yyyy")

+ 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