how can I return the value of the first not null cell in a column

  • Thread starter Thread starter NHH
  • Start date Start date
N

NHH

I need a formula to help return the value of the first not null cell in a
column, I know the formula that returns the same but in the last not null
cell in a column (LOOKUP(99^99,Sheet1!A:A)), but I need the first not the last

Thank you for your help
 
From your formula I guess you may be trying to find the first number. Try
this array entered.

=INDEX(A1:A1000,MATCH(TRUE,ISNUMBER(A1:A1000),0))

Mike
 
Dear Max,

Thank you for your reply.

Regret to inform you that your formula returned an error "#VALUE!", it
didn't work out. Sorry.

Looking for your further effort to help me in this issue.

Best Regards,

NHH
 
Dear Mike H,

Thank you for your reply.

Regret to inform you that your formula returned an error "N/A". Id didn't
work out. Sorry.

Looking for your futher effort to help me in this issue.

Best Regards,

NHH
 
Hi again,

Sorry, your formula did work when I pressed F2, ctrl+shift+enter

Thank you very much.

Best Regards,

NHH
 
Dear Mike H,

Sorry, your formula did work out when I pressed F2, ctrl+shift+enter on the
array formula.

Thanks a lot.

Best Regards,


NHH
 

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