View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default Test if there is data in a cell or not?

=IF(A1<"","Data in celll.","No Data in cell")

"J@Y" wrote:

What function can be used to test if there is data in a cell or not?