I need to get values from numerous worksheets into a worksheet named "Summary". Summary worksheet has a list of all the worksheets names in column A (for example cell A1= "Worksheet_Date1") How do I pull information from cell D15 in Worksheet_Date1 by referencing cell A1 in the summary sheet?
I have tried =A1&"!"&D15 (where A1 is the worksheet name and D15 is the cell I need the value) but it doesn't give the value.
What am I missing?
I have tried =A1&"!"&D15 (where A1 is the worksheet name and D15 is the cell I need the value) but it doesn't give the value.
What am I missing?