I have a simple line of code that updates whenever A2 row contains the letter "v". If not found, set it blank:
=IF(ISNUMBER(SEARCH("v",A2)),now()," ")
The problem is it constantly updates so the date changes every time I open the spreadsheet. How do I "freeze" now() so it stops updating?