Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SW SW is offline
external usenet poster
 
Posts: 12
Default Countif in an ARRAY.

I want to count the number of instances that C2:C487 is equal to G A and
where the numbers in cells E2:E487 are greater than the numbers in cells
F2:F487. I
|=COUNT(IF(($C$2:$C$487="G A"),$E$2:$E$487, " F2:F487"))}.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Countif in an ARRAY.

I can read your question more than one way, but I am pretty sure this
formula does what I think you intended to ask for...

=SUMPRODUCT(($C$2:$C$487="G A")*($E$2:$E$487F2:F487))

Rick


"SW" wrote in message
...
I want to count the number of instances that C2:C487 is equal to G A and
where the numbers in cells E2:E487 are greater than the numbers in cells
F2:F487. I
|=COUNT(IF(($C$2:$C$487="G A"),$E$2:$E$487, " F2:F487"))}.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Countif in an ARRAY.

One way, normal ENTER:
=SUMPRODUCT(($C$2:$C$487="G A")*($E$2:$E$487F2:F487))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"SW" wrote:
I want to count the number of instances that C2:C487 is equal to G A and
where the numbers in cells E2:E487 are greater than the numbers in cells
F2:F487. I
|=COUNT(IF(($C$2:$C$487="G A"),$E$2:$E$487, " F2:F487"))}.

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
array and countif help! jcorle Excel Worksheet Functions 7 February 28th 08 03:39 PM
Countif Array Mike Excel Worksheet Functions 3 December 5th 07 09:06 PM
CountIf Array not working NWO Excel Discussion (Misc queries) 1 March 1st 07 07:48 PM
countif within array Grant Excel Worksheet Functions 3 October 26th 06 07:58 AM
sumproduct , array or countif? cjjoo Excel Worksheet Functions 5 October 11th 05 04:36 AM


All times are GMT +1. The time now is 09:39 AM.

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

About Us

"It's about Microsoft Excel"