Excel - i need first non-blank value of a column -


this column. need 2.46 in cell b1 how do that?

a1 ---- blank a2 ---- blank a3 ---- blank a4 ---- 2.46 a5 ---- blank a6 ---- blank a7 ---- blank a8 ---- blank a9 ---- 2.58 a10 ---- blank a11 ---- blank a12 ---- blank 

try formula

=index(b1:b100,match(true,index(b1:b100<>"",0),0))

extend ranges required


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -