View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
The new guy The new guy is offline
external usenet poster
 
Posts: 1
Default Set cell to record date when adjacent cell is filled AND NOT RESET

I am trying to have the date of input marked for a cell in another location
using an "IF" Function. The only problem is that when I open the sheet the
next day, it updates the date and does not solve my problem.

=IF(D3="R", TODAY(), "NA")

Any other options besides TODAY() that will help? I need it to only change
when data in the referenced cell is changed, not every time I open excel.