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

  • Thread starter Thread starter XS
  • Start date Start date
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.
 
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.
 
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!
 
Back
Top