View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default changed DOB to age, but if no DOB need cell to be empty.

=IF(A1="","",DATEDIF())

(your material in the DATEDIF(), of course)
--
Gary''s Student - gsnu200810