Vlookup with multiple requirements

Ohrdhor

New Member
Joined
Jun 22, 2011
Messages
12
Hey I'm trying to design a VLOOKUP formula that will look at cells D12, E12, F12, and G12, and use the table B2:F209, and the formula spit out what is in column 5, but unfortunately I can't get it to work, can anyone tell me the specific formula to use?

Thanks a lot guys!
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Do you mean that you want to concatenate 4 columns

=VLOOKUP(D12&E12&F12&G12,B2:F209,5,FALSE)
 
Upvote 0
No, I want it to match criteria from them as I have repeated values in some of the columns. I tried pretty much exactly what you posted before I made this post and all it spits out is a #N/A, I'm not sure if vlookup is the tool for this job, and if not, would something else work?
 
Upvote 0

Forum statistics

Threads
1,224,561
Messages
6,179,522
Members
452,923
Latest member
JackiG

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