Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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")) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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")) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Write to csv | Excel Discussion (Misc queries) | |||
How do I write X^2? | New Users to Excel | |||
How do you write a T with a bar on it? | Excel Discussion (Misc queries) | |||
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? | Excel Worksheet Functions | |||
How to I write a UDF? | Excel Discussion (Misc queries) |