Time Formula Question
I am trying to capture the time it took for an email to be sent and the result is a decimal. What is a good formula to use to capture the result in a time format?
I want the result to be this format:
Appreciate the help.
Best Answer
-
It looks like your "Time to resolve" column calculates the percentage of a day (24 hours) that it takes to resolve. If this is consistent, you could use that column as a basis to formulate your Total Time. Here's the formula I would use in your "Total Time" column:
=ROUNDDOWN([Time to resolve]@row * 24) + ":" + (ROUNDDOWN(([Time to resolve]@row * 24 - ROUNDDOWN([Time to resolve]@row * 24)) * 60))
Answers
-
How exactly are you generating a decimal? Does that decimal represent a portion of a day, a portion of an hour, or some other scale?
-
It looks like your "Time to resolve" column calculates the percentage of a day (24 hours) that it takes to resolve. If this is consistent, you could use that column as a basis to formulate your Total Time. Here's the formula I would use in your "Total Time" column:
=ROUNDDOWN([Time to resolve]@row * 24) + ":" + (ROUNDDOWN(([Time to resolve]@row * 24 - ROUNDDOWN([Time to resolve]@row * 24)) * 60))
-
@brianschmidt that worked perfect. thank you so very much!
-
Great! Glad that worked for you:)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!