Segregating NOW function

jip126

New Member
Joined
Jul 28, 2017
Messages
2
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?
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Welcome to the forum.

Your best bet is probably going to be VBA as NOW is volatile and changes anytime the worksheet recalculates. Otherwise, maybe add a new column that you can manually copy/paste values once you have the time. Though, you would have to copy immediately after getting the time as any other change to the sheet will re-calc the formula.
 
Last edited:
Upvote 0
Thank you dreid1011. I was unfamiliary with VBA.... turns out there a whole dark underbelly of excel that I still have yet to learn. Thanks for pointing it out, but I feel like ignorance was definitely bliss, as I believe this is going to be occupying way too much of my time trying to figure it out.

Be well, and thanks again.
 
Upvote 0
You're welcome. It shouldn't take too much to figure it out. That's what we're here for.
 
Upvote 0
Not sure if this is much help, but
Ctrl+shift+; will insert the current time
Ctrl+; will insert the current date
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,772
Members
452,353
Latest member
strainu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top