Combining indirect, match and index function in excel

Lor365

New Member
Joined
Mar 29, 2020
Messages
1
Office Version
  1. 2010
Platform
  1. Windows
Hi
I have a workbook with multiple tabs 'ABC', 'DEF', etc containing trials and in one tab called 'Check' i have in (Fig 1.) column 'A' the name of all these sheets down along under each other. Every time I use this workbook these tabs will include different information but the format will always be the same. In the check tab I want in column D to bring in the following figures...'Total Income line........, (always line 116) under different columns i.e. Basis/Sleeve: which will change continuously and can expand out to column AZ depending.
Fig 1
View attachment 10064

So in short I want the formula to e.g. look at cell A3 (indirect) to tab ABC and match basis/Sleeve: F and go down as far as the total Income line and return the value.
Please note that the tabs with info are not in a table format and contain gaps between rows and columns

I would really appreciate if someone could help me on this
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hi

I have set up a worksheet layout as presented below.

1585522779434.png


Based on my layout of the tab, I have a formula in Cell E2 and copied it down.

=INDEX(INDIRECT(B2),115,MATCH(D2,INDIRECT(C2),0))



Kind regards

Saba
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,380
Members
449,080
Latest member
Armadillos

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