Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 99
Default Counting non blanks with SUMPRODUCT?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Counting non blanks with SUMPRODUCT?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Counting non blanks with SUMPRODUCT?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 99
Default Counting non blanks with SUMPRODUCT?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Counting non blanks with SUMPRODUCT?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sumproduct copying blanks or how to insert zero into blanks asg2307 Excel Worksheet Functions 4 April 4th 07 08:26 PM
counting blanks Paul Excel Worksheet Functions 1 December 10th 06 03:14 AM
Counting blanks, either 1, 2 or 3 Steve Excel Worksheet Functions 5 January 14th 06 03:18 AM
Counting Blanks T De Villiers Excel Worksheet Functions 2 August 23rd 05 03:34 PM
If Then, not using values, or not counting blanks Need Help 123 Excel Worksheet Functions 8 July 20th 05 07:23 PM


All times are GMT +1. The time now is 02:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"