Excel formula to add then subtract

  • Thread starter Thread starter Dagonini
  • Start date Start date
D

Dagonini

I am trying to add together a group of cells then subtract that total
from another number and put the result into a cell. My formual is:
=SUM(B112)-(B106:B111)

So what I am trying to do is take the total value of cells B106
through B111 and subtract them from the amount in cell B112. This
would then be all in B113. For some reason excel doesn't recoginize
the (b106:b111). what am I doing wrong?
 
The formula that you have does not match what you stated you are trying to
do. Try this formula (placing it in B113):

+B112 - SUM(B106:B111)

Les
 

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