I would like to accomplish this through excel macro:
In my workbook Sheet1, values are entered in Range (A2:H20) through formulae.
I also have Range (J2:P20) that will keep track of change of values in Range (A2:H20) with a Date stamp in this format dd-mmm-yyyy.
Now I want to do this:
- if a value is changed in
A2the date stamp should reflect inJ2 - if a value is changed in
A3the date stamp should reflect inJ3 - if a value is changed in
B2the date stamp should reflect inK2 - if a value is changed in
B3the date stamp should reflect inK3
And that goes the same with other cells within those ranges.
The date stamp should replace any existing date (if any one exist) in its respective cells.
If any cell in the Range (A2:H20) is =0 or empty there should be no date stamp in the corresponding cell.