+ Reply to Thread
Results 1 to 5 of 5

Trying to merge cells, but dates become values

  1. #1
    Registered User
    Join Date
    02-25-2019
    Location
    Nashville, Tennessee
    MS-Off Ver
    2010
    Posts
    16

    Trying to merge cells, but dates become values

    I need to merge E2 and C2 into D2.

    So i need D2 to look like "1/31/2019 First Name" and I need a formula that i can copy down about 10,000 rows. I have tried Contat and ambersand merging but the date keeps showing as a value of 43496. So, using those methods returns "43496 First Name"
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Trying to merge cells, but dates become values

    Try this in D2:

    =TEXT(E2,"m/d/yyy")&" "&C2

  3. #3
    Forum Expert Roel Jongman's Avatar
    Join Date
    03-28-2015
    Location
    Netherlands
    MS-Off Ver
    Office 365
    Posts
    1,483

    Re: Trying to merge cells, but dates become values

    concat and ampersand are the same difference.. you will always get the same results as they do exactly the same thing..
    you will need to tell excel how to format the datenumber when you merge them into textstrings. Dates are always numbers presented as dates by a formatmask on the cell.

    try
    Please Login or Register  to view this content.
    that should do the trick

    or
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    02-25-2019
    Location
    Nashville, Tennessee
    MS-Off Ver
    2010
    Posts
    16

    Re: Trying to merge cells, but dates become values

    Quote Originally Posted by 63falcondude View Post
    Try this in D2:

    =TEXT(E2,"m/d/yyy")&" "&C2
    THANKS! +rep

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Trying to merge cells, but dates become values

    Happy to help. Thanks for the rep!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. Merge adjacent cells in rows having same values
    By ashokkumarkolla in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-04-2014, 06:23 AM
  2. merge values associated with dates
    By yeninsoutheast in forum Excel General
    Replies: 2
    Last Post: 04-11-2014, 06:50 PM
  3. If cell values equal, then merge cells
    By TonyforVBA in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-01-2013, 01:19 AM
  4. Merge cells based on the no. of cells that has values
    By Yuvarani in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-03-2010, 12:53 AM
  5. Merge cells with values only
    By angel56 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 12-27-2007, 05:51 PM
  6. Macro Merge Cells with Values
    By angel56 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-15-2007, 12:07 PM
  7. [SOLVED] How do I merge cells with multiple data values?
    By KatMic in forum Excel General
    Replies: 2
    Last Post: 11-28-2005, 06:20 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