ADDRESS(ROW(),COLUMN()) returns the current cell's address, such as $A$1. To reference the cell you want, add/subtract from the row/column values (numbers).
If you don't want the $, you may search for it and substitute it with SUBSTITUTE(ADDRESS(ROW(),COLUMN()),"$","") to get simply A1.