Hello everybody. I am new to the forum and already found lot of helpful info, Thanks!
I am looking for a formula that looks into 2 columns, one containing dates and one values, and returning the corresponding value of the latest date.
So far so good i found working for me:
=INDEX(H10:H13,MATCH(MAX(L10:L13),L10:L13,0))
where dates are in L10:L13 and values in H10:H13.
What I just can NOT get is how to get as a result the value comparable to the second most recent date, in case the most recent date has 0 o no value?
Any idea?
Thanks,
F
Bookmarks