Hi,
I have two data sets. They are identical apart from one has an additional field that I want to Index & Match and return to my data set. The issue I am facing is I have instances that have multiple occurrences for my criteria.
Example
My Data
Col A Col B
1 ABC123
2 ABC123
3 ABC123
Data set I want to return Col E field back to my data set
Col D Col E
1 ABC123 XYZ123
2 ABC123 XYZ456
3 ABC123 XYZ789
So I need the Index and Match function to know there are three potential results that can be returned for my criteria 'ABC123' and return the first, then second and third.
My data set is live and keeps growing in volume with fields that are blank. I need to obtain these from a flat file and just investigate any new occurrences. I have no way of allocating a unique ID to my original data either within our system. Which is why I need a formula.
Help!!!
Cheers
I have two data sets. They are identical apart from one has an additional field that I want to Index & Match and return to my data set. The issue I am facing is I have instances that have multiple occurrences for my criteria.
Example
My Data
Col A Col B
1 ABC123
2 ABC123
3 ABC123
Data set I want to return Col E field back to my data set
Col D Col E
1 ABC123 XYZ123
2 ABC123 XYZ456
3 ABC123 XYZ789
So I need the Index and Match function to know there are three potential results that can be returned for my criteria 'ABC123' and return the first, then second and third.
My data set is live and keeps growing in volume with fields that are blank. I need to obtain these from a flat file and just investigate any new occurrences. I have no way of allocating a unique ID to my original data either within our system. Which is why I need a formula.
Help!!!
Cheers