katkth7533
New Member
- Joined
- Aug 18, 2014
- Messages
- 14
I hope this makes sense. I have a spread sheet where I am tracking 3 dates: "Date Created" (which is added once and does not change), "Last Update" (which is a vba code that will insert the current system date in the cell if any changes are made to any cell in a range) and "Previous Update" which is what I need help to figure out. For this cell, I would like the last value (date) from the "Last Update" cell to be inserted when that cell is update. For example:
Date Created: July 1, 2015
Last Update: August 15, 2015
Previous Update: August 9, 2015
'Last Update" is a formula that will update the date if the values in a range are changed. Let's say someone makes a change to the cells in that range today. The "Last Update" field will automatically update to "August 24, 2015". I want the "Previous Update" cell to have the last value in the "Last Update" cell inserted. In this example, "Previous Update" would change to "August 15, 2015" have the "Last Update" field changes to today's date. Does that make sense?
Date Created: July 1, 2015
Last Update: August 15, 2015
Previous Update: August 9, 2015
'Last Update" is a formula that will update the date if the values in a range are changed. Let's say someone makes a change to the cells in that range today. The "Last Update" field will automatically update to "August 24, 2015". I want the "Previous Update" cell to have the last value in the "Last Update" cell inserted. In this example, "Previous Update" would change to "August 15, 2015" have the "Last Update" field changes to today's date. Does that make sense?