SUM calculations with multiple criteria

N

NEHicks

I designed a formula: =SUM(($E$1:$E$49, "")*($G$1:$G$49, "5A")) This worked
at first, but when I increased the range size from 49 to 258 it won't work
now. I have checked my formatting and can't come up with an answer. I am
trying to find the # of blank cells in column E by unit - column G - (5A,
etc) for a large range. Any help would be appreciated.

Thanks
 
D

David Biddulph

Did you intend to use SUMPRODUCT?
And did you intend = instead of the commas?
 
X

xlmate via OfficeKB.com

NEHicks said:
I designed a formula: =SUM(($E$1:$E$49, "")*($G$1:$G$49, "5A")) This worked
at first, but when I increased the range size from 49 to 258 it won't work
now. I have checked my formatting and can't come up with an answer. I am
trying to find the # of blank cells in column E by unit - column G - (5A,
etc) for a large range. Any help would be appreciated.

Thanks

Try the SUMIF formula since you have one criteria which is 5A

HTH
 

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