I'm using a bunch of sheets like forms and pulling the values to the main sheet with
=INDIRECT(E1&"!b2") where E1 is the sheet name
I would like to add comments to the same cell from the corresponding C cell
Ie. cell content =INDIRECT(E1&"!b2") cell comment =INDIRECT(E1&"!C2")
Is there a way to do this?
the formula is repeated for the full column Ie.
cell 2 =INDIRECT(E1&"!b2")
cell 3 =INDIRECT(E1&"!b3")
cell 4 =INDIRECT(E1&"!b4")
=INDIRECT(E1&"!b2") where E1 is the sheet name
I would like to add comments to the same cell from the corresponding C cell
Ie. cell content =INDIRECT(E1&"!b2") cell comment =INDIRECT(E1&"!C2")
Is there a way to do this?
the formula is repeated for the full column Ie.
cell 2 =INDIRECT(E1&"!b2")
cell 3 =INDIRECT(E1&"!b3")
cell 4 =INDIRECT(E1&"!b4")