Hi all,
I have two data sets (two sheets in the same workbook) where I need to locate entries from one in the other one. Both sets are formatted as a Table and I am using an INDEX(MATCH()) combination to match entries. If match is found, values from one of the fields in Dataset1 should appear in an added column of the Dataset2. That way I know there is a match, I don't really care about the value returned.
Unfortunately, I do not have any uniqueID to match on so I have to use a combination of two fields in each of the tables to try and produce matches. Fields are [@Name] and [@Surname] which is less then ideal in Croatian language, since the name Adis Terzic will obviously not match Adis Terzić.
The problem is:
added column (field) in Dataset2 does not show any values returned from the Dataset1 but rather all it shows is a #VALUE error. Any ideas what I am doing wrong?
My syntax is along the following lines:
=INDEX(Table1[@Field4],MATCH(Table1[@Name trim]&Table1[Surname trim], Table2[Name]&Table2[Last name], 0))
Here is an example workbook (Google Drive).
Dataset1 (Table1) has about 28000 rows and 16 columns;
Dataset2 (Table2) has about 24000 rows and 7 columns;
Many thanks in advance!
Alex
I have two data sets (two sheets in the same workbook) where I need to locate entries from one in the other one. Both sets are formatted as a Table and I am using an INDEX(MATCH()) combination to match entries. If match is found, values from one of the fields in Dataset1 should appear in an added column of the Dataset2. That way I know there is a match, I don't really care about the value returned.
Unfortunately, I do not have any uniqueID to match on so I have to use a combination of two fields in each of the tables to try and produce matches. Fields are [@Name] and [@Surname] which is less then ideal in Croatian language, since the name Adis Terzic will obviously not match Adis Terzić.
The problem is:
added column (field) in Dataset2 does not show any values returned from the Dataset1 but rather all it shows is a #VALUE error. Any ideas what I am doing wrong?
My syntax is along the following lines:
=INDEX(Table1[@Field4],MATCH(Table1[@Name trim]&Table1[Surname trim], Table2[Name]&Table2[Last name], 0))
Here is an example workbook (Google Drive).
Dataset1 (Table1) has about 28000 rows and 16 columns;
Dataset2 (Table2) has about 24000 rows and 7 columns;
Many thanks in advance!
Alex