+ Reply to Thread
Results 1 to 3 of 3

concat function

  1. #1
    Forum Contributor
    Join Date
    01-17-2008
    Posts
    156

    concat function

    how can merge 2 column together:

    column time1 with text as 00:41
    column time2 with text as 27

    how can i merge it into a single cell in hh:mm:ss format , 00:41:27 ?

    thanks.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531
    try

    =--(A1&":"&B1)

    where A1 = time1 and B1 = time2

    or if A1 is a time value you could just do

    =A1+TIME(0,0,B1)

  3. #3
    Forum Contributor
    Join Date
    01-17-2008
    Posts
    156
    thanks, 2nd option work.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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