View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Is there anonther way to write this?

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
---------------
Jacob Skaria


"Ayo" wrote:

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"))