excel - Find value upwards using reverse index+match -


i have find first zero(cell c3) upward in column c cell d7,d12 , d15

how find first 0 value upwards in c column. there way reverse hlookup, index+match. please advise.

enter image description here

=lookup(2,1/($c$2:c2=0),$b$2:b2) 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -