Hello,
I'm struggling with a VBA code to add information from a new list to an existing one.
As you can see, I have a data table on the sheet named "Allocation".
I have classified my information by last name, country, and type. Then I have attributed some values by year :
On the sheet "2022", I have a different table with new information that I need to add to my existing one :
What I need to do is to add a new column at the right side of the table with the information of column G "Allocated" but respecting the criteria "Last name/Country/Type".
Then, add the not existing values in new rows and fill the empty cells with zero "0".
Could somebody please help me?
I need to do this for several years and hundreds of new data so it will be really helpful
Thanks
I'm struggling with a VBA code to add information from a new list to an existing one.
As you can see, I have a data table on the sheet named "Allocation".
I have classified my information by last name, country, and type. Then I have attributed some values by year :
On the sheet "2022", I have a different table with new information that I need to add to my existing one :
What I need to do is to add a new column at the right side of the table with the information of column G "Allocated" but respecting the criteria "Last name/Country/Type".
Then, add the not existing values in new rows and fill the empty cells with zero "0".
Could somebody please help me?
I need to do this for several years and hundreds of new data so it will be really helpful
Thanks