I have two table, table1 has over 450 thousand rows that include loan number, error type, and responsible job role. table2 has responsible job roles and the department associated with each respective job role.
I'm looking for a fast performing vba code that would look at the responsible job role on table1 and return the matching department from table2, and the result should be written on table1 as a value, given that the whole reason that I want to do this is because I want to get away from having a table that has over 450k vlookups.
thanks in advance
I'm looking for a fast performing vba code that would look at the responsible job role on table1 and return the matching department from table2, and the result should be written on table1 as a value, given that the whole reason that I want to do this is because I want to get away from having a table that has over 450k vlookups.
thanks in advance