I have a column that uses VLOOKUP to bring in values from another sheet. I would like to save the precious value of any cell in this column to the corresponding cell in the next column whenever the cell value has changed.
Example:
Current values: Cell A1=1, A2=2
If VLOOKUP brings a different value now and A1 becomes 2, the old value of A1 which is 1, should get updated in cell B1. Same goes for any cell in column A.
Since this change can happen 4 to 5 times, I would like this to repeat copying the old values from column B to E whenever there is a change so that there is a record of all previous values.
I looked for some solutions and found some involving VBA but they just worked for a single cell, not a row or did not have a way to repeat the tracking a few times.
Appreciate any help in this. Thanks!
Example:
Current values: Cell A1=1, A2=2
If VLOOKUP brings a different value now and A1 becomes 2, the old value of A1 which is 1, should get updated in cell B1. Same goes for any cell in column A.
Since this change can happen 4 to 5 times, I would like this to repeat copying the old values from column B to E whenever there is a change so that there is a record of all previous values.
I looked for some solutions and found some involving VBA but they just worked for a single cell, not a row or did not have a way to repeat the tracking a few times.
Appreciate any help in this. Thanks!