Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Creating pick box with unique input values from a worksheet in the

Look at Data=Validation using he list option.

Since you can't refer to another sheet directly, you would need to create a
defined name (insert=Name=define) that refers to the list in the Road
Editor sheet. Then use that defined name as the source of your list for
data validation =List1 if list1 is the defined name.

This assumes the user only has unique entries in the list in Road Editor.

--
Regards,
Tom Ogilvy

"mathew" wrote in message
...
I need some help with a restricting a user to using a range of data that

they input first and then use again. Here is the situation: On the first
worksheet, the "Road Editor" and in one column "Node From" the user inputs
the names of "nodes." They can be any alphanumeric combination except they
cannot have any spaces and are case sensitive. Simple so far, but on a next
worksheet "Sale Editor" the user has to enter some of those exact, not all
of them only the relevant ones, node names into a column called "entry
Nodes." The data is then output to another program. If the user does not
input the exact node name the other program gives anomalous errors which are
very hard to track down. I have determined that I need to restrict the user
from only entering those unique node names that they created and input into
the first worksheet named "Road Editor" on the second worksheet called "Sale
Editor." I would like to have a pick box the user can choose from on the
"Sale Editor" worksheet. I have lost hundreds of hours try solutions, but
am total lost. Please help!


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 75
Default Creating pick box with unique input values from a worksheet in

Tom, thanks for the help! I used the Validation and the Countif as the function! Thanks again!

"Tom Ogilvy" wrote:

Look at Data=Validation using he list option.

Since you can't refer to another sheet directly, you would need to create a
defined name (insert=Name=define) that refers to the list in the Road
Editor sheet. Then use that defined name as the source of your list for
data validation =List1 if list1 is the defined name.

This assumes the user only has unique entries in the list in Road Editor.

--
Regards,
Tom Ogilvy

"mathew" wrote in message
...
I need some help with a restricting a user to using a range of data that

they input first and then use again. Here is the situation: On the first
worksheet, the "Road Editor" and in one column "Node From" the user inputs
the names of "nodes." They can be any alphanumeric combination except they
cannot have any spaces and are case sensitive. Simple so far, but on a next
worksheet "Sale Editor" the user has to enter some of those exact, not all
of them only the relevant ones, node names into a column called "entry
Nodes." The data is then output to another program. If the user does not
input the exact node name the other program gives anomalous errors which are
very hard to track down. I have determined that I need to restrict the user
from only entering those unique node names that they created and input into
the first worksheet named "Road Editor" on the second worksheet called "Sale
Editor." I would like to have a pick box the user can choose from on the
"Sale Editor" worksheet. I have lost hundreds of hours try solutions, but
am total lost. Please help!



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
How to pick out unique components in a list with unique and common iksuinje Excel Discussion (Misc queries) 2 August 20th 08 09:57 PM
Creating A Unique List of Values From A Table carl Excel Worksheet Functions 8 May 17th 07 11:39 AM
Creating a worksheet with values based on a control cell Dan Eames Excel Programming 3 July 13th 04 01:45 PM
Creating a Pick list rebecca Excel Programming 1 October 1st 03 01:21 PM
Extract unique values from worksheet into form Gary[_9_] Excel Programming 1 August 28th 03 09:22 PM


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