Static Date

H

howardk

I'm trying to automatically populate a cell with a static date when
predetermined criteria has been met in another cell. The problem I’
experiencing is that each time the worksheet is opened the date i
refreshing to today’s date. Detailed is an example of the formula I’
using.

=IF(A4="Y",(DATE(YEAR(TODAY()),MONTH(TODAY()),DAY(TODAY()))),""
 
Top