View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Bob Umlas Bob Umlas is offline
external usenet poster
 
Posts: 301
Default if statement where cell is not empty

=IF(A1<"","Not empty","Empty")

"mattguerilla" wrote in message
...
when writing if statements, if I want a certain action when the cell is
empty
i write - if(A1="","do this","do something else"). But if I want it to do
something when there is anything in the cell in question how do I write
the
statement? ie, if(A1="anything","do this","do something else".

Hope I am making sense.

Matt