Percentage.

I

INTEX

If I have two values ie, 2 & 4, the second value is a
100% increase on the first value, how do i show this in a
formula.
 
M

mzehr

Hi,
Try

=IF(base=0,"",(current-base)/ABS(base))

Takes into account the possibility that the base is 0 or
one of the amounts is negative
 
Top