How to find percentage of filled cells in one section

K

Kalahari

I have several pages of spread sheets linked to a front page showing filled
in status, size of each sheet can shrink or grow as it is filled in, can I
display percentage filled in so I can link to it on the front page and see it
all done at a glance.
 
P

pdberger

Kalahari --

Use something like this:

=COUNTA(A1:G100)/(COUNTA(A1:G100)+COUNTBLANK(A1:G100))

HTH
 
N

Nancy M

I have an excel spreadsheet that I want to return a percentage for all cells in that row range (E6:E12) that have been filled in with a letter. I want it to ignore N/A values and blank cells (so if no cells are filled in (or it's set to N/A) it would show as 0% percent completed.

Once the user puts in a "P" or "F" (for pass/fail) I want it to display the percent of cells filled out.

I have tried this:

=COUNTA(E6:E12)/(COUNTA(E6:E12)+COUNTBLANK(E6:E12))

but can't seem to figure out how to add in the rule to exclude N/A fields.

Please help :)
 

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