Keep absolute reference even when inserting rows in Excel 2007 -
i have spreadsheet want cell formula @ specific cell, if rows or columns inserted , specific cell moves. effectively, want @ 'top' cell of table, if new rows inserted @ top of table.
eg. cell a2 has formula[=$e$2]
now highlight row 1 , insert row. formula in a2 says [=$e$3] want looking @ new row 2.
the dollars keep absolute cell reference no matter 'referencing' cell, want cell reference absolute no matter 'referenced' cell. if makes sense!
effectively, have 'table' in excel 2007 , want reference top row. trouble rows added table top top row keeps moving down make room new top row.
--- alistair.
try =indirect("f2")
. work if know top-right cell of table going $f$2
.
Comments
Post a Comment