Use OFFSET/INDIRECT/INDEX/MATCH (or any combo) to find value across multiple worksheets

kkrauseTX

New Member
Joined
Aug 20, 2013
Messages
2
I want to prepare a SUMMARY page that finds a corresponding ITEM# on the Summary page within the other 6 worksheet. The ITEM# will appear on ONCE on a single workbook and they will NOT be in alpha/numeric order (so LOOKUP/HLOOKUP/VLOOKUP won't work).

The formulas needed will need to match the ITEM # on the SUMMARY page that is contained with one of the six worksheets --- BREAD (1st worksheet) through VEGETABLES (last worksheet) and return:
1) The worksheet name where the ITEM# is found (green-colored section)
2) Use OFFSET to go down X rows to pull-in the Total Fees line and the X column for the respective month (peach-colored section)

The formula should be repeatable so that it can be replicated to all the cells w/in each respective colored section.

I'm sure there is a combo formula using OFFSET/INDIRECT/INDEX/MATCH somehow that will make this work but I'm coming up empty when trying to find it across multiple worksheets. Any help on this would be greatly appreciated.

:) Thanks.

Sample Data:

SUMMARY SHEET
Match the ITEM# on SUMMARY to find it in the other 3 worksheets (WS01, WS02, WS03) and return the Worksheet Name AND the Total Fees for the respective month.
NOTE: On the SUMMARY sheet, the ITEM # is hard-keyed in. Columns 2-6 need formulas to find and bring in the respective results.
ABCDEF
1ITEM #Worksheet NameJul-2016Aug-2016Sep-2016Oct-2016
2WB999WS01600500500500
3
AC111

<tbody>
</tbody>
WS020600400400
4
OR888

<tbody>
</tbody>
WS0309001100800
5WB111WS0100950750

<tbody>
</tbody>













WORKSHEET 1 named "WS01": (contains multiple items listed down the page)
ABCDEF
1ITEM #WB999
2
3Jul-2016Aug-2016Sep-2016Oct-2016
4Initial Fee100
5Monthly Fee500500500500
6Other Fee
7TOTAL FEES600500500500
8
9
10ITEM #WB111
11
12Jul-2016Aug-2016Sep-2016Oct-2016
13Initial Fee250
14Monthly Fee700700
15Other Fee50
16TOTAL FEES00950750

<tbody>
</tbody>




























WORKSHEET 2 is named "WS02": (contains multiple items listed down the page)
ABCDEF
1ITEM #AC111
2
3Jul-2016Aug-2016Sep-2016Oct-2016
4Initial Fee200
5Monthly Fee400400400
6Other Fee
7TOTAL FEES0600400400
8
9
10ITEM #
11
12Jul-2016Aug-2016Sep-2016Oct-2016
13Initial Fee
14Monthly Fee
15Other Fee
16TOTAL FEES0000

<tbody>
</tbody>





























WORKSHEET 3 is named "WS03": (contains multiple items listed down the page)
ABCDEF
1ITEM #OR888
2
3Jul-2016Aug-2016Sep-2016Oct-2016
4Initial Fee100
5Monthly Fee800800800
6Other Fee300
7TOTAL FEES09001100800
8
9
10ITEM #
11
12Jul-2016Aug-2016Sep-2016Oct-2016
13Initial Fee
14Monthly Fee
15Other Fee
16TOTAL FEES0000

<tbody>
</tbody>
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Forum statistics

Threads
1,215,009
Messages
6,122,674
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