sumproduct

  • Thread starter Thread starter Lacey
  • Start date Start date
L

Lacey

Hi - I'm having awful problems using a wildcard in a sumproduct formulae - if
anyone could help me it would be hugely appreciated the formulae is as
follows:

COUNTA(G12:P12)*($G$2)-SUMPRODUCT((G12:P12="F*")*($G$2))

Thanks heaps for your help,
Lacey
 
Try this:

=COUNTA(G12:P12)*($G$2)-SUMPRODUCT((LEFT(G12:P12)="F")*($G$2))
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================


Hi - I'm having awful problems using a wildcard in a sumproduct formulae -
if
anyone could help me it would be hugely appreciated the formulae is as
follows:

COUNTA(G12:P12)*($G$2)-SUMPRODUCT((G12:P12="F*")*($G$2))

Thanks heaps for your help,
Lacey
 

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