Add colon to times

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Another way:
=TIMEVALUE(A1&":"&A2&":"&A3) and format as h:mm:ss.000
Bob Umlas
Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top