I am trying to write a formula for dynamic range where i know the the last cell address ($A$104) and need to find cell 52 rows before the last...Basically formula that will give me $A$52
will return the same result as your formula ; the INDEX function using the ROWS function accesses the last cell of the range rng ; the CELL function returns the address without having to use the ROW parameter and the COLUMN parameter separately.