I’ve hit a brick wall and hope someone can help. I have developed a worksheet that references multiple pivot tables, which in turn have multiple tabs. These tabs are Region 1, Region 2, Region 3, etc.
My current formula reads like this:
HLOOKUP(F$4,'C:\Monthly Reports\[Sales Rprt - Freq.xls]Region 1'!$A$4:$CZ$9,3,FALSE)
where the lookup is going to the specified worksheet and tab. What I want to do instead is have the formula reference Region 1 on the current worksheet in field B2. I can then change B2 from Region 1 to Region 2 and so on and the lookup formula changes automatically. I’ve tried changing the formula from saying Region 1 to +B2 (see below)and trying to use the indirect formula, but have not been successful.
HLOOKUP(F$4,'C:\Monthly Reports\[Sales Rprt - Freq.xls]+B2'!$A$4:$CZ$9,3,FALSE)
I hope you can help. Thanks.
Doug
My current formula reads like this:
HLOOKUP(F$4,'C:\Monthly Reports\[Sales Rprt - Freq.xls]Region 1'!$A$4:$CZ$9,3,FALSE)
where the lookup is going to the specified worksheet and tab. What I want to do instead is have the formula reference Region 1 on the current worksheet in field B2. I can then change B2 from Region 1 to Region 2 and so on and the lookup formula changes automatically. I’ve tried changing the formula from saying Region 1 to +B2 (see below)and trying to use the indirect formula, but have not been successful.
HLOOKUP(F$4,'C:\Monthly Reports\[Sales Rprt - Freq.xls]+B2'!$A$4:$CZ$9,3,FALSE)
I hope you can help. Thanks.
Doug