V
victorcab
I have a formula I am trying to create that will rank numeric data fro
1-10.
I have tried this nested formula and it doesn't really work too well a
it is limited in ranges.
=IF(R20>600,"1"
IF(R20>400,"2",IF(R20>300,"3",IF(R20>200,"4",IF(R20>100,"5",IF(R20>75,"6",IF(R20>50,"7","8")))))))
If I try to add one more condition it doesn't accept it.
I would like to create something where I can say
range 1-15 = 1
range 16-25 = 2
etc
Any thoughts/advice would be greatly appreciated.
Thanks,
Victo
1-10.
I have tried this nested formula and it doesn't really work too well a
it is limited in ranges.
=IF(R20>600,"1"
IF(R20>400,"2",IF(R20>300,"3",IF(R20>200,"4",IF(R20>100,"5",IF(R20>75,"6",IF(R20>50,"7","8")))))))
If I try to add one more condition it doesn't accept it.
I would like to create something where I can say
range 1-15 = 1
range 16-25 = 2
etc
Any thoughts/advice would be greatly appreciated.
Thanks,
Victo