G
Guest
The below is an example of a formula that I was shown to get values from
other worksheets into my current worksheet, using a cell to reference the
appropriate worksheet needed. Is there a way to write this so that the
additional string cell reference is not absolute.
I would like to copy and paste, but the only reference that changes is the
A1. I know that if I put a $ in front of the 1, the A$1 will always
reference the same cell, when copied and pasted, for the worksheet name I
need to use, but I need to get different information from sequential cells in
the worksheets.
=INDIRECT(A1&"!B2")
=INDIRECT(A1&"!B3")
=INDIRECT(A1&"!B4")
=INDIRECT(A1&"!B5")
=INDIRECT(A1&"!B6")
Thanks for yur help.
other worksheets into my current worksheet, using a cell to reference the
appropriate worksheet needed. Is there a way to write this so that the
additional string cell reference is not absolute.
I would like to copy and paste, but the only reference that changes is the
A1. I know that if I put a $ in front of the 1, the A$1 will always
reference the same cell, when copied and pasted, for the worksheet name I
need to use, but I need to get different information from sequential cells in
the worksheets.
=INDIRECT(A1&"!B2")
=INDIRECT(A1&"!B3")
=INDIRECT(A1&"!B4")
=INDIRECT(A1&"!B5")
=INDIRECT(A1&"!B6")
Thanks for yur help.