PC Review


Reply
Thread Tools Rate Thread

Data validation list using filtered range

 
 
michaelberrier
Guest
Posts: n/a
 
      1st Mar 2011
I have a sheet that populates a data validation in-cell drop down with
a named range of dates. This list of dates is quite long and
historical, but I only need to be able to see the last 14 days in the
drop down list. How can I set it up to filter this range in the drop
down?

Thanks,
mb
 
Reply With Quote
 
 
 
 
Max
Guest
Posts: n/a
 
      1st Mar 2011
Assume your named range is MyR
In Data Validation, Allow: List,
use this as the Source: =OFFSET(MyR,COUNTA(MyR)-1,,-14)

On Mar 2, 1:41*am, michaelberrier <michaelberr...@gmail.com> wrote:
> I have a sheet that populates a data validation in-cell drop down with
> a named range of dates. *This list of dates is quite long and
> historical, but I only need to be able to see the last 14 days in the
> drop down list. *How can I set it up to filter this range in the drop
> down?
>
> Thanks,
> mb


 
Reply With Quote
 
michaelberrier
Guest
Posts: n/a
 
      1st Mar 2011
On Mar 1, 2:24*pm, Max <demecha...@yahoo.com> wrote:
> Assume your named range is MyR
> In Data Validation, Allow: List,
> use this as the Source: =OFFSET(MyR,COUNTA(MyR)-1,,-14)
>
> On Mar 2, 1:41*am, michaelberrier <michaelberr...@gmail.com> wrote:
>
>
>
>
>
>
>
> > I have a sheet that populates a data validation in-cell drop down with
> > a named range of dates. *This list of dates is quite long and
> > historical, but I only need to be able to see the last 14 days in the
> > drop down list. *How can I set it up to filter this range in the drop
> > down?

>
> > Thanks,
> > mb


Thanks for looking, but this formula just puts the text of the formula
in the drop down box, not the actual filtered range.
 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      2nd Mar 2011
Works for me.

How are you entering the formula into the List Source?

I just used CTRL + C then CTRL + V

Don't forget the "=" sign.


Gord Dibben MS Excel MVP

On Tue, 1 Mar 2011 15:30:58 -0800 (PST), michaelberrier
<(E-Mail Removed)> wrote:

>On Mar 1, 2:24*pm, Max <demecha...@yahoo.com> wrote:
>> Assume your named range is MyR
>> In Data Validation, Allow: List,
>> use this as the Source: =OFFSET(MyR,COUNTA(MyR)-1,,-14)
>>
>> On Mar 2, 1:41*am, michaelberrier <michaelberr...@gmail.com> wrote:
>>
>>
>>
>>
>>
>>
>>
>> > I have a sheet that populates a data validation in-cell drop down with
>> > a named range of dates. *This list of dates is quite long and
>> > historical, but I only need to be able to see the last 14 days in the
>> > drop down list. *How can I set it up to filter this range in the drop
>> > down?

>>
>> > Thanks,
>> > mb

>
>Thanks for looking, but this formula just puts the text of the formula
>in the drop down box, not the actual filtered range.

 
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
Using a filtered list as data range for a chart DavidS Microsoft Excel Charting 0 25th Nov 2006 10:35 AM
Using a filtered list as data range for a chart DavidS Microsoft Excel New Users 0 21st Nov 2006 12:34 PM
Charts: using a filtered list as a data range DavidS Microsoft Excel New Users 0 20th Nov 2006 05:16 PM
Conditional data validation (using a filtered range?) =?Utf-8?B?U2ltb24=?= Microsoft Excel Worksheet Functions 0 15th Feb 2005 02:39 PM
Filtered Data Validation list (maybe VBA) janetisaac Microsoft Excel Programming 17 10th Mar 2004 01:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:36 AM.