Crosswords4 mins ago
Microsoft Excel
10 Answers
Need some help everyone, i have set up an invoice on excel, and where i have put in the sums, i want to subtract one from the other sum. I can do autosum to add them up, but when i come to subtract the one number from the list of numbers, i cant do it. I don't know how to :-( Any simple tips and advice gratefully appreciated.
Answers
Best Answer
No best answer has yet been selected by phleb. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.tamborine that's not correct as when you bracket the number it turns it into a negative value which affects the result but not correctly ie 5+5+5=15 BUT 5+5+(-5) = 5. On reflection the easiest way is to delete the value from the cell and make note of the result. Hopefully the OP will come back on this one and let us know how they got on.
Say you have in cells A1-F1 the numbers 10,20,30,40,50,60 and you want to add then up but one of them needs to be subtracted, eg suppose the number in C, ie 30, needs to be subtracted then in the cell where you want this sum you put =SUM(A1-F1)-(2*C1), that will add them all up then take off C then take it off again, ie as if subtracting, that way the sum will work even if you insert new lines.
it's clear to me, there is a list to add up, one of the numbers is listed as a positive but needs to be treated as a negative: "...I can do autosum to add them up, but when i come to subtract THE ONE NUMBER from the list of numbers,...". hence my answer above, phleb can you confirm you are now sorted.