|
Re: MS Excel will not subtract?
The proper syntax for the SUM command is SUM(number, number, number, ...)
in other words, use commas between operators. If you want to subtract, do it like this (add A1 and the negative value of A2):
=SUM(A1,-A2)
I don't see anything wrong with your formula =(A1-A2). But if the contents of any of the cells you are referencing in that formula can't be converted to a number, you'll get the #VALUE result.
Here are some other things to try
=(3-2)
=-2
What if you open a spreadsheet made by someone else that has subtraction formulas in it?
__________________
|