View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Starguy Starguy is offline
external usenet poster
 
Posts: 6
Default Function problem

=IF(and(A10,B1<""),A1,"")

"PE" wrote:

The following does not seem to work:

=IF(A10 & B1<"",A1,"")

Is this syntax incorrect?