View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Mark
 
Posts: n/a
Default SUMPRODUCT WITH WILDCARD

Thanks Dave, but I'm getting #N/A and I can see there are some rows with this
info!

Can you offer any suggestion?

--
Mark


"Dave Peterson" wrote:

=sumproduct(--(left(f1:F100,3)="npt"),--(left(a1:a100,2)="pc"))

You can't use whole columns with this kind of formula.

Mark wrote:

Can someone assist me with a formula to sumproduct with wildcards, please?

=SUMPRODUCT(--(F:F="NPT*"),--(A:A="PC*"))

I've got this but it doesn't work!!

--
Mark


--

Dave Peterson