View Single Post
 
Old 11-17-2011, 09:32 AM
GatorFan1 GatorFan1 is offline Windows 7 32bit Office 2007
Novice
 
Join Date: Aug 2011
Posts: 1
GatorFan1 is on a distinguished road
Default How do I lock in a Date in a cell?

i have a spreasheet to track completion status on Jobs. i am using the following formula to return a value based on employee input in the previous cell as "started" or "complete": =IF(B2="complete",TODAY(),IF(B2="started","In Process","")) my problem is each day the completion date changes. is there another function to lock in the date that the data was entered?
Reply With Quote