OK, now that makes more sense...
Now, I am going based that you have three criteria and the array looks somethin like:
age gender time pts etc
10 m 5 6 A
10 f 5 7 A
10 m 6 5 B
10 f 6 6 B
Now, lets say that is your array. Now you have the criteria in cells R2 (age), S2 (gender), T2 (Actual Time)...
So, we have
R2 is 10
S2 is f
T2 is 5:20
Based that you want to round down to the nearest minute, you need three cells that will put the data into the format for a DGET. So, lets say in cells R4,S4,T4 put the column headings age,gender,time. In:
R5, put =R2
S5 put =S2
T5 put =MINUTE(T2)
and in the cell you want to lookup the information, put:
=DGET(<Main array>,<Column Number that the points are in>,R4:T5)
Blue
If I wasn't
Blue, I would just be a Dragon...