Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide ALL dropdowns on autofilter | Excel Discussion (Misc queries) | |||
using dropdowns | Excel Discussion (Misc queries) | |||
DropDowns | Excel Discussion (Misc queries) | |||
Dropdowns | Excel Discussion (Misc queries) | |||
AutoFilter Dropdowns Missing | Excel Programming |