View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sam Wilson Sam Wilson is offline
external usenet poster
 
Posts: 523
Default If, then statement with the condition a blank cell

Yep, just testing! It's been a long day.


"Jacob Skaria" wrote:

You mean

=IF(ISBLANK(A1),"True Condition","False Condition")

If this post helps click Yes
---------------
Jacob Skaria


"Sam Wilson" wrote:

=IF(ISBLANK("A1"),"True Condition","False Condition")

Sam

"vew" wrote:

How do I create an If, then statement with the condition a blank cell