IFERROR(INDEX(TAB1,MATCH......

StephN

New Member
Joined
Oct 4, 2022
Messages
1
Office Version
  1. 2019
Platform
  1. Windows
Good Afternoon,
I am trying to replace all of the below TAB1's with a named table, but I cannot figure out the correct format. This formula pulls what I want, but I need it to pull over from multiple tabs, of which I have named the list of tabs as "PM_JO's_for_ drop". The end goal is to return the data in Col U:U from each tab based on the following conditions:

criteria1) 4105, 4106
criteria2) DES Design, GC GENERAL
criteria3) 534320, 534331.

=IFERROR(INDEX(TAB1!$U:$U,MATCH(1,(TAB1!$A:$A=$V$1)*(TAB1!$G:$G=$C34)*(TAB1!$H:$H=$D34),0)),0)


410541064107
DES DESIGN534320
GC GENERAL CONTRACTORS534331
01 GENERAL REQUIREMENTS534331
02 EXISTING CONDITIONS534331
03 CONCRETE534331
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,215,873
Messages
6,127,451
Members
449,383
Latest member
DonnaRisso

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