
Originally Posted by
JBeaucaire
Ah, you're talking about creating an indirect reference? You can create a formula that builds up pieces of the cell reference using the INDIRECT function.
Careful, though. Not all sheetnames make good INDIRECT references, dates are occasionally problematic. What is the format of your dated sheetnames?
Anyway, if an acceptable dated sheetname is listed in A2, the reference in B2 to bring over cell R3 from that sheet would be:
=INDIRECT(A2&"!R3")
NOTE: the date you entered in cell A2 must be formatted as text for this to work. Post up a sample book if you have problems.
Bookmarks