using index with multiple conditions

trekker1218

Board Regular
Joined
Feb 15, 2018
Messages
86
Office Version
  1. 2019
Platform
  1. Windows
Hello all,
I am trying to match 2 cells and post result of another cell. here is where I am now. I have 100 attribute labels and attribute values in one workbook. Need to extract the matching Item number I lookup and then find and match all attribute labels and values that are relevant to matching items#.

I need to enter a item# in a cell and then get results from 2 other workbooks.

=INDEX('[Item_Builder_Master.xlsx]ALL-Prods'!$A:$FB,MATCH(L2,'[Item_Builder_Master.xlsx]ALL-Prods'!$A:$A,0)*MATCH('Step 1 - Product Type'!C2,'[Item_Builder_Master.xlsx]ALL-Prods'!$BA$3:$FB$3,0),58)

i need to match an Item number in (###) in 'Item_Builder_Master.xlsx' & match an attribute (###) in the ROW of the 1st match then post result of matching attribute result in the column next to the matching attribute label.
The problem I am having is the attributes labels may not always be in the same COL. or have the same attribute label name.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple

Forum statistics

Threads
1,215,006
Messages
6,122,666
Members
449,091
Latest member
peppernaut

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