Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi everyone is there a way to add another bit to get this formula to only
count if cells in column A are blank? =SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$W$2:$W$12 05<=$Q$2)) Hoping someone can help :-) Cheers -- Mifty |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try something like this:
=SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$W$2:$W$12 05<=$Q$2)*(All!$A$2:$A$1205="")) Hope this helps. Pete "Mifty" wrote in message ... Hi everyone is there a way to add another bit to get this formula to only count if cells in column A are blank? =SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$W$2:$W$12 05<=$Q$2)) Hoping someone can help :-) Cheers -- Mifty |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe:-
=SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$A$2:$A$12 05="")*(All!$W$2:$W$1205<=$Q$2)) Mike "Mifty" wrote: Hi everyone is there a way to add another bit to get this formula to only count if cells in column A are blank? =SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$W$2:$W$12 05<=$Q$2)) Hoping someone can help :-) Cheers -- Mifty |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you both !!!!
-- Mifty "Pete_UK" wrote: Try something like this: =SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$W$2:$W$12 05<=$Q$2)*(All!$A$2:$A$1205="")) Hope this helps. Pete "Mifty" wrote in message ... Hi everyone is there a way to add another bit to get this formula to only count if cells in column A are blank? =SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$W$2:$W$12 05<=$Q$2)) Hoping someone can help :-) Cheers -- Mifty |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Both ??!!
You're welcome. Pete On Feb 7, 12:04*pm, Mifty wrote: Thank you both !!!! -- Mifty "Pete_UK" wrote: Try something like this: =SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$W$2:$W$12 05<=$Q$2)*(All!$A$2:$A$12*05="")) Hope this helps. Pete "Mifty" wrote in message ... Hi everyone is there a way to add another bit to get this formula to only count if cells in column A are blank? =SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$W$2:$W$12 05<=$Q$2)) Hoping someone can help :-) Cheers -- Mifty- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct copying blanks or how to insert zero into blanks | Excel Worksheet Functions | |||
counting blanks | Excel Worksheet Functions | |||
Counting blanks, either 1, 2 or 3 | Excel Worksheet Functions | |||
Counting Blanks | Excel Worksheet Functions | |||
If Then, not using values, or not counting blanks | Excel Worksheet Functions |