referencing a blank cell

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

Guest

I'm trying to write a logic statement that says "if this field is blank, then "error". How do I reference the "blank" field in the formula?
 
Try

=IF(ISBLANK(A1),"error","")

-----Original Message-----
I'm trying to write a logic statement that says "if this
field is blank, then "error". How do I reference
the "blank" field in the formula?
 
What if it's the opposite situation where if the cell is not blank, make the cell red? I Tried using ISTEXT in the CF formula but it said I'm not allowed to use those in a CF situation.

Thanks,
Frank

Wendy L said:
Give it a conditional format with the conditions set as (from first drop
down list) "Cell Value Is" (from second drop down list) "Equal to" and in
the blank white space type "0". Then select your format and format it how
you wish it to look if the cell value is blank. HTH
 

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