SUMPRODUCT WITH WILDCARD

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!!
 
=sumproduct(--(left(f1:F100,3)="npt"),--(left(a1:a100,2)="pc"))

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

SUMIF can use wildcards, but only for one test, but SUMPRODUCT doesn't
support wildcards directly.

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

Can you offer any suggestion?
 
What formula did you use?

Do you have #n/a's in either of those two ranges?
Thanks Dave, but I'm getting #N/A and I can see there are some rows with this
info!

Can you offer any suggestion?
 

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

Back
Top