I need my formula to increase by "1" for every "25". I wrote the following formula, but it does not work:
=SUM(
IF(O11<25,0,
IF(O11<50>21,1,
IF(O11<75>51,2,
IF(O11<100>76,3,
IF(O11<125>101,4))))))
I need my formula to increase by "1" for every "25". I wrote the following formula, but it does not work:
=SUM(
IF(O11<25,0,
IF(O11<50>21,1,
IF(O11<75>51,2,
IF(O11<100>76,3,
IF(O11<125>101,4))))))