Hi and welcome to the board
What is the function that you are using? Are you using VBA or a native function used in the worksheet?
One possible way?
Find the row reference of "test" in column A:
=MATCH("Test",A:A,0)
To return the cell address:
=ADDRESS(MATCH("Test,A:A,0),1)