referring to a cell by OFFSET(INDIRECT(ADDRESS(ROW();COLUMN()));0;-4) is easy
Although I want to replace "$H:$H" in a formula by an OFFSET function referring to the entire column 4 columns to the current cell (column)
How can that be done?
example: =TEXTJOIN(", ";TRUE;IF($H:$H = E5;$I:$I;""))
instead of $H:$H i want to refer to that column via OFFSET
Any help very much appreciated.
Although I want to replace "$H:$H" in a formula by an OFFSET function referring to the entire column 4 columns to the current cell (column)
How can that be done?
example: =TEXTJOIN(", ";TRUE;IF($H:$H = E5;$I:$I;""))
instead of $H:$H i want to refer to that column via OFFSET
Any help very much appreciated.