![]() |
Add colon to times
Is there a way to add a colon (:) to times?
Example: At the moment I have A1 (hours) 2 B1 (minutes) 4 C1 (seconds) 8.321 I want these to end up in a single time cell as 2:4:8.321 |
Add colon to times
One way:
=(A1+(B1+C1/60)/60)/24 In article , meridklt wrote: Is there a way to add a colon (:) to times? Example: At the moment I have A1 (hours) 2 B1 (minutes) 4 C1 (seconds) 8.321 I want these to end up in a single time cell as 2:4:8.321 |
Add colon to times
Many thanks JE McGimpsey
|
Add colon to times
Another way:
=TIMEVALUE(A1&":"&A2&":"&A3) and format as h:mm:ss.000 Bob Umlas Excel MVP "meridklt" wrote: Is there a way to add a colon (:) to times? Example: At the moment I have A1 (hours) 2 B1 (minutes) 4 C1 (seconds) 8.321 I want these to end up in a single time cell as 2:4:8.321 |
Add colon to times
I'm KOREAN MIN ZUN SEO Excel mvp.
Hi. Long Time No See. Thanks A Lot. "Bob Umlas, Excel MVP" wrote: Another way: =TIMEVALUE(A1&":"&A2&":"&A3) and format as h:mm:ss.000 Bob Umlas Excel MVP "meridklt" wrote: Is there a way to add a colon (:) to times? Example: At the moment I have A1 (hours) 2 B1 (minutes) 4 C1 (seconds) 8.321 I want these to end up in a single time cell as 2:4:8.321 |
All times are GMT +1. The time now is 12:43 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com