Hi,
I am attempting to automate a calculation that will support the conversion of hours to minutes. I have a form the employees enter the amount of time spent with one initiative.
The formula I attempted returns #INVALID VALUE. The value 90 is a manual entry.
Last formula: =TIME([Time Allocation]@row) /60
Time Allocation: Dropdown List (Values):
15m
30m
45m
1hr
1.5hr
2hr
3hr
4hr
5hr
Ultimately, I will create a report that calculates Dawn's total hours per month.
Example: Dawn calculated 240 minutes during the month of July.
Thank you!