View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Which formula is this" {sum()*()*()}"

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

If this post helps click Yes
---------------
Jacob Skaria


"XS" wrote:

I need to use the formula like

{=SUM(($B14='Namedata'!$M$3:$M$14707)*(W$5='Nameda ta'!$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.