how do I create formula to sum hours & min's

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

Guest

I need help, my feeble mind cannot come up with a formula to match my 60 min
time clock. I need to have a "form" that other employees can just plug the
#'s in and not have to mess with the formula or the numbers (ie: going from a
60 min clock to an 100 min clock)
 
Get them to input the time as hh:mm, and then just add them together. Format
the result cell as [h]:mm.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
With 8.45 in A1, formula in B1 converts to real time:
=TIME(INT(A1),MOD(A1,1)*100,0)

HTH. Best wishes Harald
 

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