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...