count if for blanks with 'or'

  • Thread starter Thread starter Steve Stad
  • Start date Start date
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.
 
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.
 
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

count nonblank cells 3
Count problems 4
SUMIF with criteria "<>" & "=" 4
If with countif or counta 3
Counting NON-Blank fields 2
If and Countif 2
Count IF 1
Excel Need Countifs Formula Help 0

Back
Top