Need to calculate simple formula for cells

V

victoriaawatson

I have a spreadsheet that uses columns A - Z, in some of the cells up
to here, I have the word 'yes'.

I need to know how to calculate the number of 'yeses' in the cells to
come up with how many I have.

How do I do it?

Thanks
 
M

mikerickson

=COUNTIF(A:Z,"yes")
this is case insensitive.

victoriaawatson;502062 said:
I have a spreadsheet that uses columns A - Z, in some of the cells up
to here, I have the word 'yes'.

I need to know how to calculate the number of 'yeses' in the cells to
come up with how many I have.

How do I do it?

Thank
 

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