+ Reply to Thread
Results 1 to 6 of 6

problem trying to combine column of dates and time

  1. #1
    Registered User
    Join Date
    07-21-2013
    Location
    london england
    MS-Off Ver
    Microsoft Office 365
    Posts
    98

    problem trying to combine column of dates and time

    I have column of dates in A in the format dd/mm/yyyy.
    In column B I have list of times in the format hh.mm. Unfortunately, as you can see, I have used a numbering system to log the times and the time is down as 20.10 instead of 20:10
    I want to combine these two columns in column C so that I get "dd/mm/yy - hh:mm" ,example 20/06/20 - 14:46
    I have tried to use =TEXT(A2,"dd/mm/yy")&" - "&TEXT(B2,"hh:mm") but due to column B being the wrong format, it throws out the wrong time.
    Please help.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: problem trying to combine column of dates and time

    give it a try

    Please Login or Register  to view this content.

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,870

    Re: problem trying to combine column of dates and time

    How about
    =TEXT(A2,"dd/mm/yy")&" - "&TEXT(DOLLARDE(B2,60)/24,"hh:mm")

  4. #4
    Registered User
    Join Date
    07-21-2013
    Location
    london england
    MS-Off Ver
    Microsoft Office 365
    Posts
    98

    Re: problem trying to combine column of dates and time

    excellent! that works brilliantly! thanks!
    just tried to add to your reputationa and it says i need to spread the reputation around before i can give to you again.

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,870

    Re: problem trying to combine column of dates and time

    Not sure which of us you're talking to, but glad we could help & thanks for the feedback.

  6. #6
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: problem trying to combine column of dates and time

    A combination of # 2 and # 3

    Please Login or Register  to view this content.

+ 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. how to combine two time series datas based on their dates?
    By lovevasuka in forum Excel General
    Replies: 1
    Last Post: 07-04-2015, 04:53 PM
  2. [SOLVED] combine date one column, with time another column into third?
    By Biff in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2005, 05:05 AM
  3. combine date one column, with time another column into third?
    By psalyers in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM

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