B
BILL BONDO
i am using this formula
=if(a1>a2,abs(a1-a2),abs(a2-a1))
this is what i need
day 1 = 100
day 2 = 50
day 3 = 75
day 2 should return a -50
day 3 should return a 25
i can only get the formula to show all negatives
or all positives, not both HELP ME!!
=if(a1>a2,abs(a1-a2),abs(a2-a1))
this is what i need
day 1 = 100
day 2 = 50
day 3 = 75
day 2 should return a -50
day 3 should return a 25
i can only get the formula to show all negatives
or all positives, not both HELP ME!!