Hi Guys
i have the following formula which I need to autofill down to 3800 rows
A1 ON PORTAL SHEET has a code which referes to a tab sheet name
A2 refer to the cell from that particular sheet I wish to retrieve the data.
the cell the first formula is in is X1, there the formula will autofill down.
=INDIRECT("'" & A$1&"'!"&"A2")
the following rows should read
=INDIRECT("'" & A$1&"'!"&"A3")
=INDIRECT("'" & A$1&"'!"&"A4")
=INDIRECT("'" & A$1&"'!"&"A5") etc..
I have looked at many solutions but none work. Something that I thought was so simple is not working.
Thank you in advance to any solution.
regards
Ged
i have the following formula which I need to autofill down to 3800 rows
A1 ON PORTAL SHEET has a code which referes to a tab sheet name
A2 refer to the cell from that particular sheet I wish to retrieve the data.
the cell the first formula is in is X1, there the formula will autofill down.
=INDIRECT("'" & A$1&"'!"&"A2")
the following rows should read
=INDIRECT("'" & A$1&"'!"&"A3")
=INDIRECT("'" & A$1&"'!"&"A4")
=INDIRECT("'" & A$1&"'!"&"A5") etc..
I have looked at many solutions but none work. Something that I thought was so simple is not working.
Thank you in advance to any solution.
regards
Ged
Last edited: