View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
rduffey
 
Posts: n/a
Default index?lookup?match?if?


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


--
rduffey
------------------------------------------------------------------------
rduffey's Profile: http://www.excelforum.com/member.php...o&userid=32997
View this thread: http://www.excelforum.com/showthread...hreadid=528215