HH:MM sum formula in Smartsheet
I have a series of times that our staff spend on a particular activity for a month in format HH:MM as shown below but I'm struggling with how to create a formula in smartsheet that allows me to sum these values are report the result in the format HH:MM too? Can anyone assist?
Answers
-
HERE is a thread that contains multiple time based solutions. Take a look through them and see if you are able to find one that will work for you. If you are unable to find something or need help adapting one to fit your needs, feel free to let me know, and I will be happy to help.
-
Hi @Tamara Diver ,
how about using a column for the hours and a column for the minutes? As you are requesting 15min increments you could use dropdown there. I think it would probably even faster to fill in for your staff.
The formula to get the total looks like this:
=SUM(hours2:hours6) + FLOOR(SUM(minutes2:minutes6) / 60, 1) + ":" + (SUM(minutes2:minutes6) - FLOOR(SUM(minutes2:minutes6) / 60, 1) * 60)
hours2:hours6 = the range of hour cells to be summed
minutes2:minutes6 = = the range of minute cells to be summed
The formula should work up till 99:45 ;-)
For FLOOR and SUM have a look here:
Hope this helps
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!