lookup from other sheet based on data in current sheet

td3201

New Member
Joined
Aug 17, 2016
Messages
7
I am trying to pull in data into a field based upon the values in other fields. Here's a link to a file that shows this:
Book2.xlsx

For example, I want to pull in their blocking assignment located in 'wristband - assignments'!F:F and place it in 'wristband - B'!B4 based upon the series name in 'wristband - B'!A3 as well as the direction in 'wristband - B'!A4.

For example, I'm the series is Counter and the direction of the play is left, I want to pull in their blocking assignment which has this information in the 'wristband - assignments' sheet.

Thanks for any help!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
You can use a matrix-formula (arrayformula) with INDEX() and MATCH()
or
you can use VLOOKUP()
because VLOOKUP() can search in one column you need to create an new column with the formula: =B2&"|"&C2
in the VLOOKUP() you can enter as searchvalue: A3&"|"&A4
as searchcolumn the new column
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,522
Messages
6,131,146
Members
449,626
Latest member
Stormythebandit

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