Limited use of =Countifs ?

Captain Randy

Board Regular
Joined
Sep 26, 2010
Messages
68
:confused:When working with =Countifs(B1:B52,B60,C1:C52,D61)
Is there a limlit as to how many rows and columns you can use for this Formula?

If not what kind of simple mistake seems to be the most common ones made?

This formula works great until I get more then three items typed in.
(items being; B1:B52,B60) B1:B52 look in column, B60 looking for this item in B1:B52.

Any help from some of the pros would sure be "WELCOME"

Thank You in Advance
Randy,
 
Hello T Valko
You said in your last post,
"The cells in that range can notYou're also testing the same range twice for different criteria:

$F$1:$F$52,"L70"
$F$1:$F$52,"M$70"

be equal to both criteria at the same time." <!-- / message --><!-- sig -->

Let me ask you, once all of the criteria's are meet, is there a WAY I can add what is on the same line that the criteria's are met ?
I attemped to add =countifs(And( in the front of the code, but that made of a mess.

Once I followed your advice and dropping the last criteria ($f$1:$f$52,L70)
Every thing works great!

But the last most important info is at the end of the criteria which comes from F row.
In your wisdom is there a way I can add this last row?

Thank You, very much for your help.
Randy
If you want to test a single range for more than one condition just tell us what the conditions are.

You can test for an "OR" condition such as: F1:F10 = X or Y

You can test for an "AND" condition such as: F1:F10 >=10 and <=20.
 
Upvote 0

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

Forum statistics

Threads
1,224,595
Messages
6,179,798
Members
452,943
Latest member
Newbie4296

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top