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

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -