Help excluding some info from counta formula

S

Snow

I have a column that includes a check mark symbol or N/A. I'd like the
checkmarks to in each section to add
together and populate another worksheet with the number of checkmarks
in each column.

How can I adjust the counta formula or use another formula to only
consider the checkmarks, not anything with n/a...is this possible?
 
M

MyVeryOwnSelf

I have a column that includes a check mark symbol or N/A. I'd like the
checkmarks to in each section to add
together and populate another worksheet with the number of checkmarks
in each column.

How can I adjust the counta formula or use another formula to only
consider the checkmarks, not anything with n/a...is this possible?

One possible way to get started:
=COUNTA(A:A)-COUNTIF(A:A,"N/A")
 
S

Snow

I'm not sure how to use that formula...right now in a column that will
be hidden I have each cell marked =COUNTA(E1), =COUNTA(E2) etc. and
then at the end of each section there will be a sum of any cell that
has a 1 in it. this total would then prefill in another worksheet.

I've tried to play with your formula and can't make it work - what am
I doing wrong? I've changed it to =COUNTA(E1)-COUNTIF(E1,"N/A")
 
S

Snow

Anyone???

I'm an idiot - didn't realize I could insert the symbol in to the
formula.
Looks like this now in case I ever look for this post again!

=COUNTIF(E5:E10,"–")
 

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