Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ricky
 
Posts: n/a
Default Ignore Blanks in Data Validation

Hello Experts,
I've checked the "Ignore Blanks" checkbox within Data Validation and all
blank cells are unlisted within the Dropdown list. However, when I copy and
paste as values (that does include blank cells) to replace the Source range,
the Ignore Blanks feature doesn't work anymore. I see a list of blank cells
within the bottom of my dropdown list. What is the workaround to maintain a
dropdown selection list that continues to ignore blanks?

Thanks in advance,
Ricky


  #2   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

Instead of ignoring blank cells, you could use a dynamic range as the
list source. There are instructions he

http://www.contextures.com/xlNames01.html


Ricky wrote:
Hello Experts,
I've checked the "Ignore Blanks" checkbox within Data Validation and all
blank cells are unlisted within the Dropdown list. However, when I copy and
paste as values (that does include blank cells) to replace the Source range,
the Ignore Blanks feature doesn't work anymore. I see a list of blank cells
within the bottom of my dropdown list. What is the workaround to maintain a
dropdown selection list that continues to ignore blanks?


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #3   Report Post  
Ricky
 
Posts: n/a
Default

Thanks Debra,
That totally did it. Works like a charm.

Thanks again,
Ricky

"Debra Dalgleish" wrote in message
...
Instead of ignoring blank cells, you could use a dynamic range as the
list source. There are instructions he

http://www.contextures.com/xlNames01.html


Ricky wrote:
Hello Experts,
I've checked the "Ignore Blanks" checkbox within Data Validation and all
blank cells are unlisted within the Dropdown list. However, when I copy

and
paste as values (that does include blank cells) to replace the Source

range,
the Ignore Blanks feature doesn't work anymore. I see a list of blank

cells
within the bottom of my dropdown list. What is the workaround to

maintain a
dropdown selection list that continues to ignore blanks?


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html



  #4   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

You're welcome. Thanks for letting me know that it worked.

Ricky wrote:
Thanks Debra,
That totally did it. Works like a charm.

Thanks again,
Ricky

"Debra Dalgleish" wrote in message
...

Instead of ignoring blank cells, you could use a dynamic range as the
list source. There are instructions he

http://www.contextures.com/xlNames01.html


Ricky wrote:

Hello Experts,
I've checked the "Ignore Blanks" checkbox within Data Validation and all
blank cells are unlisted within the Dropdown list. However, when I copy


and

paste as values (that does include blank cells) to replace the Source


range,

the Ignore Blanks feature doesn't work anymore. I see a list of blank


cells

within the bottom of my dropdown list. What is the workaround to


maintain a

dropdown selection list that continues to ignore blanks?


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #5   Report Post  
Ricky
 
Posts: n/a
Default

Hi again Debra,
Is there a way to make the dropdown list to default at the top of the list?
Currently, when I click on the dropdown menu, the last item (which is a
blank cell) is highlighted.

Thanks again,
Ricky


"Debra Dalgleish" wrote in message
...
You're welcome. Thanks for letting me know that it worked.

Ricky wrote:
Thanks Debra,
That totally did it. Works like a charm.

Thanks again,
Ricky

"Debra Dalgleish" wrote in message
...

Instead of ignoring blank cells, you could use a dynamic range as the
list source. There are instructions he

http://www.contextures.com/xlNames01.html


Ricky wrote:

Hello Experts,
I've checked the "Ignore Blanks" checkbox within Data Validation and

all
blank cells are unlisted within the Dropdown list. However, when I

copy

and

paste as values (that does include blank cells) to replace the Source

range,

the Ignore Blanks feature doesn't work anymore. I see a list of blank

cells

within the bottom of my dropdown list. What is the workaround to

maintain a

dropdown selection list that continues to ignore blanks?

--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





  #6   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

When the dropdown list opens, it matches the cell value to an item in
the list, if one exists. So, the blank cell matches to the blank item in
the list.

However, if you used the OFFSET formula to create a dynamic range, it
shouldn't include a blank cell. Is there another item in the column
that's adding to the count, and increasing the number of cells in the range?


Ricky wrote:
Hi again Debra,
Is there a way to make the dropdown list to default at the top of the list?
Currently, when I click on the dropdown menu, the last item (which is a
blank cell) is highlighted.

Thanks again,
Ricky


"Debra Dalgleish" wrote in message
...

You're welcome. Thanks for letting me know that it worked.

Ricky wrote:

Thanks Debra,
That totally did it. Works like a charm.

Thanks again,
Ricky

"Debra Dalgleish" wrote in message
...


Instead of ignoring blank cells, you could use a dynamic range as the
list source. There are instructions he

http://www.contextures.com/xlNames01.html


Ricky wrote:


Hello Experts,
I've checked the "Ignore Blanks" checkbox within Data Validation and

all

blank cells are unlisted within the Dropdown list. However, when I

copy

and


paste as values (that does include blank cells) to replace the Source

range,


the Ignore Blanks feature doesn't work anymore. I see a list of blank

cells


within the bottom of my dropdown list. What is the workaround to

maintain a


dropdown selection list that continues to ignore blanks?

--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #7   Report Post  
Ricky
 
Posts: n/a
Default

Hi Debra,
Yes you are right. There is a blank cell within the range and the dropdown
menu does point towards it...which is strange. Before I use the dropdown
list, I would always sort the data first. Then, all blank cells would end
up towards the bottom. The original offset formula works beautifully and it
does not contain a blank cell as one of the validation selection items.
=offset('Sheet1'!$N$1,0,0,counta('Sheet1'!$N:$N),1 )

However, I had to vary the formula slightly to start one row below the title
because I didn't want to include the title (first row) to be amongst the
selections. This is what caused the blank cell to show up as part of the
dropdown selection items.
=offset('Sheet1'!$N$1,1,0,counta('Sheet1'!$N:$N),1 )

Any workarounds to omit the blank cell? Omitting the blank cell does make
the dropdown list to default at the beginning which is exactly what I'm
looking for.

Thanks so much Debra,
Ricky


"Debra Dalgleish" wrote in message
...
When the dropdown list opens, it matches the cell value to an item in
the list, if one exists. So, the blank cell matches to the blank item in
the list.

However, if you used the OFFSET formula to create a dynamic range, it
shouldn't include a blank cell. Is there another item in the column
that's adding to the count, and increasing the number of cells in the

range?


Ricky wrote:
Hi again Debra,
Is there a way to make the dropdown list to default at the top of the

list?
Currently, when I click on the dropdown menu, the last item (which is a
blank cell) is highlighted.

Thanks again,
Ricky


"Debra Dalgleish" wrote in message
...

You're welcome. Thanks for letting me know that it worked.

Ricky wrote:

Thanks Debra,
That totally did it. Works like a charm.

Thanks again,
Ricky

"Debra Dalgleish" wrote in message
...


Instead of ignoring blank cells, you could use a dynamic range as the
list source. There are instructions he

http://www.contextures.com/xlNames01.html


Ricky wrote:


Hello Experts,
I've checked the "Ignore Blanks" checkbox within Data Validation and

all

blank cells are unlisted within the Dropdown list. However, when I

copy

and


paste as values (that does include blank cells) to replace the Source

range,


the Ignore Blanks feature doesn't work anymore. I see a list of

blank

cells


within the bottom of my dropdown list. What is the workaround to

maintain a


dropdown selection list that continues to ignore blanks?

--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html



  #8   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

You can subtract one from the count, e.g.:

=offset('Sheet1'!$N$1,1,0,counta('Sheet1'!$N:$N)-1,1)

Ricky wrote:
Hi Debra,
Yes you are right. There is a blank cell within the range and the dropdown
menu does point towards it...which is strange. Before I use the dropdown
list, I would always sort the data first. Then, all blank cells would end
up towards the bottom. The original offset formula works beautifully and it
does not contain a blank cell as one of the validation selection items.
=offset('Sheet1'!$N$1,0,0,counta('Sheet1'!$N:$N),1 )

However, I had to vary the formula slightly to start one row below the title
because I didn't want to include the title (first row) to be amongst the
selections. This is what caused the blank cell to show up as part of the
dropdown selection items.
=offset('Sheet1'!$N$1,1,0,counta('Sheet1'!$N:$N),1 )

Any workarounds to omit the blank cell? Omitting the blank cell does make
the dropdown list to default at the beginning which is exactly what I'm
looking for.

Thanks so much Debra,
Ricky


"Debra Dalgleish" wrote in message
...

When the dropdown list opens, it matches the cell value to an item in
the list, if one exists. So, the blank cell matches to the blank item in
the list.

However, if you used the OFFSET formula to create a dynamic range, it
shouldn't include a blank cell. Is there another item in the column
that's adding to the count, and increasing the number of cells in the


range?


Ricky wrote:

Hi again Debra,
Is there a way to make the dropdown list to default at the top of the


list?

Currently, when I click on the dropdown menu, the last item (which is a
blank cell) is highlighted.

Thanks again,
Ricky


"Debra Dalgleish" wrote in message
...


You're welcome. Thanks for letting me know that it worked.

Ricky wrote:


Thanks Debra,
That totally did it. Works like a charm.

Thanks again,
Ricky

"Debra Dalgleish" wrote in message
. ..



Instead of ignoring blank cells, you could use a dynamic range as the
list source. There are instructions he

http://www.contextures.com/xlNames01.html


Ricky wrote:



Hello Experts,
I've checked the "Ignore Blanks" checkbox within Data Validation and

all


blank cells are unlisted within the Dropdown list. However, when I

copy


and



paste as values (that does include blank cells) to replace the Source

range,



the Ignore Blanks feature doesn't work anymore. I see a list of

blank

cells



within the bottom of my dropdown list. What is the workaround to

maintain a



dropdown selection list that continues to ignore blanks?

--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html




--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #9   Report Post  
Ricky
 
Posts: n/a
Default

Hello Debra,
It works beautifully! You've taught me this wonderful formula.

Thanks again Debra,
Ricky


"Debra Dalgleish" wrote in message
...
You can subtract one from the count, e.g.:

=offset('Sheet1'!$N$1,1,0,counta('Sheet1'!$N:$N)-1,1)

Ricky wrote:
Hi Debra,
Yes you are right. There is a blank cell within the range and the

dropdown
menu does point towards it...which is strange. Before I use the

dropdown
list, I would always sort the data first. Then, all blank cells would

end
up towards the bottom. The original offset formula works beautifully

and it
does not contain a blank cell as one of the validation selection items.
=offset('Sheet1'!$N$1,0,0,counta('Sheet1'!$N:$N),1 )

However, I had to vary the formula slightly to start one row below the

title
because I didn't want to include the title (first row) to be amongst the
selections. This is what caused the blank cell to show up as part of

the
dropdown selection items.
=offset('Sheet1'!$N$1,1,0,counta('Sheet1'!$N:$N),1 )

Any workarounds to omit the blank cell? Omitting the blank cell does

make
the dropdown list to default at the beginning which is exactly what I'm
looking for.

Thanks so much Debra,
Ricky


"Debra Dalgleish" wrote in message
...

When the dropdown list opens, it matches the cell value to an item in
the list, if one exists. So, the blank cell matches to the blank item in
the list.

However, if you used the OFFSET formula to create a dynamic range, it
shouldn't include a blank cell. Is there another item in the column
that's adding to the count, and increasing the number of cells in the


range?


Ricky wrote:

Hi again Debra,
Is there a way to make the dropdown list to default at the top of the

list?

Currently, when I click on the dropdown menu, the last item (which is a
blank cell) is highlighted.

Thanks again,
Ricky


"Debra Dalgleish" wrote in message
...


You're welcome. Thanks for letting me know that it worked.

Ricky wrote:


Thanks Debra,
That totally did it. Works like a charm.

Thanks again,
Ricky

"Debra Dalgleish" wrote in message
. ..



Instead of ignoring blank cells, you could use a dynamic range as

the
list source. There are instructions he

http://www.contextures.com/xlNames01.html


Ricky wrote:



Hello Experts,
I've checked the "Ignore Blanks" checkbox within Data Validation

and

all


blank cells are unlisted within the Dropdown list. However, when I

copy


and



paste as values (that does include blank cells) to replace the

Source

range,



the Ignore Blanks feature doesn't work anymore. I see a list of

blank

cells



within the bottom of my dropdown list. What is the workaround to

maintain a



dropdown selection list that continues to ignore blanks?

--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html




--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html



  #10   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

You're welcome! Thanks for letting me know that you got it working.

Ricky wrote:
Hello Debra,
It works beautifully! You've taught me this wonderful formula.

Thanks again Debra,
Ricky


"Debra Dalgleish" wrote in message
...

You can subtract one from the count, e.g.:

=offset('Sheet1'!$N$1,1,0,counta('Sheet1'!$N:$N)-1,1)

Ricky wrote:

Hi Debra,
Yes you are right. There is a blank cell within the range and the


dropdown

menu does point towards it...which is strange. Before I use the


dropdown

list, I would always sort the data first. Then, all blank cells would


end

up towards the bottom. The original offset formula works beautifully


and it

does not contain a blank cell as one of the validation selection items.
=offset('Sheet1'!$N$1,0,0,counta('Sheet1'!$N:$N ),1)

However, I had to vary the formula slightly to start one row below the


title

because I didn't want to include the title (first row) to be amongst the
selections. This is what caused the blank cell to show up as part of


the

dropdown selection items.
=offset('Sheet1'!$N$1,1,0,counta('Sheet1'!$N:$N ),1)

Any workarounds to omit the blank cell? Omitting the blank cell does


make

the dropdown list to default at the beginning which is exactly what I'm
looking for.

Thanks so much Debra,
Ricky


"Debra Dalgleish" wrote in message
...


When the dropdown list opens, it matches the cell value to an item in
the list, if one exists. So, the blank cell matches to the blank item in
the list.

However, if you used the OFFSET formula to create a dynamic range, it
shouldn't include a blank cell. Is there another item in the column
that's adding to the count, and increasing the number of cells in the

range?


Ricky wrote:


Hi again Debra,
Is there a way to make the dropdown list to default at the top of the

list?


Currently, when I click on the dropdown menu, the last item (which is a
blank cell) is highlighted.

Thanks again,
Ricky


"Debra Dalgleish" wrote in message
. ..



You're welcome. Thanks for letting me know that it worked.

Ricky wrote:



Thanks Debra,
That totally did it. Works like a charm.

Thanks again,
Ricky

"Debra Dalgleish" wrote in message
. ..




Instead of ignoring blank cells, you could use a dynamic range as

the

list source. There are instructions he

http://www.contextures.com/xlNames01.html


Ricky wrote:




Hello Experts,
I've checked the "Ignore Blanks" checkbox within Data Validation

and

all



blank cells are unlisted within the Dropdown list. However, when I

copy



and




paste as values (that does include blank cells) to replace the

Source

range,




the Ignore Blanks feature doesn't work anymore. I see a list of

blank


cells




within the bottom of my dropdown list. What is the workaround to

maintain a




dropdown selection list that continues to ignore blanks?

--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html




--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html




--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Message with Data Validation Chet Hurd Excel Discussion (Misc queries) 2 June 9th 05 08:44 PM
#VALUE# error with Data Validation KG Excel Discussion (Misc queries) 1 May 28th 05 05:31 AM
Data Validation DLM Excel Discussion (Misc queries) 2 February 22nd 05 02:26 AM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
Using Validation List from Another Workbook with Dependent Data Mike R. Excel Worksheet Functions 5 January 8th 05 07:06 PM


All times are GMT +1. The time now is 10:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"