View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bill Renaud Bill Renaud is offline
external usenet poster
 
Posts: 417
Default An empty cell = An empty cell ???

Use the IsBlank() worksheet function somewhere in your formula to check
both cells first.

--
Regards,
Bill Renaud