I have to translate a list of old client & matter numbers to new client and matter numbers.
Client and matter are related parent child, so for each client there can be many matters. And, matters can be the same for each client. For instance, below lists the old client and matter numbers along with the new client and matter numbers that correspond to each old client/matter combination (lawyers switching to a new law firm so the old client and matters numbers are changing to the format for the new firm)
Old Cli Old Mat New Cli New Mat
12345 001 56743 NH0010
12345 002 56743 NH0020
12378 001 56872 NH0010
12378 003 56872 BI00003
I need a formula that returns the correct new matter number for a given Old Cli and Old Mat. Getting a new client number for each old one is easy, thats a simple VLOOKUP. But to get the new matter I first need to look up the old client and matter, then reference the new corresponding matter. I am struggling with his. I think that maybe I can use and INDEX MATCH for this but not sure how it would be formatted. Please help!
Client and matter are related parent child, so for each client there can be many matters. And, matters can be the same for each client. For instance, below lists the old client and matter numbers along with the new client and matter numbers that correspond to each old client/matter combination (lawyers switching to a new law firm so the old client and matters numbers are changing to the format for the new firm)
Old Cli Old Mat New Cli New Mat
12345 001 56743 NH0010
12345 002 56743 NH0020
12378 001 56872 NH0010
12378 003 56872 BI00003
I need a formula that returns the correct new matter number for a given Old Cli and Old Mat. Getting a new client number for each old one is easy, thats a simple VLOOKUP. But to get the new matter I first need to look up the old client and matter, then reference the new corresponding matter. I am struggling with his. I think that maybe I can use and INDEX MATCH for this but not sure how it would be formatted. Please help!