How do I evaluate a row of cells for a character in each cell?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a row of 52 cells, each cell contains an X or a P or an N. I want to
calculate the number of cells that contain an X and divide by 52 (or COUNTA
of the cell range).
 
Try something like this:

=COUNTIF(A1:A52,"X")/COUNTA(A1:A52)

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP
 

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

Back
Top