Hi everyone
In cell A2 I will key each time a different number representing the row with the data I would like to check.
In my sheet, from row 5 to 1000 I have data already entered (each row contains data from column B to column CZ).
I would like to have in cell A3 the formula.
=INDIRECT("B"&$A$2) and then copy to the right up to CZ3.
In that way, when I change the content of the value in cell A2, say to 17, row 3 will show the data contained in row 17 from A17 to CZ17), etc.
I tried this, but when I copied right, all the cells in row 3 contained exactly the same formula, not changing the columnm!!
I expected the cell F3 to contain the formula:
=INDIRECT ("F"&$A$2);
the cell M3 to contain =INDIRECT("M"&$A$2); etc...
Can I write a formula with indirect reference that will change as I copy right?
Thanks
In cell A2 I will key each time a different number representing the row with the data I would like to check.
In my sheet, from row 5 to 1000 I have data already entered (each row contains data from column B to column CZ).
I would like to have in cell A3 the formula.
=INDIRECT("B"&$A$2) and then copy to the right up to CZ3.
In that way, when I change the content of the value in cell A2, say to 17, row 3 will show the data contained in row 17 from A17 to CZ17), etc.
I tried this, but when I copied right, all the cells in row 3 contained exactly the same formula, not changing the columnm!!
I expected the cell F3 to contain the formula:
=INDIRECT ("F"&$A$2);
the cell M3 to contain =INDIRECT("M"&$A$2); etc...
Can I write a formula with indirect reference that will change as I copy right?
Thanks