+ Reply to Thread
Results 1 to 3 of 3

Date with Text

  1. #1
    Registered User
    Join Date
    06-09-2009
    Location
    NSW, Australia
    MS-Off Ver
    Excel 2003
    Posts
    91

    Date with Text

    I have a date field in C2 and i want to combine the following text with the date from C2.

    if I use this formula ="Outstanding as at" &C2 i end up with a number rather than a date.

    This is my result.

    Outstanding as at 37062

    How do i make my formula bring the date as it looks in cell C2?
    Last edited by ssdsibes; 07-08-2009 at 08:44 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Date with Text

    Use TEXT

    ="Outstanding as at" &TEXT(C2,"dd/mm/yy")

    (change format according to your wishes)

    or use a Custom Format

    =C2

    Custom Format of: "Outstanding as at "dd/mm/yy;;

    (the latter leaves the underlying value as just the date but presents/prints as text string)

  3. #3
    Registered User
    Join Date
    06-09-2009
    Location
    NSW, Australia
    MS-Off Ver
    Excel 2003
    Posts
    91

    Re: Date with Text

    Thank You! worked 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.6.0 RC 1