I have a excel sheet where some of the cell is filled with letters.
I want to have a cell that tells me how many cells have something in
it.
How do I do this?
I have a excel sheet where some of the cell is filled with letters.
I want to have a cell that tells me how many cells have something in
it.
How do I do this?
You could try
COUNTIF(Range,<>"")
This will tell you how many cells are not empty
HTH
Ed
=COUNTA(A1:A17)Originally Posted by baiaz66@gmail.com
If it is just a question of getting the count of non-blank cells, then you
could use the count function.
=Count("A1:J60")
This would give you the count of non-blank cells in the Range("A1:J60").
"baiaz66@gmail.com" wrote:
> I have a excel sheet where some of the cell is filled with letters.
>
> I want to have a cell that tells me how many cells have something in
> it.
>
> How do I do this?
>
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks