Multiple Timestamps on worksheet

comets1964

New Member
Joined
Feb 8, 2023
Messages
2
Platform
  1. Windows
My worksheet has multiple cells that load a timestamp NOW() based on a formula. When I change one of the cells and load the timestamp into a cell based on the formula, all timestamps change even though the other timestamps have different formulas referring to different cell values. I don't understand why this is happening.
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
How about showing some of these formulas, we don't have a crystal ball.
 
Upvote 0
C6 value is 100.00
D6 formula is "=IF(C6<>C6,"",NOW())

C7 value is 200.00
D7 formula is "=IF(C7<>C7,"",NOW())

When C6 is changed to 150.00, D6 posts the correct timestamp as expected, however, D7 also changes to the same exact timestamp as if C7 was also changed.
 
Upvote 0
NOW() is a Volatile function. It will recalculate whenever a change happens event anywhere on the sheet.
 
Upvote 0

Forum statistics

Threads
1,215,472
Messages
6,125,005
Members
449,203
Latest member
Daymo66

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