Hi Frank,
I'm trying to develop a formula that will locate the highest awarde
points in a range and then in the cells to the right of the matche
highest numbers insert bonus points - my problem is that when using th
IF, MATCH, LARGE and CHOOSE functions as below to allocate bonus point
as follows 1st=500, 2nd=250, 3rd=125, 4th=75, if there are say tw
people with equal highest points, the formula will allocate 500 point
to both highest earners but then allocate the 3rd prize to 2n
place...
=IF(ISERROR(MATCH(A1,LARGE($A$1:$A$10,{1,2,3,4}),0)),"",CHOOSE(MATCH(A1,LARGE($A$1:$A$10,{1,2,3,4}),0),500,250,125,75)
Kind regard