Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a table in Range B3:H1000, with row 3 containing the headers &
autofilter. In a separate table, I would like to capture the filter criteria selected by the user for each of these 7 columns. For example, if the user chooses "Apples", "Bananas", and "Pears" in column B, there may be multiple records for each of these. I would like the table to capture each of these unique values only once. Same for column C - H values. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What do you want to do with the captured unique values?
How do you want it to look? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ideally, I would like them to populate a smaller table that shows each unique
value under the respective column in a contiguous range. For example, if there were 3 columns, I would want the unique filter values to populate like this: DEPT POSITION LEVEL --------- ---------- --------- Sales Manager 1 Marketing 2 This table can populate on the same page or a different page, I can work around that either way. I was thinking about writing code that would take the filtered report, copy/paste the entire range onto another tab & remove the 'duplicate' values across each column independently. Didn't want to go down that path if there was an easier method. Any insights would be appreciated! "dan dungan" wrote: What do you want to do with the captured unique values? How do you want it to look? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
Separate Button for Auto Filter Selected Range | New Users to Excel | |||
No. of rows selected from auto filter not visible on toolbar? | Excel Discussion (Misc queries) | |||
How do I obtain total for auto filter value selected ? | Excel Discussion (Misc queries) | |||
Auto Filter Delete Rows by Criteria Doesn't Work Range To Complicated | Excel Programming |