G Guest Jan 7, 2005 #1 How do I use the value in a cell, for example the year 2004, to refer to a worksheet with the name 2004?
How do I use the value in a cell, for example the year 2004, to refer to a worksheet with the name 2004?
R Ron de Bruin Jan 7, 2005 #2 Hi Tom See the help for the indirect function with a sheet name in A1 =INDIRECT($A$1 & "!G3")