Put a formula in a cell to add a row of ticks

I

Irene

How do I add a column of cells which have a tick in them
and end up with a total shown as a number?
 
R

Rick C

Irene,
By the word "tick", I'm not sure which character you are using, but the
following formula is for the grave accent (`), which is generally on the
same key with the tilde (~) symbol.

=COUNTIF(A1:A10,"`")

You probably don't want to use characters like the apostrophe (') or the
dash (-) or the slash (/) because of the special way Excel treats those
characters.

hth,
Rick
 

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