How can I get the value of a cell to increase in steps?

H

Hawkeye

I want a formula where in a logic statement, I can automatically increase the
value of a cell by one.
 
V

vezerid

Hawkeye,
your post can be interpreted in a variety of ways. Please be more
specific.

Kostis Vezerides
 
C

CLR

If you had the formula =IF(A1>100,"good","bad")

and you wanted to add 1 to cell A1, it could read

=IF((A1+1)>100,'Good","bad")


Vaya con Dios,
Chuck, CABGx3
 
Top