SUMIF

  • Thread starter CCTD via OfficeKB.com
  • Start date
C

CCTD via OfficeKB.com

I can not get this to give me a value other then 0

{=SUM(IF('reference data'!$E$2:$E$125,"=1",IF('reference data'!$I$2:$I$125,
"=1",'reference data'!$A$2:$A$125)))}

I got this from the excel help
An array formula can perform multiple calculations and then return either a
single result or multiple results. Array formulas act on two or more sets of
values known as array arguments. Each array argument must have the same
number of rows and columns. You create array formulas the same way that you
create basic, single-value formulas. Select the cell or cells that will
contain the formula, create the formula, and then press CTRL+SHIFT+ENTER to
enter the formula.
the brackets are added once I do the ctrl shift enter
 
D

Domenic

Assuming that Column E and Column I contain numerical values, try...

=SUM(IF('reference data'!$E$2:$E$125=1,IF('reference
data'!$I$2:$I$125=1,'reference data'!$A$2:$A$125)))

....confirmed with CONTROL+SHIFT+ENTER.

Hope this helps!
 

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

Top