Which formula is this" {sum()*()*()}"

X

XS

I need to use the formula like

{=SUM(($B14='Namedata'!$M$3:$M$14707)*(W$5='Namedata'!$AC$3:$AC$14707)*('Namedata'!$B$3:$B$14707))}

What's the name of it?

It seems it reference some cell from other sheet to check whether the
criterias are fulfilled, if then SUM them?

Thanks.
 
J

Jacob Skaria

If Col M = B14 and If ColAC = W5 then add Col B

If this post helps click Yes
 
L

Luke M

I think you're wanting SUMPRODUCT

=SUMPRODUCT(($B14='Namedata'!$M$3:$M$14707)*(W$5='Namedata'!$AC$3:$AC$14707)*('Namedata'!$B$3:$B$14707))

And your analysis is correct, its a way to have more than 1 cirteria and do
a sum based on those crtieria.
 
X

XS

Is there a name for this fomula?

And how can I compute? It seems "enter" doesnt work. I need to press
"shift+ctrl+enter", right? But sometime I get zero, which clearly should not
be zero.....

Thanks very much!
 

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