the first in a sequence

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

Guest

Does someone knows how to find the first value after a number of empty cells?
 
Try...

=INDEX(A1:A100,MATCH(TRUE,A1:A100<>"",0))

....confirmed with CONTROL+SHIFT+ENTER, not just ENTER.

Hope this helps!
 
Just an alternative:

=INDEX(A1:A100,MATCH("*?*",A1:A100&"",0))

Array-entered (ctrl+shift+enter).

HTH
Jason
Atlanta, GA
 

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