I'm using the following formula to find contents of a cell using offset() to gather info from a cell.
=OFFSET(ADDRESS(MATCH(AO58,SKILLIST,0)+56,MATCH(AO58,SKILLIST,0)))
The problem is I don't know how to change the text address from the Address() function back to an address so OFFSET() can use it. The reference text in the Match() function could be anywhere in the list (single column).
=OFFSET(ADDRESS(MATCH(AO58,SKILLIST,0)+56,MATCH(AO58,SKILLIST,0)))
The problem is I don't know how to change the text address from the Address() function back to an address so OFFSET() can use it. The reference text in the Match() function could be anywhere in the list (single column).