Timestamp without VBA

Wisyr

New Member
Joined
Apr 21, 2023
Messages
16
Office Version
  1. 365
Platform
  1. Windows
Hello experts,

I'm currently having trouble with a formula in Excel. I'm wondering if there's any way to get a timestamp without having to refresh all of the rows. So far, I've managed to put a formula in place that seems to be working perfectly, with one small issue: when I change the value in the cell, the timestamp doesn't refresh to a new one. Any advice on how to fix this would be greatly appreciated.

Excel Formula:
=IF(A1<>"", IF(B1="", NOW(), B1), "")
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Your question is very similar to this thread, you may find an answer here.
But, I'd like to add:

1. NOW() is a volatile function, it will recalculate EVERY time your sheet calculates ANYTHING and everytime your workbook opens. So, it will not be a STAMP.
2. In the thread linked below, there are a few different ways to approach your question. But, if you want to enforce recalculation then I'd suggest looking at the posts involving DATA VALIDATION, if you want a single formula solution, there are other posts for that.

Best wishes!

 
Upvote 0

Forum statistics

Threads
1,216,030
Messages
6,128,407
Members
449,448
Latest member
Andrew Slatter

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