Comparing Cell Count

Excel Ron

Board Regular
Joined
Apr 19, 2011
Messages
52
Can someone please tell me a formula that would work to compare counts in multiple cells. EX(I have data in Colum B from Row3 to 30 and then data in Colum W from Row 3 to 29. I want a formula that will tell me if they balance or not.
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
I tried that formula and for some reason it does not work correctly. What I need is a formula that will count the number of cells with text in them and compare them to see if they're equal. This is my scenario: In my report I have an area for names in column A3-A33, in these columns I have names from A3-A17. I have the same area for names in columns W3-W33 with what should be the same amount of names (W3-W17). I need to make sure that the number of actual names equals each other in columns A and W. Any suggestions?
 
Upvote 0
I tried that formula and for some reason it does not work correctly. What I need is a formula that will count the number of cells with text in them and compare them to see if they're equal. This is my scenario: In my report I have an area for names in column A3-A33, in these columns I have names from A3-A17. I have the same area for names in columns W3-W33 with what should be the same amount of names (W3-W17). I need to make sure that the number of actual names equals each other in columns A and W. Any suggestions?

=COUNTIF(A3:A33,"?*")=COUNTIF(W3:W33,"?*")

would check whether both ranges the same amount of non-blank text cells
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,278
Members
452,902
Latest member
Knuddeluff

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