I'm trying to find a formula that given a row (1 and 5 in these examples), it will return the coordinates of first non-empty cell in that row. In these examples, the answers should be G1 and J5.
I've tried to use the answer to this question, but I haven't been able to get it to work.