Minus AutoSum

  • Thread starter Thread starter Emanuel Vella
  • Start date Start date
E

Emanuel Vella

Hi,

I know how to select cells and make a plus autosum (ex: 200 + 100 + 100 =
400). But I don't know how to make a minus autosum. (ex: 200 - 100 - 50 =
50).

Any help please?

Thanks in advance.
 
Try this

=200 - 100 - 50
=200 - (100 + 50)
Sum all memeber except the 1st. then subtracr from 1st member

=A1-(sum(A2:A100))
 
Hi and thanks for the replies.

What I do is, I select for example A1, A2, A3, A4, A5 then I click on
formulas / autosum and it writes down automatically the answer in A6. But I
can do only the plus, now I want to do this with minus as well!
 
Hi,

Just don't see how that would be possible, consider this, you have 100 in
cell A1 and 50 in cell B1, now if you add A1+B1 you get 150, if you add B1+A1
you the same result, not the case when you substract, A1-B1 is 50 while B1-A1
is -50, excel would have no way to determine which number to substract from
which number, so the only way I see is to type the formula by hand =A1-B1 or
=B1-A1 depending on the result you want.

PS..I"m not an expert so this is just my opinion!

HTH
Jean-Guy
 
In order to use Autosum for what you want, you'll have to key minus values
into the cells!

For example:
A1 = 100
A2 = -50
A3 = 25
A4 = -10
 
Where should I write them?

Ragdyer said:
In order to use Autosum for what you want, you'll have to key minus values
into the cells!

For example:
A1 = 100
A2 = -50
A3 = 25
A4 = -10
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top