I need to add a time stamp to an Excel spreadsheet. If someone changes one cell, I want another cell to change to today's date. Something like this:
A3 changes, causing A11 to =Now()
It should only change the value in that row.
Is there an easy way to do this?