Can someone please help my with the syntax for a formula that returns an undesired #REF! error the way that I have written it?
Problem is:
A worksheet "Summary (0)" contains a table identified by local named ranges.
Another worksheet "Sheet2" in the same workbook contains a cell which names the worksheet wherein that table resides. ie, Sheet2!$E$3 contains the text string "Summary (0)"
Cell Sheet2!$E$5 contains a lookup value.
Cell Sheet2:$E$11 contains a formula which should return a value from the table, but by locating the table from the sheet name contained in cell Sheet2:$E$3.
The problem is illustrated in the attached workbook.
The end result returned by Sheet2:$E$11 should be the same as that which is returned by the cell Sheet2!$E$9 which contains a simplified version of the formula in which the table's worksheet is hard coded into the formula. Currently cell E11 only returns #REF!.
Bookmarks