P
paulkaye
Hi,
Gaurav Raveshia, Jim Thomlinson and Dave Peterson (Thank you!) helped
me to use the INDIRECT function in order to use the contents of a cell
as part of a reference to another cell:
=INDIRECT("'" & A2 & "'!C7")
where A2 contains the name of another worksheet and C7 is the cell on
that worksheet that I would like to reference. The problem is that the
main reason for needing this was to create a summary worksheet simply
by copying and pasting the formula. However, although the A2 will
change correctly to B2 when copied to the next column, C7 does not.
How can I make C7 a relative reference?
Many thanks,
Paul
Gaurav Raveshia, Jim Thomlinson and Dave Peterson (Thank you!) helped
me to use the INDIRECT function in order to use the contents of a cell
as part of a reference to another cell:
=INDIRECT("'" & A2 & "'!C7")
where A2 contains the name of another worksheet and C7 is the cell on
that worksheet that I would like to reference. The problem is that the
main reason for needing this was to create a summary worksheet simply
by copying and pasting the formula. However, although the A2 will
change correctly to B2 when copied to the next column, C7 does not.
How can I make C7 a relative reference?
Many thanks,
Paul