count if for blanks with 'or'

S

Steve Stad

Can you use the 'or' with a countif to count blanks -- if so can you tell me
how?
For example trying to count blanks in a column of data where the range, eg.,
b1:b100 is blank. ..criteria is something like <A or <1.
 
T

T. Valko

It's not real clear what you want to do.

See if this does what you want.

=COUNTBLANK(B1:B100)

That will count *both* empty cells and cells that contain formula blanks
within the range.
 
S

Steve Stad

Thanks T Valko,

Your answer addressed precisely what I was trying to do.
Sorry my question was not as clear. I was not aware of the 'countblank'
function.

Steve
 

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

Similar Threads


Top