Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9843

How do I get this formula to increment by 1 per 25?

$
0
0

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))))))

Viewing all articles
Browse latest Browse all 9843

Trending Articles