Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default How to focus on first row of data validation set?

Please help! I'm using a simple data validation to allow for drop down values
to select from. To allow for future addition of values, I've included a
number of blank cells (with ignore blank setting). Whenever the cell is
dropped down, the focus is on a blank cell at the bottom of my list of
values, and I then need to scroll up to see the values. Can anybody help with
this? Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 611
Default How to focus on first row of data validation set?

Wilhelm,

Here's a self-adjusting way to get your dropdown. It's based on the dynamic range
technique. If your list starts in E1, and doesn't go past E100 (adjust if necessary), the
dropdown will list only the items it finds in E1 and down. The list in Column E mustn't have
any empty cells inside it. Use this in the Data Validation - List Source box:

=OFFSET(E1,0,0,COUNTA(E1:E100),1)

--
Regards from Virginia Beach,

Earl Kiosterud
www.smokeylake.com
-----------------------------------------------------------------------
"Wilhelm" wrote in message
...
Please help! I'm using a simple data validation to allow for drop down values
to select from. To allow for future addition of values, I've included a
number of blank cells (with ignore blank setting). Whenever the cell is
dropped down, the focus is on a blank cell at the bottom of my list of
values, and I then need to scroll up to see the values. Can anybody help with
this? Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How to focus on first row of data validation set?

You have mis-interpreted the meaning of "ignore blank".

That just means if you are using a named range for the list and have "ignore
blank" checkmarked, you will be able to enter anything in the cell.

Does not mean to "hide the blank cells in the list".

Rather than leave a bunch of blank cells for future use, you should create a
dynamic range which will grow/shrink as more is added or removed.

See Debta Dlagleish's site for more on Dynamic Ranges.

http://www.contextures.on.ca/xlNames01.html#Dynamic


Gord Dibben MS Excel MVP

On Mon, 3 Mar 2008 20:21:01 -0800, Wilhelm
wrote:

Please help! I'm using a simple data validation to allow for drop down values
to select from. To allow for future addition of values, I've included a
number of blank cells (with ignore blank setting). Whenever the cell is
dropped down, the focus is on a blank cell at the bottom of my list of
values, and I then need to scroll up to see the values. Can anybody help with
this? Thanks.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default How to focus on first row of data validation set?

Thanks a stack, Earl!

"Earl Kiosterud" wrote:

Wilhelm,

Here's a self-adjusting way to get your dropdown. It's based on the dynamic range
technique. If your list starts in E1, and doesn't go past E100 (adjust if necessary), the
dropdown will list only the items it finds in E1 and down. The list in Column E mustn't have
any empty cells inside it. Use this in the Data Validation - List Source box:

=OFFSET(E1,0,0,COUNTA(E1:E100),1)

--
Regards from Virginia Beach,

Earl Kiosterud
www.smokeylake.com
-----------------------------------------------------------------------
"Wilhelm" wrote in message
...
Please help! I'm using a simple data validation to allow for drop down values
to select from. To allow for future addition of values, I've included a
number of blank cells (with ignore blank setting). Whenever the cell is
dropped down, the focus is on a blank cell at the bottom of my list of
values, and I then need to scroll up to see the values. Can anybody help with
this? Thanks.




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default How to focus on first row of data validation set?

Thank you very much, Gord!

"Gord Dibben" wrote:

You have mis-interpreted the meaning of "ignore blank".

That just means if you are using a named range for the list and have "ignore
blank" checkmarked, you will be able to enter anything in the cell.

Does not mean to "hide the blank cells in the list".

Rather than leave a bunch of blank cells for future use, you should create a
dynamic range which will grow/shrink as more is added or removed.

See Debta Dlagleish's site for more on Dynamic Ranges.

http://www.contextures.on.ca/xlNames01.html#Dynamic


Gord Dibben MS Excel MVP

On Mon, 3 Mar 2008 20:21:01 -0800, Wilhelm
wrote:

Please help! I'm using a simple data validation to allow for drop down values
to select from. To allow for future addition of values, I've included a
number of blank cells (with ignore blank setting). Whenever the cell is
dropped down, the focus is on a blank cell at the bottom of my list of
values, and I then need to scroll up to see the values. Can anybody help with
this? Thanks.





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How to focus on first row of data validation set?

Thanks for the feedback.

I see Earl gave you a dynamic range formula to get you going.


GordI

On Mon, 3 Mar 2008 23:39:01 -0800, Wilhelm
wrote:

Thank you very much, Gord!

"Gord Dibben" wrote:

You have mis-interpreted the meaning of "ignore blank".

That just means if you are using a named range for the list and have "ignore
blank" checkmarked, you will be able to enter anything in the cell.

Does not mean to "hide the blank cells in the list".

Rather than leave a bunch of blank cells for future use, you should create a
dynamic range which will grow/shrink as more is added or removed.

See Debta Dlagleish's site for more on Dynamic Ranges.

http://www.contextures.on.ca/xlNames01.html#Dynamic


Gord Dibben MS Excel MVP

On Mon, 3 Mar 2008 20:21:01 -0800, Wilhelm
wrote:

Please help! I'm using a simple data validation to allow for drop down values
to select from. To allow for future addition of values, I've included a
number of blank cells (with ignore blank setting). Whenever the cell is
dropped down, the focus is on a blank cell at the bottom of my list of
values, and I then need to scroll up to see the values. Can anybody help with
this? Thanks.




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
Validation Data using Validation Table cell range..... Dermot Excel Discussion (Misc queries) 16 January 5th 10 09:35 PM
Data Validation Update Validation Selection PCreighton Excel Worksheet Functions 3 September 11th 07 03:32 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
Data validation with validation lists and combo boxs Keith Excel Discussion (Misc queries) 1 October 12th 06 11:08 AM


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