SUMPRODUCT

  • Thread starter Thread starter Lance
  • Start date Start date
L

Lance

Assuming that column E can contain CON or P2K in a cell
(not "CON P2K")

=SUMPRODUCT((('receiving data'!E2:E40000="CON")+
('receiving data'!E2:E40000="PK2"))*(ISNUMBER(SEARCH
("*X*",'receiving data'!Q2:Q40000))))
 

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

Similar Threads

SumProduct not right 7
YTD with conditions 2
Sum by dept and date 3
SUMPRODUCT Formula Error, please help... ;o( 1
sumproduct - strange 5
Double SUMPROD 11
Sumproduct 3
SUMPRODUCT Formula 6

Back
Top