Hello! I have the following formula in a cell:
=IF(INDIRECT(ADDRESS(ROW(),COLUMN()+5))<>"", INDIRECT(ADDRESS(ROW(),COLUMN()+5)), IF(INDIRECT(ADDRESS(ROW(),COLUMN()+9))<>"", INDIRECT(ADDRESS(ROW(),COLUMN()+9))......(very long)
The formula looks for a non-empty cell down the row. Now, how do I tell the address of the non-empty cell this formula found?
=IF(INDIRECT(ADDRESS(ROW(),COLUMN()+5))<>"", INDIRECT(ADDRESS(ROW(),COLUMN()+5)), IF(INDIRECT(ADDRESS(ROW(),COLUMN()+9))<>"", INDIRECT(ADDRESS(ROW(),COLUMN()+9))......(very long)
The formula looks for a non-empty cell down the row. Now, how do I tell the address of the non-empty cell this formula found?