Formula to track training by hours and minutes not days
We need to track all training by hours and minutes, not days, and I can't find a solution to be able to calculate this with a formula. Anyone able to help? Thanks!
Answers
-
I'm assuming you have some kind of time input that currently results in you getting a result like 1.2 days in a column I'll call "Days". With that assumption in place, try this:
=INT(Days@row) * 24 + "hr " + ROUND((Days@row * 60 - INT(Days@row) * 60), 0) + "min"
If you don't yet have a sheet with that setup, you can force input via a form that separates "Hours" from "Minutes."
Without knowing how you're structuring the data, it's tough to give a definitive answer - if you need more info, would you mind sharing a screenshot of how things are structured at this point? Thanks much, and good luck!
If this answer resolves your question, please help the Community by marking it as an accepted answer. I'd also be grateful for your response - "Insightful"or "Awesome" reactions are much appreciated. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!