PC Review


Reply
Thread Tools Rate Thread

auto sorting data validation list

 
 
=?Utf-8?B?a2x5c2VsbA==?=
Guest
Posts: n/a
 
      23rd Aug 2007
Hi,

How do I ensure that my named ranges supply data to my data validation
drop-down lists that are in the proper aphanumerical order? These lists are
dynamically changing based on re-populating data which is then used to
refresh pivot tables. My named ranges that feed my data validation drop-down
lists are also contained on the same pivot table data sheet.

Thanks!
Kent.
--
Kent Lysell
Financial Consultant
Ottawa, Ontario
W: 613.948-9557
 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9tIE9naWx2eQ==?=
Guest
Posts: n/a
 
      23rd Aug 2007
I assume the data appears in the dropdown as it does in the table.

There is no inherent ability to sort the data in the list. It must be
provided to the list in a sorted order.

--
Regards,
Tom Ogilvy


"klysell" wrote:

> Hi,
>
> How do I ensure that my named ranges supply data to my data validation
> drop-down lists that are in the proper aphanumerical order? These lists are
> dynamically changing based on re-populating data which is then used to
> refresh pivot tables. My named ranges that feed my data validation drop-down
> lists are also contained on the same pivot table data sheet.
>
> Thanks!
> Kent.
> --
> Kent Lysell
> Financial Consultant
> Ottawa, Ontario
> W: 613.948-9557

 
Reply With Quote
 
=?Utf-8?B?a2x5c2VsbA==?=
Guest
Posts: n/a
 
      23rd Aug 2007
Can I sort only each column that is used as data in the drop-down without
sorting adjacent data? A macro would be able to sort each column in
isolation, and then when the data is called up for the data validation, it
would be sorted (i.e. SP230, SP231, SP232, etc.). It looks unprofessional
when all the data for the drop downs are in a crazy order, which makes it
difficult for the user to find his value...

--
Kent Lysell
Financial Consultant
Ottawa, Ontario
W: 613.948-9557


"Tom Ogilvy" wrote:

> I assume the data appears in the dropdown as it does in the table.
>
> There is no inherent ability to sort the data in the list. It must be
> provided to the list in a sorted order.
>
> --
> Regards,
> Tom Ogilvy
>
>
> "klysell" wrote:
>
> > Hi,
> >
> > How do I ensure that my named ranges supply data to my data validation
> > drop-down lists that are in the proper aphanumerical order? These lists are
> > dynamically changing based on re-populating data which is then used to
> > refresh pivot tables. My named ranges that feed my data validation drop-down
> > lists are also contained on the same pivot table data sheet.
> >
> > Thanks!
> > Kent.
> > --
> > Kent Lysell
> > Financial Consultant
> > Ottawa, Ontario
> > W: 613.948-9557

 
Reply With Quote
 
=?Utf-8?B?VG9tIE9naWx2eQ==?=
Guest
Posts: n/a
 
      23rd Aug 2007
You can sort any rectangular subset of the data you want in isolation
including single columns.

Range("A1:A10").Sort

for example.
--
Regards,
Tom Ogilvy


"klysell" wrote:

> Can I sort only each column that is used as data in the drop-down without
> sorting adjacent data? A macro would be able to sort each column in
> isolation, and then when the data is called up for the data validation, it
> would be sorted (i.e. SP230, SP231, SP232, etc.). It looks unprofessional
> when all the data for the drop downs are in a crazy order, which makes it
> difficult for the user to find his value...
>
> --
> Kent Lysell
> Financial Consultant
> Ottawa, Ontario
> W: 613.948-9557
>
>
> "Tom Ogilvy" wrote:
>
> > I assume the data appears in the dropdown as it does in the table.
> >
> > There is no inherent ability to sort the data in the list. It must be
> > provided to the list in a sorted order.
> >
> > --
> > Regards,
> > Tom Ogilvy
> >
> >
> > "klysell" wrote:
> >
> > > Hi,
> > >
> > > How do I ensure that my named ranges supply data to my data validation
> > > drop-down lists that are in the proper aphanumerical order? These lists are
> > > dynamically changing based on re-populating data which is then used to
> > > refresh pivot tables. My named ranges that feed my data validation drop-down
> > > lists are also contained on the same pivot table data sheet.
> > >
> > > Thanks!
> > > Kent.
> > > --
> > > Kent Lysell
> > > Financial Consultant
> > > Ottawa, Ontario
> > > W: 613.948-9557

 
Reply With Quote
 
=?Utf-8?B?a2x5c2VsbA==?=
Guest
Posts: n/a
 
      23rd Aug 2007
Thanks anyways Tom. I still can't pre-sort my data validation lists before
they're used in my drop-downs. No problemo. Take care.
--
Kent Lysell
Financial Consultant
Ottawa, Ontario
W: 613.948-9557


"Tom Ogilvy" wrote:

> You can sort any rectangular subset of the data you want in isolation
> including single columns.
>
> Range("A1:A10").Sort
>
> for example.
> --
> Regards,
> Tom Ogilvy
>
>
> "klysell" wrote:
>
> > Can I sort only each column that is used as data in the drop-down without
> > sorting adjacent data? A macro would be able to sort each column in
> > isolation, and then when the data is called up for the data validation, it
> > would be sorted (i.e. SP230, SP231, SP232, etc.). It looks unprofessional
> > when all the data for the drop downs are in a crazy order, which makes it
> > difficult for the user to find his value...
> >
> > --
> > Kent Lysell
> > Financial Consultant
> > Ottawa, Ontario
> > W: 613.948-9557
> >
> >
> > "Tom Ogilvy" wrote:
> >
> > > I assume the data appears in the dropdown as it does in the table.
> > >
> > > There is no inherent ability to sort the data in the list. It must be
> > > provided to the list in a sorted order.
> > >
> > > --
> > > Regards,
> > > Tom Ogilvy
> > >
> > >
> > > "klysell" wrote:
> > >
> > > > Hi,
> > > >
> > > > How do I ensure that my named ranges supply data to my data validation
> > > > drop-down lists that are in the proper aphanumerical order? These lists are
> > > > dynamically changing based on re-populating data which is then used to
> > > > refresh pivot tables. My named ranges that feed my data validation drop-down
> > > > lists are also contained on the same pivot table data sheet.
> > > >
> > > > Thanks!
> > > > Kent.
> > > > --
> > > > Kent Lysell
> > > > Financial Consultant
> > > > Ottawa, Ontario
> > > > W: 613.948-9557

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Complete a select from a data validation list =?Utf-8?B?TGVsZQ==?= Microsoft Excel Misc 6 6th Apr 2009 10:17 PM
Create auto updating data validation list from all worksheet names fryguy Microsoft Excel Worksheet Functions 7 11th Dec 2007 08:59 PM
Data validation list auto complete =?Utf-8?B?dGFtZWU=?= Microsoft Dot NET 1 28th Mar 2007 06:18 AM
Auto scroll down data validation list texastek76@yahoo.com Microsoft Excel Misc 4 28th Jan 2005 06:44 PM
Data Validation List- Auto-Type Ben Microsoft Excel Worksheet Functions 4 24th Feb 2004 08:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:23 PM.