I'm not in front of the formula but I want to subtract two time values but have a zero result if the difference is greater than 1 hour but < 1:30.
I tried an IF statement earlier but it did not work saying I didn't have enough arguments. Basically IF ([Value1]}-{[Value2])> 50 mins but less than 1.5 hours, result is 0, otherwise the result is the operation.
It sounds a bit nuts I'm sure but it is what I'd like to do. I would really like to avoid creating another column to accomplish this if possible. And you might guess, I'm trying to account for lunch time which isn't a set schedule.
I tried an IF statement earlier but it did not work saying I didn't have enough arguments. Basically IF ([Value1]}-{[Value2])> 50 mins but less than 1.5 hours, result is 0, otherwise the result is the operation.
It sounds a bit nuts I'm sure but it is what I'd like to do. I would really like to avoid creating another column to accomplish this if possible. And you might guess, I'm trying to account for lunch time which isn't a set schedule.
Last edited: