#1   Report Post  
Posted to microsoft.public.excel.misc
prodrafter
 
Posts: n/a
Default drop-down lists


I am trying to search through a list that is 12 columns wide by 8912
rows. Each row must stay together.

The spreadsheet I have now has drop-downs on the top of the page, but
the drop-down lists do not include all the possible entries in each
column. It only contains approximately 1000 of the first alph-numeric
entries.

Is there a 1000 entry limit on drop-down lists?

How can I get the drop-downs to include all data in the column?

Thanks for any and all help on this.:)


--
prodrafter
------------------------------------------------------------------------
prodrafter's Profile: http://www.excelforum.com/member.php...o&userid=30287
View this thread: http://www.excelforum.com/showthread...hreadid=499557

  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default drop-down lists

Yes, there is a limit of 1000 unique values in a filter drop-down list.
You can use Custom, Greater Than ... to see more values above these,
but these are not individually filterable. If you use another
(temporary ?) column, you can devise ways of categorising the data to
enable yo to see more. For example, if you want to filter numeric
values, then in your helper column you could have a formula:

= INT(A1/1000)

and this would then aggregate values into thousands. A column of text
values could have the formula:

=LEFT(A1,1) applied to it, thereby aggregating under initial letter.

By filtering the helper column first, you can then filter the column
which you are really interested in.

Hope this helps,

Pete

  #3   Report Post  
Posted to microsoft.public.excel.misc
Debra Dalgleish
 
Posts: n/a
Default drop-down lists

From the AutoFilter dropdown list in the column heading, select Custom
In the first dropdown list, choose Equals
In the text box, type the entry you want to find
Click OK

Or, use one of the workarounds that Pete mentioned. There's an example he

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

prodrafter wrote:
I am trying to search through a list that is 12 columns wide by 8912
rows. Each row must stay together.

The spreadsheet I have now has drop-downs on the top of the page, but
the drop-down lists do not include all the possible entries in each
column. It only contains approximately 1000 of the first alph-numeric
entries.

Is there a 1000 entry limit on drop-down lists?

How can I get the drop-downs to include all data in the column?

Thanks for any and all help on this.:)




--
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
Drop Down Lists geeksrgood Excel Worksheet Functions 0 December 5th 05 06:47 AM
unrestricting drop down lists Robert Excel Worksheet Functions 2 July 13th 05 02:40 AM
Data Validation - Drop down lists - if then? Steve R Excel Discussion (Misc queries) 2 April 8th 05 06:13 PM
multiple drop down lists jason n z Excel Discussion (Misc queries) 1 March 10th 05 01:24 AM
Can different drop down lists be displayed depending on the value. Laurentd Excel Discussion (Misc queries) 1 February 24th 05 12:31 AM


All times are GMT +1. The time now is 11:08 AM.

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

About Us

"It's about Microsoft Excel"