Hi All,
I want to calculate the point based on break time. I am using this formula
But it's showing wrong answer 3 instead of 1.5![]()
=IF(A2>="1:15",(3-1.5),IF(A2>="1:10",(3-1),IF(A2>"1:00",(3-0.5),3)))
Point criteria on Break Time are
>1:00 = -.5, >=1:10= - 1, >1:15= -1.5
Bookmarks