Thread: dynamic offset
View Single Post
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=INDIRECT(ADDRESS(ROW()+2,COLUMN()+5))

if you meant 2 rows down and 5 columns across
will return what is in that cell
if you just want the address

=ADDRESS(ROW()+2,COLUMN()+5)

--

Regards,

Peo Sjoblom


"
. com wrote in message
...
In the old 2020 spreadsheet, you could reference offset cells by entering
something like *+5.*-2 (which means 5 rows over and 2 rows down from the
current cell location) I've gone through all the help and questions I

could
find, and the offset function is not what I'm really looking for.

Does excel have a function similar to above?