If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Data Validation - setting criteria

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-15-04, 09:05
palto1 palto1 is offline
Registered User
 
Join Date: Mar 2004
Posts: 68
Data Validation - setting criteria

Hello, I have a column on a spreadsheet that uses Data>Validation to select values from a list. The source for the list is a separate sheet called "Projectlist".

I am able to set the Source to =ProjectList and it displays the values, however it does not display ALL the values. It only goes up to a certain point.

Is there a way to specify the range of values when designating the source in the Validation criteria?

Thanks for your help,
Grace
Reply With Quote
  #2 (permalink)  
Old 09-15-04, 09:36
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Quote:
Originally Posted by palto1
Hello, I have a column on a spreadsheet that uses Data>Validation to select values from a list. The source for the list is a separate sheet called "Projectlist".

I am able to set the Source to =ProjectList and it displays the values, however it does not display ALL the values. It only goes up to a certain point.

Is there a way to specify the range of values when designating the source in the Validation criteria?

Thanks for your help,
Grace
Sounds like you need to name the ProjectList as a dynamic named ranged.

Suppose that ProjectList is on Sheet1, Column B.

Then go to Insert > Name > Define. In the resulting dialog box, you should see ProjectList already there. Click on it, so it is in the top Name box. Then in the Refers to: box at the bottom, type in this:

=OFFSET(Sheet1!$B$1,0,0,COUNTA(Sheet1!$B:$B),1)

Clcik the Add button. Then OK button. Now, the ProjectList will always refer to the entire list, even if you add more items to the list.
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
  #3 (permalink)  
Old 09-15-04, 10:00
palto1 palto1 is offline
Registered User
 
Join Date: Mar 2004
Posts: 68
That worked

THANK YOU! That was it. I can move on now!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On