![]() |
How do I subtract a negative number from a positive number?
I need a formula to subtract a negative from a positive #.
Ex. I have =I3-H3 in the cell but H3 is negative and I3 is positive and it is adding them instead of just displaying the difference. |
Answer: How do I subtract a negative number from a positive number?
|
How do I subtract a negative number from a positive number?
Any time you subtract a negative, it is the same as adding a positive.
=I3-H3, assuming I3=7, and H3=-4 =7-(-4) or 7+4, which =11. If you want the H column to show a negative value, you could use the formula of =I3+H3, or =7+(-4), =7-4, =3 If, however, you want H to have a value that is subtracted, i.e.: H3 is now 4, vice -4, then you could leave the formula as =I3-H3 -- John C "csanta" wrote: I need a formula to subtract a negative from a positive #. Ex. I have =I3-H3 in the cell but H3 is negative and I3 is positive and it is adding them instead of just displaying the difference. |
How do I subtract a negative number from a positive number?
Hi,
H3 = -6 I3 = 6 Your formula =I3-H3 Gives me 12. What do you get? What do you expect to get? Mike "csanta" wrote: I need a formula to subtract a negative from a positive #. Ex. I have =I3-H3 in the cell but H3 is negative and I3 is positive and it is adding them instead of just displaying the difference. |
How do I subtract a negative number from a positive number?
To subtract a negative number from a positive one, add the two values.
If cell A1 has the value of 123 and cell A2 has the value of -23 then adding the two together will produce the value of 100 -- Kevin Backmann "Mike H" wrote: Hi, H3 = -6 I3 = 6 Your formula =I3-H3 Gives me 12. What do you get? What do you expect to get? Mike "csanta" wrote: I need a formula to subtract a negative from a positive #. Ex. I have =I3-H3 in the cell but H3 is negative and I3 is positive and it is adding them instead of just displaying the difference. |
How do I subtract a negative number from a positive number?
In article , ?B?TWlrZSBI?= wrote:
Hi, H3 = -6 I3 = 6 Your formula =I3-H3 Gives me 12. What do you get? What do you expect to get? I admit I was a little concerned when I saw this question. Are there really people using XL without knowing at least a little basic maths ? Doubly concerning IMO if you define using a spreadsheet as "programming" ... to which it bears remarkable similarities, particularly in the likely number of errors found. :) "csanta" wrote: I need a formula to subtract a negative from a positive #. Ex. I have =I3-H3 in the cell but H3 is negative and I3 is positive and it is adding them instead of just displaying the difference. |
All times are GMT +1. The time now is 09:05 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com