I have a formula which returns the first non-zero value in a row - the numbers will fill up as the year goes on.
1 2 3 _ _ _
=IFERROR(LOOKUP(1E+100,H21:S21),"")
How do I find the cell reference of this value the LOOKUP returns - without using MATCH as the value isn't necessarily unique? What I want is the same cell but 51 rows down, or so. Thanks.