Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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 -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=534625 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=TIME(A1,A2,A3)
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking Groups of cells between workbooks | Excel Discussion (Misc queries) | |||
how to combine including blank cells | New Users to Excel | |||
How do I combine the contents of multiple cells in one cell? | Excel Worksheet Functions | |||
Help adding text values | Excel Worksheet Functions | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions |