Retrieve Data From Summary Sheet With Multiple Columns

aluis

New Member
Joined
Jan 12, 2019
Messages
2
Hello friends,

Kindly need your help, is it possible to create a Index and Match formula that goes through multiple fixed columns?

Thanks a lot and have a wonderful day.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
This formula solve my problem, but it is to big and it is just a testing, the actual place where I am going to use it has at least 42 columns, so you can imagine how big the final formula will be, so I am looking for another way, maybe a smarter way to do it.

=IFERROR(INDEX(C11:C15,MATCH(D19,B11:B15,0)),IFERROR(INDEX(F11:F15,MATCH(D19,E11:E15,0)),IFERROR(INDEX(I11:I15,MATCH(D19,H11:H15,0)),"Unavailable")))

Please consider that the database I am retrieving is not able to be moved or modified since it is summarize automatically in that format.

Thanks a lot for your help in advance.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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