+ Reply to Thread
Results 1 to 4 of 4

Formula concatenate

  1. #1
    Forum Contributor
    Join Date
    06-27-2014
    Location
    Margate, FL
    MS-Off Ver
    MS Office 2016
    Posts
    220

    Formula concatenate

    Hello,

    i'm trying to combine two dates with the word "to" in between (for ex: 09/15/2019 to 09/21/2019). I'm using the concatenate function.

    I currently have:
    In cell b1 = 9/15/2019
    in cell b2 = to
    in cell b3 = 9/21/2019

    my formula looks like this: =concatenate(b$1," ",c$1," ",d$1)... This is what i'm getting 43723 to 43729. How do i convert the numbers to look like dates?

    Thank you,
    trish

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Formula concatenate

    1. You say the data is in B1 B2 B3 but then you say the formula is looking at B1 C1 D1 - you need to sort that out properly.

    2. Dates are held in Excel as 5 digit numbers
    You need to convert them to mm/dd/yyyy
    Use

    =concatenate(TEXT(b$1,"mm/dd/yyyy")," ",c$1," ",TEXT(d$1,"mm/dd/yyyy"))
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    06-27-2014
    Location
    Margate, FL
    MS-Off Ver
    MS Office 2016
    Posts
    220

    Re: Formula concatenate

    Thank you so much... That worked perfectly.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Formula concatenate

    Would this work for you?
    Enter formula in C1
    =TEXT(B1,"mm/dd/yyy")&" to "&TEXT(C1,"mm/dd/yyy")

    v B C D
    1 9/15/2019 9/21/2019 09/15/2019 to 09/21/2019
    Last edited by AlKey; 09-17-2019 at 07:05 PM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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. [SOLVED] Drag CONCATENATE Formula or other formula till last cell in the spreadsheet
    By E5254730 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-23-2017, 10:51 AM
  2. Replies: 9
    Last Post: 11-19-2014, 04:15 PM
  3. Replies: 2
    Last Post: 08-24-2014, 04:56 AM
  4. Replies: 2
    Last Post: 04-12-2010, 12:35 PM
  5. Replies: 1
    Last Post: 05-20-2009, 08:15 AM
  6. Replies: 1
    Last Post: 05-20-2009, 07:56 AM
  7. Evaluating results of a concatenate formula, as a formula
    By dodger in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-09-2005, 09:05 AM

Tags for this Thread

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