Reference cell contents

vzq032372

New Member
Joined
Dec 17, 2015
Messages
37
I have an HLOOKUP formula in a cell, there is no problem returning the correct value

Excel Formula:
 HLOOKUP(C34,'Lines P4'!C35:C36,2,0)

I created another formula to get the cell contents which contains the sheet name, again no issue here
Excel Formula:
=CELL("contents",L35) & "!"

When I tried to consolidate the formulas I got an error. How do I merge these two formulas so that the sheetname lookup references the sheetname in L35, L36 etc as I go down the list?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
I have an HLOOKUP formula in a cell, there is no problem returning the correct value

Excel Formula:
 HLOOKUP(C34,'Lines P4'!C35:C36,2,0)

I created another formula to get the cell contents which contains the sheet name, again no issue here
Excel Formula:
=CELL("contents",L35) & "!"

When I tried to consolidate the formulas I got an error. How do I merge these two formulas so that the sheetname lookup references the sheetname in L35, L36 etc as I go down the list?

The following worked:

Excel Formula:
=INDIRECT("'" & L35 "'!C36")
 
Upvote 0
Solution

Forum statistics

Threads
1,215,548
Messages
6,125,468
Members
449,230
Latest member
ASBeard

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