JeffreyJones1
6 years agoQrew Trainee
Need to setup checkbox formula based on hours:minutes
I have a formula field that returns the hours:minutes of a technician onsite. I want to use this field to create a checkbox formula that returns TRUE if the hours run over 4 hours and FALSE if it runs under 4 hours. I keep getting errors regarding using the if function with a duration and I'm not sure how to get around this if at all possible. Currently trying the syntax below but is not working. Any help is appreciated.
If([day 1 time on site]>4,"TRUE","FALSE")
If([day 1 time on site]>4,"TRUE","FALSE")