Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 129
Default Data Validation - List

Hi everyone,

Is there anything / glitch that prevent the user from making data validation
as List in Excel?

I'm trying to make a form template that will have two different List in one
column. A1 is the List as Name for user easy to fill it out. A2 is the
header and A3:A100 is the a List of item selection.

The data validation of A3:A100 is fine, but I can't get A1 to works. Oh, by
the way, I also set A2 as autofill.

Any idea of why this happen?

I'm using Office 2004 for Mac.

thank you,
Neon520
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Data Validation - List

First off, you should use a dynamic range for the List instead of always
pointing to the entire range A3:A100. Instead use
=OFFSET($A$3,0,0,COUNT($A$3:$A$100),1)

Secondly, the "name" of that dynamic range shouldn't matter to the end user.
You make it whatever you want and hide that name inside your data validation
rules. No one ever has to see it or care.

Third, you can only dynamically set the "name" of a range using VBA. The
name is static, but the range it points to can by dynamic. The only way to
keep changing the name is to use VBA, but as I said above, it's totally
unnecessary, so why bother?
--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Neon520" wrote:

Hi everyone,

Is there anything / glitch that prevent the user from making data validation
as List in Excel?

I'm trying to make a form template that will have two different List in one
column. A1 is the List as Name for user easy to fill it out. A2 is the
header and A3:A100 is the a List of item selection.

The data validation of A3:A100 is fine, but I can't get A1 to works. Oh, by
the way, I also set A2 as autofill.

Any idea of why this happen?

I'm using Office 2004 for Mac.

thank you,
Neon520

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 list: how do i 'force' a user to enter data from the list? showsomeidnow Excel Discussion (Misc queries) 4 May 1st 07 05:49 PM
data validation list: how do i 'force' a user to enter data from the list? showsomeidnow Excel Discussion (Misc queries) 2 April 29th 07 11:09 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


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