Hello, everyone. I know you can help me on this. What I am trying to do is create a formula in one cell so that when I put the value "Yes" in another cell within the same row it creates a static date (a datestamp, essentially). Now, I want to make sure that the date doesn't change when I update the spreadsheet or I accidentally change the value "Yes" to something else.
I know I can probably just do any of the following below, but I really need it to be a formula:
1. Ctrl + ;
2. Create a macro with code:
3. Enter =NOW() in a cell. After that, to easily change that formula value into a static value:
• Select the cell.
• Press and release the F2 key.
• Press and release the F9 key.
• Hit the Enter key.
So, I would really appreciate it if somebody can help me with the formula.
I know I can probably just do any of the following below, but I really need it to be a formula:
1. Ctrl + ;
2. Create a macro with code:
Code:
Sub myNow()
activecell.Value = now()
End Sub
• Select the cell.
• Press and release the F2 key.
• Press and release the F9 key.
• Hit the Enter key.
So, I would really appreciate it if somebody can help me with the formula.
Last edited: