#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default validation list

Hi there

I have a worksheet that uses a validation list that has multiple entries of
the same thing, ei the validation list will have "Alpena" 4 or five times in
a row. I want each name just to show up once in the drop down box. Is that
possible, if so, how?


--
Thank-you!
Ruth
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 515
Default validation list

Remove the duplicates?

--
HTH

Kassie

Replace xxx with hotmail


"Ruth" wrote:

Hi there

I have a worksheet that uses a validation list that has multiple entries of
the same thing, ei the validation list will have "Alpena" 4 or five times in
a row. I want each name just to show up once in the drop down box. Is that
possible, if so, how?


--
Thank-you!
Ruth

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default validation list

I would-- but a have another validation list that works based on the
selection in this validation list. There are several different docks in each
port, so the first list is to select the port and the second on is to select
the dock that is located at the port selected. So if is delete the
duplicates I would ruin the next step in the data selection. Is there a way
without deleting the duplicates?
--
Thank-you!
Ruth


"Kassie" wrote:

Remove the duplicates?

--
HTH

Kassie

Replace xxx with hotmail


"Ruth" wrote:

Hi there

I have a worksheet that uses a validation list that has multiple entries of
the same thing, ei the validation list will have "Alpena" 4 or five times in
a row. I want each name just to show up once in the drop down box. Is that
possible, if so, how?


--
Thank-you!
Ruth

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 515
Default validation list

You must set up your dependent validation lists correctly. Iow, have a list
of ports, and a list of docks for each port. Your list of docks then has a
list of unique ports.
To call the dependent list, you use a formula. Say you select the port in
A1, and the dock in B1. In B1's data validation you use a formula
=INDIRECT(A1)

Easiest way is to have a horizontal list of ports, each with a vertical list
of docks referring to that port. You name the horizontal list Ports, and the
vertical lists you name as the specific port it refers to.
So, your validation list is from say A1:G1, and this has a range name of
Ports.
Say in A2:A10 you have a list of docks referring to a port called Sydney,
then you name range A2:A10 Sydney.

--
HTH

Kassie

Replace xxx with hotmail


"Ruth" wrote:

I would-- but a have another validation list that works based on the
selection in this validation list. There are several different docks in each
port, so the first list is to select the port and the second on is to select
the dock that is located at the port selected. So if is delete the
duplicates I would ruin the next step in the data selection. Is there a way
without deleting the duplicates?
--
Thank-you!
Ruth


"Kassie" wrote:

Remove the duplicates?

--
HTH

Kassie

Replace xxx with hotmail


"Ruth" wrote:

Hi there

I have a worksheet that uses a validation list that has multiple entries of
the same thing, ei the validation list will have "Alpena" 4 or five times in
a row. I want each name just to show up once in the drop down box. Is that
possible, if so, how?


--
Thank-you!
Ruth

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default validation list

I should have explained this in the beginning. I had the validation lists
and they were and are working fine. I decided that when new information is
added, ei a new port or dock, I am working in a different file in Access to
update all the information, then I have to do it again in this file in excel.
so I found out how to update the excel file from the Access by importing the
data-- however the way that it is done it lists duplicate ports-- and I
wanted a process to automate getting ride of the duplication so that I would
not have to do it manually-- or add information in 2 separate data bases.

So really what I would like to know is if there is a way to get rid of
duplication in a column -- that way I would only have to copy and paste in
the column that I use for validation.

Hope that made sense.
--
Thank-you!
Ruth


"Kassie" wrote:

You must set up your dependent validation lists correctly. Iow, have a list
of ports, and a list of docks for each port. Your list of docks then has a
list of unique ports.
To call the dependent list, you use a formula. Say you select the port in
A1, and the dock in B1. In B1's data validation you use a formula
=INDIRECT(A1)

Easiest way is to have a horizontal list of ports, each with a vertical list
of docks referring to that port. You name the horizontal list Ports, and the
vertical lists you name as the specific port it refers to.
So, your validation list is from say A1:G1, and this has a range name of
Ports.
Say in A2:A10 you have a list of docks referring to a port called Sydney,
then you name range A2:A10 Sydney.

--
HTH

Kassie

Replace xxx with hotmail


"Ruth" wrote:

I would-- but a have another validation list that works based on the
selection in this validation list. There are several different docks in each
port, so the first list is to select the port and the second on is to select
the dock that is located at the port selected. So if is delete the
duplicates I would ruin the next step in the data selection. Is there a way
without deleting the duplicates?
--
Thank-you!
Ruth


"Kassie" wrote:

Remove the duplicates?

--
HTH

Kassie

Replace xxx with hotmail


"Ruth" wrote:

Hi there

I have a worksheet that uses a validation list that has multiple entries of
the same thing, ei the validation list will have "Alpena" 4 or five times in
a row. I want each name just to show up once in the drop down box. Is that
possible, if so, how?


--
Thank-you!
Ruth



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 515
Default validation list

The easiest would be to just overwrite the Excel database, rather than add to
it? In Access you only have one instance of each port/dock in the relevant
tables, so if you copy that and then select your validation range before
pasting, you will overwrite the old data with the new.

--
HTH

Kassie

Replace xxx with hotmail


"Ruth" wrote:

I should have explained this in the beginning. I had the validation lists
and they were and are working fine. I decided that when new information is
added, ei a new port or dock, I am working in a different file in Access to
update all the information, then I have to do it again in this file in excel.
so I found out how to update the excel file from the Access by importing the
data-- however the way that it is done it lists duplicate ports-- and I
wanted a process to automate getting ride of the duplication so that I would
not have to do it manually-- or add information in 2 separate data bases.

So really what I would like to know is if there is a way to get rid of
duplication in a column -- that way I would only have to copy and paste in
the column that I use for validation.

Hope that made sense.
--
Thank-you!
Ruth


"Kassie" wrote:

You must set up your dependent validation lists correctly. Iow, have a list
of ports, and a list of docks for each port. Your list of docks then has a
list of unique ports.
To call the dependent list, you use a formula. Say you select the port in
A1, and the dock in B1. In B1's data validation you use a formula
=INDIRECT(A1)

Easiest way is to have a horizontal list of ports, each with a vertical list
of docks referring to that port. You name the horizontal list Ports, and the
vertical lists you name as the specific port it refers to.
So, your validation list is from say A1:G1, and this has a range name of
Ports.
Say in A2:A10 you have a list of docks referring to a port called Sydney,
then you name range A2:A10 Sydney.

--
HTH

Kassie

Replace xxx with hotmail


"Ruth" wrote:

I would-- but a have another validation list that works based on the
selection in this validation list. There are several different docks in each
port, so the first list is to select the port and the second on is to select
the dock that is located at the port selected. So if is delete the
duplicates I would ruin the next step in the data selection. Is there a way
without deleting the duplicates?
--
Thank-you!
Ruth


"Kassie" wrote:

Remove the duplicates?

--
HTH

Kassie

Replace xxx with hotmail


"Ruth" wrote:

Hi there

I have a worksheet that uses a validation list that has multiple entries of
the same thing, ei the validation list will have "Alpena" 4 or five times in
a row. I want each name just to show up once in the drop down box. Is that
possible, if so, how?


--
Thank-you!
Ruth

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
Excel 2003. Data/Validation/Settings - Allow/List: sizing list? Bart Excel Discussion (Misc queries) 1 February 20th 09 01:40 PM
data validation invalid in dynamic validation list ilia Excel Discussion (Misc queries) 0 November 7th 06 12:54 PM
data validation invalid in dynamic validation list ilia Excel Worksheet Functions 0 November 7th 06 12:54 PM
Remove empty cells from named list / validation list Sp00k Excel Worksheet Functions 4 April 28th 06 03:45 PM
validation list--list depends on the selection of first list Michael New Users to Excel 2 April 27th 06 10:23 PM


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