I INTEX Aug 12, 2004 #1 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.
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 Aug 12, 2004 #3 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
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