Multiple Counting Criteria

B

Bentam7

Hi all

I just can't get a formula to work that will simply count how many cells
match the criteria. Here's a brief section of the data:

Min Week1 Week2 Week3
10 5 10 15
8 8 6 4
25 20 30 50

How do I create a formula to count by week how many have met the minimum
target? The results should be 1 for Week 1, 2 for Week2, and 2 for Week 3.
Bear in mind that my actual data has 52 weeks and hundreds of rows of data.

Thanks
 
K

Ken Johnson

Hi all

I just can't get a formula to work that will simply count how many cells
match the criteria. Here's a brief section of the data:

Min Week1 Week2 Week3
10 5 10 15
8 8 6 4
25 20 30 50

How do I create a formula to count by week how many have met the minimum
target? The results should be 1 for Week 1, 2 for Week2, and 2 for Week 3.
Bear in mind that my actual data has 52 weeks and hundreds of rows of data.

Thanks

=SUMPRODUCT(--(B$2:B$1000>=$A$2:$A$1000))

filled across the 52 columns

Ken Johnson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top