=SUMIF

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

I am trying to use =SUMIF

What I am trying to do is. If B368 is the same as A377 then in B377, I would
like to add F368, G368, H368, I368.

For example if A377 has ABC in it, and B368 has ABC in it, then I would like
B377 to add F368:I368

In B377 I have tried =SUMIF(B368,A377,F368:I368)but it just remains a zero
no matter what values are in F368:I368)

I know I can use this, =SUMIF(B368,"ABC",F368:I368) but this will not work
for me. On any different sheet A377 could be different.

I am using Excel 2007
 
Thanks for the quick responses, I used the first one
"=SUMPRODUCT((B368=A377)*(F368:I368))" and it worked fine.

Thanks
 

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

Similar Threads

Got a problem 2
TODAY() function problem 3
First row where a cell is zero 1
Macro Help 1
Countif with indirect formulas needed 0
Unable to add numbers from another sheet 5
SUMIF excluding #N/A 3
SUMIF Criteria 5

Back
Top