Thread
: [Solved]
Indirect Reference?
View Single Post
08-25-2015, 06:13 AM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,369
You could combine it with an OFFSET function, like:
Code:
=OFFSET(INDIRECT("'"&$A1&"'!A1"),ROW()-1,COLUMN()-1)
You can replace ROW()-1 & COLUMN()-1 with whatever other functions/values you require to get the desired results.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod