I can get the last value easily:
=LOOKUP(2,1/(11:11<>0),11:11)
Problem is I need the second to last to return. I'll actually use the same formula to find the 2nd, 3rd, 4th and so on "last" value in a row.
Any ideas?
Basic sheet. I NEED 88 RETURNED.
A D C D
10
11 90 95 88 99
12
13
14
=LOOKUP(2,1/(11:11<>0),11:11)
Problem is I need the second to last to return. I'll actually use the same formula to find the 2nd, 3rd, 4th and so on "last" value in a row.
Any ideas?
Basic sheet. I NEED 88 RETURNED.
A D C D
10
11 90 95 88 99
12
13
14