How do I find out how many cell have a character writen in them?

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi,

If you just want a Count of Column B, say B1:B100 that has Anything in it:

=COUNTA(B1:B100)
 
Upvote 0
Hi,

If you just want a Count of Column B, say B1:B100 that has Anything in it:

=COUNTA(B1:B100)


I can confirm that this does NOT work. I tried that on my computer and my fathers computer it didn't work.

Here is the picture.

So what do I do next?
 
Upvote 0
Don't see a picture, besides, it's better to post sample data and expected results.
Simply say "this does NOT work", don't tell us anything.
 
Upvote 0
I agree. That seems to do exactly as asked. Although if you need the whole column, just change the range to that:
=COUNTA(B:B)


Excel 2010
ABCD
1
2
3e17
4e
5e
6e
7
8ee
9
10e
11e
12e
13e
14e
15e
16e
17e
18e
19e
20e
21e
Sheet1
Cell Formulas
RangeFormula
D3=COUNTA(B1:B100)
 
Upvote 0
The formula uses COUNTA, not COUNT

=COUNTA(B1:B100)
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,380
Members
449,080
Latest member
Armadillos

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