Find first numer in a Column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a spreadsheet Column H is filled randomly
with numbers and blanks from Row 13 down.
I want to find the first number i.e. occurring in
the lowest row number in the Column.
Preferably found by worksheet formula, failing that
I could use a macro.
Many thanks for any solutions.
 
=INDEX(H13:H200,MATCH(TRUE,ISNUMBER(H13:H200),0))

which must be confirmed with control+shift+enter, not just enter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top