OFFSET INDEX MATCH Across Multiple Sheets

wlung

New Member
Joined
Dec 12, 2018
Messages
3
Hi guys, first time poster here hoping to get a bit of help on a problem. I have a workbook with four sheets similar to this format:

Sheet1
SampleA1
SampleA2
SampleB1
SampleB2
SampleC1
SampleC2


Sheet2
ID Date
A1 Date1
A2 Date2

Sheet3
ID Date
B1 Date3
B2 Date4

Sheet4
ID Date
C1 Date5
C2 Date6

Essentially, Sheet1 is a master list, where I am trying to get SampleA1 to reference Date1, SampleB1 to reference Date3, and so on.

Here is what I have tried for the "SampleA1" cell:

=OFFSET(INDEX(Sheet2:Sheet4!$A$1:$A$3,MATCH("A1",Sheet2:Sheet4!$A$1:$A$3,0)),-1,0)

This keeps returning a #VALUE ! error. Does anyone know how to get around this? Is it even possible to use INDEX MATCH across multiple sheets like I've tried? Any help is much appreciated.
 

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.
biJ0U9P.png

6LzyHSr.png

QhY0iqu.png

uwrycqX.png


Here is an example of what I'm trying to do
 
Upvote 0

Forum statistics

Threads
1,215,061
Messages
6,122,922
Members
449,094
Latest member
teemeren

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