View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Dave is offline
external usenet poster
 
Posts: 1,388
Default Record dates based on criteria

Hi,
Perhaps something like:

=IF(A1100,TODAY(),"") in one cell
=IF(A1327,TODAY(),"") in another

Regards - Dave.