Vlookup with Multiple criteria and multiple sheets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a worksheet with a summary page like
Column A Customer name
Column B Industry and in colum H I want to return a budget figure based on
the two criteria of Column A & B. The budget figure is in another sheet
where column A & B once again have the customer name and Industry and the
budget figure is in column C. How do I get the figure from the second sheet
in column C using the multiple criteria into the first sheet? hope this
makes sense.

Cinny
 
or

=SUMPRODUCT(--(Sheet1!$A$2:$A$23=Sheet2!A2),--(Sheet1!$B$2:$B$23=Sheet2!$B$2)*(Sheet1!$H$2:$H$23))

Both formulas on sheet2

Peter
 
Cinny

Try this

=SUMPRODUCT(--(Sheet1!$A$2:$A$23=Sheet1!A2),--(Sheet1!B2:B23=Sheet1!B2)*(Sheet1!$H$2:$H$23))

Regards
Peter
 
Cinny
Insert a column in A to produce a unique reference. In A2 type =B2&C2 and
copy down. Sort the list on reference and use VLOOKUP in the normal way. Your
budget will be in column 9 (I)

Peter
 
Hi Billy

thanks for the inforamtion, unfortunately, I can not add the two cells
together because I later on need need to generate an interactive report on
the unique identifier, in addition, the sum product doesn't seem to be right
for me, the result from Sheet 2, column c needs to be in Sheet 1 column h,
which means the formula needs to be entered i assume in sheet 1 column h? Am
I misunderstanding?

Thanks C
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Vlookup.... 2nd time 14
Lookup help 1
Need VLOOKUP to Work Two Ways 0
SUMIFS, one criteria range, multiple criteria 3
Excel VLookup 1
Multiple Criteria Sum 8
vlookup 3 sheets 1
Multiple criteria search 2

Back
Top