Hi community! How can I calculate the difference between two values and display the result with a positive or negative sign depending on whether the difference is upward or downward?
For example, if I have two values: 5 and -2. I need the following result: -7.
And if I have: -5 and -2. I need the following result: 3.
Thank you so much!!