T
TARogers
I am having some problem comparing 2 time values. When I compare 28:0
(mm:ss)(H9) to 28:12 (H10) (formula: if(H10>H9, "Pass", 'Fail"), I ge
"Fail". But when I do the same thing using lookup, I get "Pass"
if(H2>(Lookup(Sheet3!A2,Minimums!A2:A35,Minimums!D235)),"Fail","Pass")
Sheet3!A2 is age of the person
Minimums!D235 is time based on age, A2:A35
I also have a formula that displays"Fail" if any one event display
"Fail"
if(or(c2="Fail",F2="Fail,I2="Fail"),"Fail","Pass"). I am not sure i
this is working because the above displays "Pass" regardless of th
time entered. All help is appreciated.
Tod
(mm:ss)(H9) to 28:12 (H10) (formula: if(H10>H9, "Pass", 'Fail"), I ge
"Fail". But when I do the same thing using lookup, I get "Pass"
if(H2>(Lookup(Sheet3!A2,Minimums!A2:A35,Minimums!D235)),"Fail","Pass")
Sheet3!A2 is age of the person
Minimums!D235 is time based on age, A2:A35
I also have a formula that displays"Fail" if any one event display
"Fail"
if(or(c2="Fail",F2="Fail,I2="Fail"),"Fail","Pass"). I am not sure i
this is working because the above displays "Pass" regardless of th
time entered. All help is appreciated.
Tod