Thread
:
Cell to sheet reference
View Single Post
#
2
Ron de Bruin
Posts: n/a
Hi Tom
See the help for the indirect function
with a sheet name in A1
=INDIRECT($A$1 & "!G3")
--
Regards Ron de Bruin
http://www.rondebruin.nl
"Tom Stout" <Tom
wrote in message
...
How do I use the value in a cell, for example the year 2004, to refer to a
worksheet with the name 2004?
Reply With Quote