Counting number of blank cells until value found in cell

  • Thread starter Thread starter Jack Nutt
  • Start date Start date
J

Jack Nutt

How do I set up a cell for a range of cells to count the number of
blank cells until a value shows up in one of the cells. I am looking
for the number of blank cells before a cell shows up with a value in
it.

Thanks
 
Hi Jack
if your cell range starts in row one try the following array entered
formula (entered with CTRL+SHIFT+ENTER)
=MIN(IF(A1:A1000<>"",ROW(A1:A1000),10000))-1
 

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