T
TARogers
I am trying to compare 2 columns of time. Here is the formula I am
trying to use:
=IF(H2>(LOOKUP(Sheet3!A2,Minimums!A2:A35,Minimums!D235)),
"Pass","Fail")
H2 is the run time (mm:ss), A2 is their age, A2:A35 and D235 is ages
and max times.
Basically, I look at someone age, then take the time it took them to
run 3 miles and compare that time to a maximum standard time for the
same age.
Example: 22 year old male has 28 minutes to run 3 miles.
I want to have the cell tell me if the run time is greater than the max
allowed time.
Any help will this is greatly appreciated. Thanks.
trying to use:
=IF(H2>(LOOKUP(Sheet3!A2,Minimums!A2:A35,Minimums!D235)),
"Pass","Fail")
H2 is the run time (mm:ss), A2 is their age, A2:A35 and D235 is ages
and max times.
Basically, I look at someone age, then take the time it took them to
run 3 miles and compare that time to a maximum standard time for the
same age.
Example: 22 year old male has 28 minutes to run 3 miles.
I want to have the cell tell me if the run time is greater than the max
allowed time.
Any help will this is greatly appreciated. Thanks.