I'm making an accountability log where one of the functions uses the NOW function to auto detect the time that a selection was made. The problem I'm running in to is that every time any edit is made, every cell that uses the NOW function updates to the current time. This is making it impossible to capture the time where the edits were made to the specific cells that the function is meant for. Here is an example of the formula I'm working with:
=IF(H2=1,NOW(),0)
As it's written, as far as I understand it, the cell that this is built in to should update with the current time when an edit is made to cell H2. What's happening is any time any edit is made throughout the spreadsheet this, and every other cell with a version of this formula, updates to the current time.
Any ideas?
=IF(H2=1,NOW(),0)
As it's written, as far as I understand it, the cell that this is built in to should update with the current time when an edit is made to cell H2. What's happening is any time any edit is made throughout the spreadsheet this, and every other cell with a version of this formula, updates to the current time.
Any ideas?