Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,624
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default Add colon to times

Many thanks JE McGimpsey
  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 320
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formulas need semi-colon, how to change to comma dk Excel Discussion (Misc queries) 2 May 8th 23 11:46 AM
Is there a way to enter times without typing a colon? dk_ Excel Discussion (Misc queries) 5 November 1st 06 08:58 PM
Insert colon in text in cell Phoenix Excel Discussion (Misc queries) 4 February 3rd 06 09:16 AM
Format cell to show colon BigBuck98 Excel Worksheet Functions 5 January 12th 06 09:48 PM
Replace nth place with colon marlea Excel Worksheet Functions 1 October 5th 05 08:48 PM


All times are GMT +1. The time now is 06:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"