I have a very large database of numbers that have two IDs. I pulled the coding system (Table 2) that has ID1 and ID2 and the universal ID. I would like to be able to look up the first two IDs (table 1) and have the result be the universal ID. I believe the best way to do this would be Vlookup, but I have been unsucessful. Thank you in advance for your help.
<TBODY>
</TBODY>
Table 1 | Table 2 | |||||
ID1 | ID2 | ID1 | ID2 | universal ID | ||
50 | 10 | 30 | 40 | 117 | ||
50 | 10 | 190 | ||||
40 | 70 | 200 |
<TBODY>
</TBODY>