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

4x4 Matrix in Python -

python - String indices must be integers and while issue -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -