refering a blank cell

  • Thread starter Thread starter Edson
  • Start date Start date
E

Edson

Does anyone knows how can I refer the first blank cell in a column?
 
i am not quite sure what your refer means?

guess u want get the first blank row,u can use the array formula like this
=MATCH(TRUE,ISBLANK(A$1:A$18),0) then hit CSE(ctrl+shift+enter)
while get the address,u can use
=ADDRESS(MATCH(TRUE,ISBLANK(A$1:A$18),0),A:A) then hit CSE

Hope this can be helpful

Regards,

Sebation.G UK
 
Thank you for replying my issue, Sebation
by the way, I was meaning to get the cell address.
it worked perfectly, thanks again
 

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