Hello
i would like some assistance with my Nested if statement please. my formula is:
=IF(OR(AND(DESIGNReport!$K6>'Cash Category Ranges '!$F$3:$F$10),AND(DESIGNReport!K6<='Cash Category Ranges '!$G$3:$G$10)),'Cash Category Ranges '!H3:H10,"X")
This returns correctly for the first category but incorrectly for any other condition. I would like it to look at DESIGNReport!$K6 and if it is between $50 k and $100 k return 2 and so on.
any assistance would be appreciated.
With thanks
i would like some assistance with my Nested if statement please. my formula is:
=IF(OR(AND(DESIGNReport!$K6>'Cash Category Ranges '!$F$3:$F$10),AND(DESIGNReport!K6<='Cash Category Ranges '!$G$3:$G$10)),'Cash Category Ranges '!H3:H10,"X")
This returns correctly for the first category but incorrectly for any other condition. I would like it to look at DESIGNReport!$K6 and if it is between $50 k and $100 k return 2 and so on.
any assistance would be appreciated.
With thanks
-$ 300,000 | $ 50,000 | 1 |
$ 50,001 | $ 100,000 | 2 |
$ 100,001 | $ 150,000 | 3 |
$ 150,001 | $ 200,000 | 4 |
$ 200,001 | $ 250,000 | 5 |
$ 250,001 | $ 300,000 | 6 |
$ 300,001 | $ 600,000 | 7 |
$ 600,001 | $ 2,000,000 | 8 |