Vlookup using (3) Variables, pulling data from another sheet.

XxCALLofBOOTYxX

New Member
Joined
Jan 12, 2009
Messages
41
What im trying to do is get the data entered in Yellow to pull from another sheet and supply me with the data requested/needed to fill in the Green cells. I believe this would be appropriate for a VLOOKUP to be used however maybe INDEX & MATCH would be a better choice.
The actual example file is shared here, just hit the download icon in the top right: https://drive.google.com/file/d/1BAp6Lb22BLxYB2o6SPZREWghl7A0kI8T/view?usp=sharing
 
Last edited:

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Try to post directly here the data (in a scaled-down form) instead of providing an outside link. That said:

In C8 of Sheet1 in Google Sheets enter and copy down to C9:

=arrayformula(index('Sheet 2'!$C$3:$T$26,match(1,if('Sheet 2'!$A$3:$A$26=$C$5,if('Sheet 2'!$B$3:$B$26=$C$6,1)),0),match($C$7&" GA",'Sheet 2'!$C$1:$T$1,0)+($B8="max lift:")))

In C8 of Sheet1 in Excel control+shift+enter, not just enter, and copy down to C9:

=INDEX('Sheet 2'!$C$3:$T$26,MATCH(1,IF('Sheet 2'!$A$3:$A$26=$C$5,IF('Sheet 2'!$B$3:$B$26=$C$6,1)),0),MATCH($C$7&" GA",'Sheet 2'!$C$1:$T$1,0)+($B8="max lift:"))

By the way rename Sheet 2 as Sheet2 in agreement with Sheet1.
 
Upvote 0

Forum statistics

Threads
1,215,330
Messages
6,124,305
Members
449,150
Latest member
NyDarR

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