Hi,
I'm in the process of writing some VBA to match and extract data from one worksheet to another.
Originally I was going down the path of VLOOKUP but have since read about Index & Match being the better way to go.
I've attached a sample of the data here, any suggestions on the best way to accomplish this would be greatly appreciated.
The headers on the 'invoice' tab match the headers for the data required from the 'data' tab, the corresponding columns are also stated in the square brackets. The lookup key is the 'Booking' column.
Any help or ideas are greatly appreciated.
Thanks in advance
I'm in the process of writing some VBA to match and extract data from one worksheet to another.
Originally I was going down the path of VLOOKUP but have since read about Index & Match being the better way to go.
I've attached a sample of the data here, any suggestions on the best way to accomplish this would be greatly appreciated.
The headers on the 'invoice' tab match the headers for the data required from the 'data' tab, the corresponding columns are also stated in the square brackets. The lookup key is the 'Booking' column.
Any help or ideas are greatly appreciated.
Thanks in advance