+ Reply to Thread
Results 1 to 4 of 4

Text & Date in the same Cell???

  1. #1
    Registered User
    Join Date
    04-18-2004
    Posts
    13

    Question Text & Date in the same Cell???

    Hi, is it possible to have text & a date in the same cell?? In A! I have todays date =today(). In D1 I want the statement, "Balance at (today's date).
    I have tried =concatenate("Balance at" , & A1) but it returns a numerical value for the date bit???
    Cheers
    Paul.

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Paul,

    Try it this way. No concatenate formula.

    ="Balance at"&" "&TEXT(TODAY(),"mm/dd/yyyy")

    Cheers,

    Steve

  3. #3
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Paul,

    To reference the date in A1 rather than using the TODAY() in my last post.

    =B1&" "& TEXT(A1,"mm/dd/yyyy")


    Steve

  4. #4
    Registered User
    Join Date
    04-18-2004
    Posts
    13
    Thanks Steve, spot on, I owe you a Pint!!

+ 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