Hi All
I've tried to find a solution to this but i just can't see it. using a really basic nested IF
=IF(D4=1,600000,IF(D4=2,525000,IF(D4=3,375000,IF(D4=4,225000,IF(D4=5,100000,IF(D4=6,25000,0))))))
I am only getting a return of 25000 or 0. I have this replicated in D4 to D7 with the scores...