Hi, im hoping someone can help.
i have a data set that is continuously changing from the source and i need to keep a running total month by month. i am wondering if a VBA code could help.
my source is coming from "Tab1" A22 downwards and it can depend on how many rows down this always changes. what i am looking to do is to see if this value is in my other table on "Tab2" AT3 downwards and if it is to populate the value from "Tab1" in B22 (again can change as it moves down the list) in the relevant month which is in columns AU:BF (almost like a =Month(today()) type formula) so for example i have product 1 in my source and product 1 shows in my other table on tab2 and the month is May-2020 it needs to populate May2020 next to product 1.
if the value is not present it then needs to add it into Tab2 table in column AT and populate the value in tab1 B22 (again changes depending on the row) next to the relevant month.
so a full example would be:
Product 1 = in table on tab2 and populates May 2020 with the value in column B in tab1
Product 2 = not in table on tab 2 gets added to the list in AT and May 2020 is populated with the value from column B in Tab1
it would also need to paste the values as plan text.
i have tried a vlookup formula but because the source changes it doesn't work i must say i would attempt a VBA but i dont really no where to start when creating one!
any help is much appreciated!
i have a data set that is continuously changing from the source and i need to keep a running total month by month. i am wondering if a VBA code could help.
my source is coming from "Tab1" A22 downwards and it can depend on how many rows down this always changes. what i am looking to do is to see if this value is in my other table on "Tab2" AT3 downwards and if it is to populate the value from "Tab1" in B22 (again can change as it moves down the list) in the relevant month which is in columns AU:BF (almost like a =Month(today()) type formula) so for example i have product 1 in my source and product 1 shows in my other table on tab2 and the month is May-2020 it needs to populate May2020 next to product 1.
if the value is not present it then needs to add it into Tab2 table in column AT and populate the value in tab1 B22 (again changes depending on the row) next to the relevant month.
so a full example would be:
Product 1 = in table on tab2 and populates May 2020 with the value in column B in tab1
Product 2 = not in table on tab 2 gets added to the list in AT and May 2020 is populated with the value from column B in Tab1
it would also need to paste the values as plan text.
i have tried a vlookup formula but because the source changes it doesn't work i must say i would attempt a VBA but i dont really no where to start when creating one!
any help is much appreciated!