View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Robert_L_Ross Robert_L_Ross is offline
external usenet poster
 
Posts: 35
Default 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?