How to sum in base 60

  • Thread starter Thread starter Joshua Cossette
  • Start date Start date
J

Joshua Cossette

I am tracking how much time is spent doing different tasks
in the course of a day, five days a week. My days are in
columns and the tasks are in rows. I need to total the
time spent on each task over the five days in the week.
My time values are HH:MM. How do I get it to sum the row
counting in base 60? Thank you very much anyone who can
help!
 
I'm not sure why you'd want to use base 60; I would think you just want a
total of hours and minutes. You could try a custom number format for the
cell(s) with the sum:

[h]:mm

or

[hh]:mm
--
HTH -

-Frank
Microsoft Excel MVP
Dolphin Technology Corp.
http://vbapro.com
 

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