Hello,
I would like some help with a formula that tells me the difference between numbers in two cells but does so with a + or – sign depending on whether the number is lower than or higher than the cell I am looking at.
For example, I have, in Cell F9, the number 84 and in cell G9, the number 80. The difference is clearly 4 and I have that number in cell H9 but how do I get it to say -4? In cell H9 I would also need it to be flexible so that if the number in cell B changed to, say 88, the number in cell H9 would change to +4?
I have a formula that I found which gives me the difference already: =IF((F9-G9)<=0,G9-F9,F9-G9)
It’s the plus or minus that I don’t know how to do.
Thanks very much for your help!
I would like some help with a formula that tells me the difference between numbers in two cells but does so with a + or – sign depending on whether the number is lower than or higher than the cell I am looking at.
For example, I have, in Cell F9, the number 84 and in cell G9, the number 80. The difference is clearly 4 and I have that number in cell H9 but how do I get it to say -4? In cell H9 I would also need it to be flexible so that if the number in cell B changed to, say 88, the number in cell H9 would change to +4?
I have a formula that I found which gives me the difference already: =IF((F9-G9)<=0,G9-F9,F9-G9)
It’s the plus or minus that I don’t know how to do.
Thanks very much for your help!