Drop Down List Ignore Blank

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

Guest

..Hi,

I am trying to use a drop down list and have checked the "ignore blank"
option but it does not ignore the blank cells. So I did the following to try
and cricumvent it but need some help.

Column M contains the list
Column N I put an if statment to set the cell's to 1 if they are not blank
Column O I used the index to list only the cell's that have something in it.
Column P I did an iserror & vlookup to create a list of only "non-blank" cells
N4 I used the Countif statement to see how many rows have info. Curretnly
n4=48

I would like to use that number to set the end of the list I am trying to do
the following:
List = p$6:p$(6+n4)----would like it to read p$6:p$54

Thanks,

Ben
 

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