View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Record dates based on criteria

Which is fine until tomorrow.
--
David Biddulph

"Dave" wrote in message
...
Hi,
Perhaps something like:

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

Regards - Dave.