sum product

  • Thread starter Thread starter ceemo
  • Start date Start date
C

ceemo

Hi all,

Im trying to get th below to work

Im trying to count the rows where column DU is equal to FR3 and colum
ER isnt one of the two char combo's


=SUMPRODUCT((DU$2:DU$2530=FR3),(ER$2:ER$2530<>{"EX","FI","FP","FT","GA","HO"
,"IT","NP","CF","PI","PP","PY","SI","WA","AP","BP","BR","CF","DB","DC","DI",
"DO","DP","DS","ES","AG","LN","HS","HC","RI","SB","RN","CQ","CS"}))

Please help as i cant get it to wor
 
=SUMPRODUCT(--(D$2:D$25=F3),
--(NOT(ISNUMBER(MATCH(E$2:E$25,{"EX","FI","FP","FT","GA","HO","IT","NP","CF"
,"PI","PP","PY","SI","WA","AP","BP","BR","CF","DB","DC","DI","DO","DP","DS",
"ES","AG","LN","HS","HC","RI","SB","RN","CQ","CS"},0)))))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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