View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
kkknie[_14_] kkknie[_14_] is offline
external usenet poster
 
Posts: 1
Default BLANK as a Formula result.

I can't think of one, but you could use:

=IF(A1="",TRUE,FALSE)

Rather than =ISBLANK(A1)



--
Message posted from http://www.ExcelForum.com