Hi there,
I have two columns, let's call them Event Date (Column A) and Previous Event Date (Column B).
I would like to implement some VBA code (or use formulas if necessary) that automatically keeps the previous value of Event Date and retains it in the adjacent cell for Previous Event Date.
For example, if A3 = Jan-03 and I update A3 to Jan-04, B3 would then show Jan-03 as it is the previous value of the cell.
I would like this code to work for a whole column of cells, not just a single cell.
I'm open to any & all ideas and appreciate the help. Thanks.
I have two columns, let's call them Event Date (Column A) and Previous Event Date (Column B).
I would like to implement some VBA code (or use formulas if necessary) that automatically keeps the previous value of Event Date and retains it in the adjacent cell for Previous Event Date.
For example, if A3 = Jan-03 and I update A3 to Jan-04, B3 would then show Jan-03 as it is the previous value of the cell.
I would like this code to work for a whole column of cells, not just a single cell.
I'm open to any & all ideas and appreciate the help. Thanks.