+ Reply to Thread
Results 1 to 3 of 3

Combine Cells

  1. #1
    Union70
    Guest

    Combine Cells


    Greetings,

    How do I combine A1, A2 and A3 to look like this: 3:15:56? Does it
    matter that the data is in Sheet1 and the final product is in Sheet2?
    Any help is welcomed.

    Sheet 1
    Cell Value
    A1 03
    A2 15
    A3 56

    Sheet 2
    Cell Value
    A1 3:15:56

    Thanks,
    Union


    --
    Union70

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Union,

    This looks like a time value format that you want so in Sheet!2A1

    =(Sheet1!A1&":"&Sheet1!A2&":"&Sheet1!A3)*1

    This returns 0.136064815. Just format the cell as h:mm:ss to achieve the desired look of 3:15:56. This will enable you to use the number in calculations. If it is ok to be in text then this will be ok with General formatting.

    =Sheet1!A1&":"&Sheet1!A2&":"&Sheet1!A3



    Does that help?

    Steve

  3. #3
    Herbert Seidenberg
    Guest

    Re: Combine Cells

    =TIME(A1,A2,A3)


+ 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