Combine Indirect and Sumif

  • Thread starter Thread starter dcd123
  • Start date Start date
D

dcd123

I would like to run both the indirect and sumif functions in the same
cell and am not quite sure how to structure it.

Any help is greatly appreciated.

Thanks!
 
What are you trying to do?

=SUMIF(INDIRECT("A1:A10"),">0",INDIRECT("B1:B10"))
 
Let's see if I can explain this:

I have a workbook with many sheets. I have created a summary shee
that brings in information from the other sheets.

I want the indirect function to return a number from a specific cel
from each sheet next to the relative name. Then I want to subtrac
from that number the amount that has already been paid for the yea
(this is where I'm thinking I need to use the Sumif), this number is o
the summary sheet, but I want to use a criteria to return the relativ
amount. Then I want to divide that result by the number of remainin
months in the year.

So I need to combine the two functions:

=INDIRECT($A82&"!"&$C$2)

Minus

=SUMIF(A3:A158,A82,C3:C158)

/11

I hope that helps
 
I got it to work! Thanks...your sample steered me in the righ
direction
 

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