View Single Post
  #18  
Old July 15th, 2004, 10:28 PM
hgrove
external usenet poster
 
Posts: n/a
Default Excel IF/LARGE Function problem

hgrove wrote...
...
C2:
=INDEX(Bonust,MIN(SUMPRODUCT((B$2:B$201=B2)
/COUNTIF(B$2:B$201,B$2:B$201)),ROWS(Bonus)))

Select C2 and fill down into C3:C201.

...

Typo. Change 'Bonust' to 'Bonus', so

C2:
=INDEX(Bonus,MIN(SUMPRODUCT((B$2:B$201=B2)
/COUNTIF(B$2:B$201,B$2:B$201)),ROWS(Bonus)))


---
Message posted from http://www.ExcelForum.com/