View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dan E[_3_] Dan E[_3_] is offline
external usenet poster
 
Posts: 53
Default testing the value of a cell

=IF(A1="", "A1 is empty", "A1 is not empty")

Dan E

"Zeraia" wrote in message ...
Curious what the code should look like to test if a cell
is empty of both numbers and letters.

Trying to setup so that If B1 is empty then this else
this.