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

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
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,215,626
Messages
6,125,896
Members
449,271
Latest member
bergy32204

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