+ Reply to Thread
Results 1 to 3 of 3

CONCATENATE with Dates

  1. #1
    Registered User
    Join Date
    06-13-2012
    Location
    Leicester, England
    MS-Off Ver
    MS Office 365
    Posts
    76

    CONCATENATE with Dates

    I'm tring to create a list that self populates.

    I'm using the CONCATENATE formula, but when I use a cell with a date it brings back the number as opposed to the actual date shown.

    Is there a way that it can be done so that a date is shown or is this impossible?

    I don't really want to use VBA because the workbook is already full of them.

    Any help will be much apprieciated.

    Thanks

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: CONCATENATE with Dates

    Try something on these lines

    =CONCATENATE(TEXT(A1,"dd-mm-yy"),TEXT(B1,"dd-mm-yy"))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: CONCATENATE with Dates

    Hi,

    If A1 contains Red and B1 contains 12/03/2013, then:

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

    will display:

    Red12/03/2013

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

+ 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. concatenate with dates
    By vlady in forum Excel General
    Replies: 2
    Last Post: 10-12-2011, 10:55 PM
  2. CONCATENATE w/Dates
    By ExcelJunkie in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-25-2008, 07:07 PM
  3. Concatenate Dates
    By 22140 in forum Excel General
    Replies: 2
    Last Post: 10-25-2005, 06:05 PM
  4. concatenate with dates
    By Ciara in forum Excel General
    Replies: 2
    Last Post: 06-10-2005, 07:05 AM
  5. concatenate dates?
    By gavin in forum Excel General
    Replies: 2
    Last Post: 04-05-2005, 04:06 PM

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