Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoNo problem
ToMinutes(ToTimeOfDay([End Time])-ToTimeOfDay([Start Time]))
That will provide a response as a numeric value for the # of minutes.
If you have control over the data entry, it would be better to have the data entry fields be a time of day field type. If they were that field type, then the formula would be.
ToMinutes([End Time] - [Start Time])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
ToMinutes(ToTimeOfDay([End Time])-ToTimeOfDay([Start Time]))
That will provide a response as a numeric value for the # of minutes.
If you have control over the data entry, it would be better to have the data entry fields be a time of day field type. If they were that field type, then the formula would be.
ToMinutes([End Time] - [Start Time])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- MaryPerkins5 years agoQrew TraineeThanks Mark! That worked.
------------------------------
Mary Perkins
M3TR1CS Business Solutions
mary.perkins@m3tr1cs.com
------------------------------