Vlookup multiple criteria
Here's my problem - I have the following table:
Error Summary Count Source Type Code Loan Type
Blank Text 6 C CL
Consolidation 7 C CL
Unique ID 3 C CL
Interest Rate 4 C CL
I need to to a vlookup where I match Error Summary AND Loan Type AND Source
Type Code, then return the Count.
Is this possible?
|