Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to count the number of rows in which:
1. The date in column B falls within October 2007 2. Column G contains "MK" 3. Column O contains "SD" 4. Column Q contains "Stage" I've tried this formula: =SUMPRODUCT(--(TEXT('[Combined ESQ Notes.xls]Combined Notes'!$B:$B,"yyyymm")="200710")*('[Combined ESQ Notes.xls]Combined Notes'!$G:$G="MK")*('[Combined ESQ Notes.xls]Combined Notes'!$O:$O="SD")*('[Combined ESQ Notes.xls]Combined Notes'!$Q:$Q="Show")) ....and it gives me a #NUM! error. Can anyone tell me why, or suggest a correction? Thanks in advance for any help you can give me! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Should this work? =SUMPRODUCT( --($K$3:$K$4650&D3),... | Excel Discussion (Misc queries) | |||
I have never been able to get a SumProduct formula to work..Help! | Excel Worksheet Functions | |||
SUMPRODUCT vs. COUNTIF -- Why does one work? | Excel Worksheet Functions | |||
sumproduct doesn't work | Excel Worksheet Functions | |||
Will SUMPRODUCT work for this? | Excel Discussion (Misc queries) |