View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Keith74 Keith74 is offline
external usenet poster
 
Posts: 120
Default Macro - cell content left then....

Will a worksheet function do?

=IF(z1<"",IF(A1<"","Yes",""),"")

Keith