Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Slumbering Gorilla
 
Posts: n/a
Default Make Data validation List Alphabetical??

how can i make my data validation list drop down, display my city names in
alphabetical order?

  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
you need a sorted source list :-))

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"
schrieb im Newsbeitrag
...
how can i make my data validation list drop down, display my city

names in
alphabetical order?


  #3   Report Post  
Slumbering Gorilla
 
Posts: n/a
Default

unfortunatly my sourcelist is part of a table. and reorginizing it will take
days. but if it comes down to it i will have to do that. but i just added a
data validation list, and not having it in alphabetical order makes it pretty
much useless due to the number of names in it. so i was trying to avoid
retypeing the table.

"Frank Kabel" wrote:

Hi
you need a sorted source list :-))

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"
schrieb im Newsbeitrag
...
how can i make my data validation list drop down, display my city

names in
alphabetical order?



  #4   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
is this a long or short list. For the latter you could use a helper
column with formulas which sort your original data

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"
schrieb im Newsbeitrag
...
unfortunatly my sourcelist is part of a table. and reorginizing it

will take
days. but if it comes down to it i will have to do that. but i just

added a
data validation list, and not having it in alphabetical order makes

it pretty
much useless due to the number of names in it. so i was trying to

avoid
retypeing the table.

"Frank Kabel" wrote:

Hi
you need a sorted source list :-))

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"
schrieb im Newsbeitrag
...
how can i make my data validation list drop down, display my city

names in
alphabetical order?




  #5   Report Post  
Slumbering Gorilla
 
Posts: n/a
Default

so far the list is 90 and growing. 90x90 exactly.
Its a mileage table. with the headers being names of cities. and im useing
the headers for the list. so in one cell A3 i have the "from city" which are
the row headers, and in b3 "to city" which are the column headers.then in c3
it gives me the intersect (just to give you an idea what im useing it for).
the formula i have in it is
=evalcell(A3&" "&B3)
with a macro enabled

i was trying different thing to sort. but they kept conlflicting with the
above formula. just to let you know im pretty new at this.

but i was about to retype everything in from the handwritten originals. but
those arent in alphabetial order either. so its couple weeks of work since i
cant work on this exclusively.

but the main goal for this is to simplify and speed the city entries in A3
and B3. and typing it in is not too good since there are a lot of "_" and
misstypes are all too common around here.

"Frank Kabel" wrote:

Hi
is this a long or short list. For the latter you could use a helper
column with formulas which sort your original data

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"
schrieb im Newsbeitrag
...
unfortunatly my sourcelist is part of a table. and reorginizing it

will take
days. but if it comes down to it i will have to do that. but i just

added a
data validation list, and not having it in alphabetical order makes

it pretty
much useless due to the number of names in it. so i was trying to

avoid
retypeing the table.

"Frank Kabel" wrote:

Hi
you need a sorted source list :-))

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"
schrieb im Newsbeitrag
...
how can i make my data validation list drop down, display my city
names in
alphabetical order?







  #6   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
if you like send me an example sheet and I'll set something up for you
email: frank[dot]kabel[at]freenet[dot]de

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"
schrieb im Newsbeitrag
...
so far the list is 90 and growing. 90x90 exactly.
Its a mileage table. with the headers being names of cities. and im

useing
the headers for the list. so in one cell A3 i have the "from city"

which are
the row headers, and in b3 "to city" which are the column

headers.then in c3
it gives me the intersect (just to give you an idea what im useing it

for).
the formula i have in it is
=evalcell(A3&" "&B3)
with a macro enabled

i was trying different thing to sort. but they kept conlflicting with

the
above formula. just to let you know im pretty new at this.

but i was about to retype everything in from the handwritten

originals. but
those arent in alphabetial order either. so its couple weeks of work

since i
cant work on this exclusively.

but the main goal for this is to simplify and speed the city entries

in A3
and B3. and typing it in is not too good since there are a lot of "_"

and
misstypes are all too common around here.

"Frank Kabel" wrote:

Hi
is this a long or short list. For the latter you could use a helper
column with formulas which sort your original data

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"
schrieb im Newsbeitrag
...
unfortunatly my sourcelist is part of a table. and reorginizing

it
will take
days. but if it comes down to it i will have to do that. but i

just
added a
data validation list, and not having it in alphabetical order

makes
it pretty
much useless due to the number of names in it. so i was trying to

avoid
retypeing the table.

"Frank Kabel" wrote:

Hi
you need a sorted source list :-))

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"


schrieb im Newsbeitrag
...
how can i make my data validation list drop down, display my

city
names in
alphabetical order?






  #7   Report Post  
Slumbering Gorilla
 
Posts: n/a
Default

Thanks Frank. made my life easier.

"Frank Kabel" wrote:

Hi
if you like send me an example sheet and I'll set something up for you
email: frank[dot]kabel[at]freenet[dot]de

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"
schrieb im Newsbeitrag
...
so far the list is 90 and growing. 90x90 exactly.
Its a mileage table. with the headers being names of cities. and im

useing
the headers for the list. so in one cell A3 i have the "from city"

which are
the row headers, and in b3 "to city" which are the column

headers.then in c3
it gives me the intersect (just to give you an idea what im useing it

for).
the formula i have in it is
=evalcell(A3&" "&B3)
with a macro enabled

i was trying different thing to sort. but they kept conlflicting with

the
above formula. just to let you know im pretty new at this.

but i was about to retype everything in from the handwritten

originals. but
those arent in alphabetial order either. so its couple weeks of work

since i
cant work on this exclusively.

but the main goal for this is to simplify and speed the city entries

in A3
and B3. and typing it in is not too good since there are a lot of "_"

and
misstypes are all too common around here.

"Frank Kabel" wrote:

Hi
is this a long or short list. For the latter you could use a helper
column with formulas which sort your original data

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"
schrieb im Newsbeitrag
...
unfortunatly my sourcelist is part of a table. and reorginizing

it
will take
days. but if it comes down to it i will have to do that. but i

just
added a
data validation list, and not having it in alphabetical order

makes
it pretty
much useless due to the number of names in it. so i was trying to
avoid
retypeing the table.

"Frank Kabel" wrote:

Hi
you need a sorted source list :-))

--
Regards
Frank Kabel
Frankfurt, Germany

"Slumbering Gorilla"


schrieb im Newsbeitrag
...
how can i make my data validation list drop down, display my

city
names in
alphabetical order?







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
List, Data Validation, unlocked cell, protected sheet..... Kane New Users to Excel 6 July 16th 12 09:11 AM
Auto scroll down data validation list [email protected] Excel Discussion (Misc queries) 4 January 28th 05 06:44 PM
Data Validation List =Name Pitbull Excel Discussion (Misc queries) 3 December 30th 04 06:43 PM
Data Validation List Option Affecting Other Cells? tomrobs Excel Worksheet Functions 0 November 5th 04 07:13 PM
Data Validation List Option Affecting Other Cells? tomrobs Excel Worksheet Functions 1 November 5th 04 04:26 PM


All times are GMT +1. The time now is 07:35 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"