R
rduffey
I am making a spreadsheet to record compeditive times in an autocross.
Colums a,b,and c, contain respectively driver number, driver name an
car number. More than one driver can drive the same car. Colum
d,e,f,and g contain additional data. column H contains imput of eac
driver's time.
I have used SMALL(h2:h39,1) and SMALL(h2:h39,2) etc. to determine th
fastest times in order. This gives me the fastest times in order, The
below that, use MATCH( cell where "small" is,a2:b39,0etc) to matc
driver number and name to fastest time. I have the problem of a tie i
time. Small picks the tieing times and records them but "small" an
"match" only go back to the first driver number/name. I want th
second member of the tie to show up in second location. I'm trying t
avoid a macro for simplicity sake. Please help. Thank
Colums a,b,and c, contain respectively driver number, driver name an
car number. More than one driver can drive the same car. Colum
d,e,f,and g contain additional data. column H contains imput of eac
driver's time.
I have used SMALL(h2:h39,1) and SMALL(h2:h39,2) etc. to determine th
fastest times in order. This gives me the fastest times in order, The
below that, use MATCH( cell where "small" is,a2:b39,0etc) to matc
driver number and name to fastest time. I have the problem of a tie i
time. Small picks the tieing times and records them but "small" an
"match" only go back to the first driver number/name. I want th
second member of the tie to show up in second location. I'm trying t
avoid a macro for simplicity sake. Please help. Thank