Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 58
Default Autofilter dropdowns

Hi,

I have a set of data in one sheet of an Excel workbook and I want to filter
the data using dropdown lists in another sheet. I was wondering whether it
is possible, when an autofilter is applied on the data, to have the filter
options visible and usable in another sheet in the form of a set dropdown
lists for each column?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Autofilter dropdowns

no, you can't have the dropdowns on another sheet. they are always placed at
the top of the filtered data.

You can put dropdown boxes on another sheet and populate them with a unique
list (which you will have to build), then when a selection is made, have your
code set the same selection in the appropriate autofilter column. Then
adjust all your dropdowns to reflect the restricted lists which will now be
in the autofilter dropdowns. (again, you will have to develop those lists
with your code).

--
Regards,
Tom Ogilvy


"Gina" wrote:

Hi,

I have a set of data in one sheet of an Excel workbook and I want to filter
the data using dropdown lists in another sheet. I was wondering whether it
is possible, when an autofilter is applied on the data, to have the filter
options visible and usable in another sheet in the form of a set dropdown
lists for each column?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 58
Default Autofilter dropdowns

That's what I thought. Thanks.


"Tom Ogilvy" wrote:

no, you can't have the dropdowns on another sheet. they are always placed at
the top of the filtered data.

You can put dropdown boxes on another sheet and populate them with a unique
list (which you will have to build), then when a selection is made, have your
code set the same selection in the appropriate autofilter column. Then
adjust all your dropdowns to reflect the restricted lists which will now be
in the autofilter dropdowns. (again, you will have to develop those lists
with your code).

--
Regards,
Tom Ogilvy


"Gina" wrote:

Hi,

I have a set of data in one sheet of an Excel workbook and I want to filter
the data using dropdown lists in another sheet. I was wondering whether it
is possible, when an autofilter is applied on the data, to have the filter
options visible and usable in another sheet in the form of a set dropdown
lists for each column?

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
Hide ALL dropdowns on autofilter Kenny Excel Discussion (Misc queries) 15 October 1st 07 11:33 PM
using dropdowns Vineet Excel Discussion (Misc queries) 1 January 9th 07 07:46 PM
DropDowns Dharsh Excel Discussion (Misc queries) 2 April 28th 05 12:34 PM
Dropdowns Carl Hilton Excel Discussion (Misc queries) 1 March 11th 05 05:15 PM
AutoFilter Dropdowns Missing Jim Rech Excel Programming 5 September 10th 03 02:10 AM


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