Is there anonther way to write this?

A

Ayo

Is there an easier, or simplier way to write this formular?

=SUMPRODUCT(--(Sheet1!$B$4:$B$28064=$C18),--(Sheet1!$F$4:$F$28064=$G18),--(Sheet1!$H$4:$H$28064="Selected"),--(Sheet1!$L$4:$L$28064<=TODAY()),--(Sheet1!$M$4:$M$28064="A"))+SUMPRODUCT(--(Sheet1!$B$4:$B$28064=$C18),--(Sheet1!$F$4:$F$28064=$G18),--(Sheet1!$H$4:$H$28064="Selected"),--(Sheet1!$L$4:$L$28064<=TODAY()),--(Sheet1!$M$4:$M$28064="N"))
 
J

Jacob Skaria

Try the below

=SUMPRODUCT((Sheet1!$B$4:$B$28064=$C18)*(Sheet1!$F$4:$F$28064=$G18)*
(Sheet1!$H$4:$H$28064="Selected")*(Sheet1!$L$4:$L$28064<=TODAY())*
(Sheet1!$M$4:$M$28064={"A","N"}))

If this post helps click Yes
 

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

Top