Howto set Cond Form for non-blank cell

  • Thread starter Thread starter crapit
  • Start date Start date
C

crapit

How to set formula for condition format for cell that is non-blank e,g A1
 
Max said:
Try, as the cond format formula: =A1<>""
....

Depends on how you're defining 'blank'. An alternative would be

=NOT(ISBLANK(A1))

or equivalently

=COUNTA(A1)
 

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