Count a column

J

Jim

Hello,

I use the following formula to mark an "X" in a column of cell when there is
content in a series of other cells.

What formula do I se to count the "X?" What I'm using now counts the
furmula entry.

Thanks
 
G

Gary''s Student

Let's say that column A has X's in some cells and blanks in other cells
=COUNTIF(A:A,"X")
should give you what you need
 
P

Pete_UK

Try this:

=COUNTIF(D:D,"x")

where I have assumed column D is used for your Xs.

Hope this helps.

Pete
 
J

Jim

Perfect - Thanks

Gary''s Student said:
Let's say that column A has X's in some cells and blanks in other cells
=COUNTIF(A:A,"X")
should give you what you need
 

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