data in cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to look through a range of cells (A1:z1) and if any one of the cells
is not blank I would like to return a 1.

Thanks
Ron
 
Your formula returns a value if any one cell is blank, I need it to return a
vlaue is any on cell is not blank.
 
Oh, my apologies. Maybe you can try this then ...

=IF(COUNTA(A1:Z1),1,0)
 

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

Back
Top