+ Reply to Thread
Results 1 to 3 of 3

Joining text with today's date

  1. #1
    Registered User
    Join Date
    04-19-2024
    Location
    Columbus Ohio
    MS-Off Ver
    365
    Posts
    1

    Joining text with today's date

    Hello,
    I’m trying to join text from a cell in my spreadsheet with today’s date in text format. To do this, I’m nesting several different formulas. But I’m having trouble getting the date in the text format. Any help would be appreciated.
    Here’s my formula:
    I first want to write today’s date
    =TODAY ()
    I also want to join the text in A7 with a comma separator
    =CONCATENATE(TODAY(),",",J7)
    My problem is that the date isn’t formatted the way I need it as a text value. What can I do to calculate the date as text formatted as MMDDYYYY?

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,715

    Re: Joining text with today's date

    Try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,825

    Re: Joining text with today's date

    Try it like this:

    =TEXT(TODAY(),"MMDDYYYY")&","&J7

    Hope this helps.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Find Text Within Table, Return First Row Date, Then Compare to Today's Date
    By EduardStoo in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-21-2019, 10:47 AM
  2. Joining From Newcastle, England. Desperately need your expertise today!
    By conrossmac in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-20-2019, 01:07 PM
  3. Reading Date from text file and compare today date
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-29-2017, 03:07 AM
  4. [SOLVED] count occurrenced of today's date in cells where the date is imbedded in other text
    By ItzikM in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-25-2015, 10:51 PM
  5. [SOLVED] Prefill text box in userform with today's date but allow user to enter unique date
    By moosetales in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-02-2014, 09:17 AM
  6. Change date into text if <today and adding text if cell isblank... into an Array.
    By JasonNeedsHelp in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-29-2013, 12:06 PM

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