SUM formula help PLEASE???

S

sk8gfast

Sorry, this was posted to the wrong group originally

I can get this info via pivot table, but there has to be a way to get sum it
via a formula. I have multiple worksheets and each has multiple rows/columns
of data. I want to use 2 different sets of criteria (from different
worksheets) to sum multiple columns of numbers in the master worksheet. I
keep getting #N/A.

{=SUM(IF(($A2=Customer!$F$1:$F$800)*($B2=Sales!$H$1:$H$800),Master!L$1:O$800,FALSE))}

Can anyone help?
 
T

T. Valko

Try this:

=SUMPRODUCT((Customer!$F$1:$F$800=$A2)*(Sales!$H$1:$H$800=$B2)*Master!L$1:O$800)
 
S

sk8gfast

I typed it in, but I'm not getting a value back. When I do a visual check,
it should have a number, but it's blank.
 
S

sk8gfast

When I input this, I'm not getting a value. It comes back blank. If I hit
F9 to refresh, it still doesn't come up with a correct value. I've done a
visual check and I should have a value in this cell. Help?
 
T

T. Valko

It works for me.

I tried uploading a sample file to a file host but the ones I normally use
seem to be having problems at the moment. Go figure!
 

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

Sum offset formula to add every other column 4
SUM Problem 2
Cumulative Sum 1
Sumif 3
Sum If Multiple Conditions 3
Help With Expanding A Formula 7
Sum numbers that include #N/A 3
multiple criteria formula help 2

Top