View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Finding the solution to an Exel problem.

=IF(NOT(ISNA(A1)),A1,IF(ISNA(B1),"",B1))
--
Gary''s Student - gsnu200802