Jeffrey Mahoney
Well-known Member
- Joined
- May 31, 2015
- Messages
- 3,226
- Office Version
- 365
- Platform
- Windows
I don't think this is possible, but I'm going to ask
I have a dozen or so named ranges referencing ranges in other workbooks. I have thousands of formulas in a table that are using those range like:
=IFERROR(VLOOKUP(Z8,CCFCLink03,AB$1,FALSE),"")
What I'd like to do is reference a cell at the top of each column that has CCFCLink01, CCFCLink03, CCFCLink03, etc. This is so I don't have to edit the formula in each column.
I know about Indirect. It doesn't work with ranges outside the current WB.
I have a dozen or so named ranges referencing ranges in other workbooks. I have thousands of formulas in a table that are using those range like:
=IFERROR(VLOOKUP(Z8,CCFCLink03,AB$1,FALSE),"")
What I'd like to do is reference a cell at the top of each column that has CCFCLink01, CCFCLink03, CCFCLink03, etc. This is so I don't have to edit the formula in each column.
I know about Indirect. It doesn't work with ranges outside the current WB.