Find Nonblank Cell

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

Guest

Is there a function that will find the first non blank cell in an array, like
returning cell address, or position in the array?
 
=INDEX(B1:B10,MIN(IF(B1:B10<>"",ROW(B1:B10))))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.
Excel will automatically enclose the formula in braces (curly brackets), do
not try to do this manually.
When editing the formula, it must again be array-entered.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Well, the match part I just figured out. That just returns the position in
the array. I'll have to do some extra work to turn that into an address.

Thanks.
 
Why do you want to find the address (btw look at the ADDRESS function)?
If you want the value just use INDEX and MATCH
 

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