#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
eternal_cat via OfficeKB.com
 
Posts: n/a
Default DROP DOWN LISTS

Hi, i was wanting to know how to make a drop down list for column F where the
contents of this list would be all the suburbs i had entered into that column
previously. Similar to the pick from list option.

Thanks.

cat.

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200511/1
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken
 
Posts: n/a
Default DROP DOWN LISTS

Easy.

Select the cell where you want to place the Drop Down.
From the Menu bar, select Data, then Validation.
On the Settings tab of the popup select List from the Drop Down.
Then click on the red arrow icon on the right side of the Source Box.
Now select the range of cells that contains your list.
Press Enter and click OK.


"eternal_cat via OfficeKB.com" wrote:

Hi, i was wanting to know how to make a drop down list for column F where the
contents of this list would be all the suburbs i had entered into that column
previously. Similar to the pick from list option.

Thanks.

cat.

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200511/1

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
eternal_cat via OfficeKB.com
 
Posts: n/a
Default DROP DOWN LISTS

K, I wanted it to contain only one instance of each suburb, whereas the list
is containing all the instances of the suburbs in the range that i have
selected. I also want to have this list so that it will autofill the suburbs
as i type them (since there is only one instance of each suburb). Like in
Excel help in the index when you type in a word and it automatically scrolls
down to a matching word.

thanks.


Easy.

Select the cell where you want to place the Drop Down.
From the Menu bar, select Data, then Validation.
On the Settings tab of the popup select List from the Drop Down.
Then click on the red arrow icon on the right side of the Source Box.
Now select the range of cells that contains your list.
Press Enter and click OK.

Hi, i was wanting to know how to make a drop down list for column F where the
contents of this list would be all the suburbs i had entered into that column

[quoted text clipped - 3 lines]

cat.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200511/1
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken
 
Posts: n/a
Default DROP DOWN LISTS

You could make a separate list of just the cells you want. You could then
hide that list or place it off the page so it isn't seen.

As for making the list autofill, I don't think you can do that in a Drop
Down List.




"eternal_cat via OfficeKB.com" wrote:

K, I wanted it to contain only one instance of each suburb, whereas the list
is containing all the instances of the suburbs in the range that i have
selected. I also want to have this list so that it will autofill the suburbs
as i type them (since there is only one instance of each suburb). Like in
Excel help in the index when you type in a word and it automatically scrolls
down to a matching word.

thanks.


Easy.

Select the cell where you want to place the Drop Down.
From the Menu bar, select Data, then Validation.
On the Settings tab of the popup select List from the Drop Down.
Then click on the red arrow icon on the right side of the Source Box.
Now select the range of cells that contains your list.
Press Enter and click OK.

Hi, i was wanting to know how to make a drop down list for column F where the
contents of this list would be all the suburbs i had entered into that column

[quoted text clipped - 3 lines]

cat.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200511/1

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben
 
Posts: n/a
Default DROP DOWN LISTS

First you have to delete the duplicates then make your list from the remaining
suburbs.

Debra Dalgleish gives instructions for retrieving uniques from a list of
duplicates.

http://www.contextures.on.ca/xladvfi....html#FilterUR

DV lists do not enable autocomplete.

You need a combo box for this.

See Debra's site for this also.

http://www.contextures.on.ca/xlDataVal10.html


Gord Dibben Excel MVP



On Thu, 24 Nov 2005 00:39:04 GMT, "eternal_cat via OfficeKB.com" <u14645@uwe
wrote:

K, I wanted it to contain only one instance of each suburb, whereas the list
is containing all the instances of the suburbs in the range that i have
selected. I also want to have this list so that it will autofill the suburbs
as i type them (since there is only one instance of each suburb). Like in
Excel help in the index when you type in a word and it automatically scrolls
down to a matching word.

thanks.


Easy.

Select the cell where you want to place the Drop Down.
From the Menu bar, select Data, then Validation.
On the Settings tab of the popup select List from the Drop Down.
Then click on the red arrow icon on the right side of the Source Box.
Now select the range of cells that contains your list.
Press Enter and click OK.

Hi, i was wanting to know how to make a drop down list for column F where the
contents of this list would be all the suburbs i had entered into that column

[quoted text clipped - 3 lines]

cat.




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
eternal_cat via OfficeKB.com
 
Posts: n/a
Default DROP DOWN LISTS

right, so i have to create a lookup sheet? I cant really delete the
duplicates, cos they are part of a valid record. Will all this help me to
have an autocomplete function in my suburbs column?

Gord Dibben wrote:
First you have to delete the duplicates then make your list from the remaining
suburbs.

Debra Dalgleish gives instructions for retrieving uniques from a list of
duplicates.

http://www.contextures.on.ca/xladvfi....html#FilterUR

DV lists do not enable autocomplete.

You need a combo box for this.

See Debra's site for this also.

http://www.contextures.on.ca/xlDataVal10.html

Gord Dibben Excel MVP

K, I wanted it to contain only one instance of each suburb, whereas the list
is containing all the instances of the suburbs in the range that i have

[quoted text clipped - 19 lines]

cat.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200511/1
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben
 
Posts: n/a
Default DROP DOWN LISTS

You want to filter just the unique suburbs and paste that list to another
worksheet.

Your original data can remain untouched, duplicates and all.

Name the range of that list from the second sheet and use it for the drop-down
list which you place into the combo-box.

The combo-box allows auto-complete.

Debra's sites shows how to do both the above.


Gord Dibben Excel MVP

On Mon, 28 Nov 2005 02:21:00 GMT, "eternal_cat via OfficeKB.com" <u14645@uwe
wrote:

right, so i have to create a lookup sheet? I cant really delete the
duplicates, cos they are part of a valid record. Will all this help me to
have an autocomplete function in my suburbs column?

Gord Dibben wrote:
First you have to delete the duplicates then make your list from the remaining
suburbs.

Debra Dalgleish gives instructions for retrieving uniques from a list of
duplicates.

http://www.contextures.on.ca/xladvfi....html#FilterUR

DV lists do not enable autocomplete.

You need a combo box for this.

See Debra's site for this also.

http://www.contextures.on.ca/xlDataVal10.html

Gord Dibben Excel MVP

K, I wanted it to contain only one instance of each suburb, whereas the list
is containing all the instances of the suburbs in the range that i have

[quoted text clipped - 19 lines]

cat.


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
Using Symbols in Drop Down Lists Sumeet Benawra Excel Worksheet Functions 3 May 6th 23 03:46 AM
Drop Down lists cribology - ExcelForums.com Excel Discussion (Misc queries) 2 August 2nd 05 03:11 PM
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 02:09 AM.

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"