countif

M

Marion

I have used the countif function to count cells in one
column which have M within them and another function that
counts cells (in the same column) that have F within
them. To ensure that there are no rogue entries I would
to use countif to count the number of cells that do not
have either M or F within them. I can not seem to get it
work looking at both criteria. Any help would be
gratefully received.

Many thanks
 
D

Dave Smith

Try using counta() to get a total and then subtract the number of Fs and Ms.

HTH

Dave
 

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