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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -