View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Rob Rob is offline
external usenet poster
 
Posts: 27
Default equals something

You could use (<"") ie < and signs
which means not = to blank.

Other forms you can use in formulas....
= (Greater than or = to)

<= (Less than or = to)

Rob

"Mike" wrote in message
...
Okay, I know how to say "When a cell equals nothing" (="", or =0), but how
would I say "When a cell equals something", whether a letter, symbol,
number... anything?

Please help!