vlookup with multiple criteria

lcornaro

New Member
Joined
Oct 7, 2013
Messages
7
I need to look up data from a different worksheet based on two criteria: (Main worksheet)

Company (A1), Fund Name (B1) and Stage (C1)

A | X
A | Y
A | Z
B | I
C | X
C | I

A-C are company names, I, X-Z are fund names and i need stage data

In (worksheet 2) I have the raw data, where the data for company, fund and stage are. I need to import the data for stage into the main worksheet given if company A matches fund X. I tried sumproduct but that doesnt allow non-numerical data
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Not quite sure what the stage data is.
Have you tried adding the Company name (a1) and Fund name (b1) in a string =a1&b1. Do the same in you raw sheet. Then vlookup these...
 
Upvote 0
stage data is what stage the company is at, ie growth, start-up or seed. I cant add the two because they are already used for a sumproduct function. From what ive read you can use index (match (if)) function, but i havent been able to master it yet..
 
Upvote 0

Forum statistics

Threads
1,216,117
Messages
6,128,935
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top