Hi
I have been struggling with this one and have been trying to use and array. My data is arranged as per the below:
Tab 1
table headers row 3, table data row 4
ID (Column D) Alpha (Column E)
ID123 XYZ
ID146 ABC
ID123 XYZ
This continues for around 50,000 rows. I expect to see each value in column D atleast twice but potentially 10 times.
Tab 2
table headers row 1, table data row 2
ID Alpha 1 Alpha 2 Alpha 3
ID123
ID146
ID145
The IDs in column A are the unique values from the ID column in tab 1. I'd like to enter a formula in alpha 1 (column B) to return the Alpha from Tab 1 for the first time it finds value ID123. I then expect Alpha 2 to be populated with the second alpha value for the second instance of ID123
I'm not sure if this is even possible (ex VBA) with the structure of my workbook. If anyone has any tips it'll be greatly appreciated
Thanks
James
I have been struggling with this one and have been trying to use and array. My data is arranged as per the below:
Tab 1
table headers row 3, table data row 4
ID (Column D) Alpha (Column E)
ID123 XYZ
ID146 ABC
ID123 XYZ
This continues for around 50,000 rows. I expect to see each value in column D atleast twice but potentially 10 times.
Tab 2
table headers row 1, table data row 2
ID Alpha 1 Alpha 2 Alpha 3
ID123
ID146
ID145
The IDs in column A are the unique values from the ID column in tab 1. I'd like to enter a formula in alpha 1 (column B) to return the Alpha from Tab 1 for the first time it finds value ID123. I then expect Alpha 2 to be populated with the second alpha value for the second instance of ID123
I'm not sure if this is even possible (ex VBA) with the structure of my workbook. If anyone has any tips it'll be greatly appreciated
Thanks
James