Currently I have data in Range (Column) Q36:Q65 which is derived using combination of formulas If Index Max Match etc., and typically it would have zero value towards end of column. I mean, say Q36 to Q46 or so would have formula derived values, but Q47 onwards till Q65 formula would have returned "0" value. (this would vary each time zero value from Q47 to Q65, say from Q47, Q52, Q60 till last Q65)
Currently I retrieve last non zero value, using following formula
=((LOOKUP(2,1/($Q$36:$Q$65<>0),$Q$36:$Q$65)))
But, what i now seek is to derive 3rd or 5th or 7th value from last non zero value. How to change above formula or use alternative formula in different cell to get 3rd last, 5th last, or nth value from bottom (non-zero) value.
Sample looks like this
http://imgur.com/a/0MhJE
Screenshot_1.jpg
Thanks
Bookmarks