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 as follows
[TABLE="width: 250"]
<colgroup><col span="2"></colgroup><tbody>[TR]
[TD]6[/TD]
[TD]25,000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]#DIV/0![/TD]
[TD]#DIV/0!
[/TD]
[/TR]
</tbody>[/TABLE]
i don't follow why its not reading the 4 or 5?
Any ideas?
Thanks
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 as follows
[TABLE="width: 250"]
<colgroup><col span="2"></colgroup><tbody>[TR]
[TD]6[/TD]
[TD]25,000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]#DIV/0![/TD]
[TD]#DIV/0!
[/TD]
[/TR]
</tbody>[/TABLE]
i don't follow why its not reading the 4 or 5?
Any ideas?
Thanks