I have a worksheet name in cell C11 which I am referencing in a formula with a =INDIRECT
formula.
I have also added the =ROW
formula so that it increments the row number when I drag it down my worksheet.
My formula looks like this: =INDIRECT("'"&$C$11&"'!C"&ROW(C12))
How can I modify it so it also increments the column when I drag it right?
I've tried to use the =column
method, but I assume I am doing something wrong as I just get a reference error, can anybody assist?