So, as the title says. I’m looking for a way to have a sheet get the data of a few specific cells from sheet one whenever they are updated.
paste items 1 value in column B1, items 2 value in column D1 and so on.
And then when a new update happens to paste the new value in column B2, D2 and so on so i keep a history so i can use the values as an average and change over a longer period of time.
I’ve tried to understand how to use some macros that are already out there but i can’t understand where to put sheet 1 and specific cell and which line is for pasting it into different sheet and cell.