Situation:
I have a master database with 5 sheets that needs to be updated from 5 different sources of informations. All the accounts have unique IDs and I am looking to populate the columns in the masterdatabase from the columns in the raw data files with the matching unique IDs. The raw data is updated on a monthly basis so this really needs to be a button that when I put the new raw data into the 'November Data' folder (for example) the Master database grabs the new november data. The november master database can then be saved down.
I'm currenly using a hardcoded vlookup function but this really isnt practical as it doesn't look up the column header based on the title, only the number which sometimes isn't always the same...
There are about 8 column headings that I need to match up from the raw daata to the master database.
Any help with this would be much appreciated.
I have a master database with 5 sheets that needs to be updated from 5 different sources of informations. All the accounts have unique IDs and I am looking to populate the columns in the masterdatabase from the columns in the raw data files with the matching unique IDs. The raw data is updated on a monthly basis so this really needs to be a button that when I put the new raw data into the 'November Data' folder (for example) the Master database grabs the new november data. The november master database can then be saved down.
I'm currenly using a hardcoded vlookup function but this really isnt practical as it doesn't look up the column header based on the title, only the number which sometimes isn't always the same...
There are about 8 column headings that I need to match up from the raw daata to the master database.
Any help with this would be much appreciated.