Forum Discussion

Broeux's avatar
Broeux
Copper Contributor
Apr 06, 2022
Solved

Calculate difference, pos or neg between numbers

I'm new to Excel and having a problem figuring this out. Here's a simplified explanation of what I'm trying to do: In A2 I have 100 In A3 I have 150, an increase of 50 In B3 I want to show the inc...
  • HansVogelaar's avatar
    Apr 06, 2022

    Broeux 

    I you want an increase to be positive and a decrease to be negative, use =A3-A2

    If you always want a positive (or zero) result, use =ABS(A3-A2)

Resources