Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm looking for some code to filter a list based on a calculated value. I
have a table of data like this. Date Count 3/01/09 2 3/02/09 3 3/03/09 6 etc... I have a userform that the user selects a calendar week (excel function weeknum). Is there a way to filter this data using the excel function weeknum? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It's late in the eastern US now, but even if it wasn't I don't think I
understand what you want here. Could you add some more details? Before and after? What sheet/cell does the UserForm link to? For instance, what do you expect to see after the code fires? Thanks, Ryan-- -- RyGuy "Brad" wrote: I'm looking for some code to filter a list based on a calculated value. I have a table of data like this. Date Count 3/01/09 2 3/02/09 3 3/03/09 6 etc... I have a userform that the user selects a calendar week (excel function weeknum). Is there a way to filter this data using the excel function weeknum? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The userform links to a table of data in excel on sheet1. I want the user to
be able to filter the list by the date column, but instead of using the date it filters based on weeknum(date) so if the user selects calendar week 10, then this list would only show 3/1/09 - 3/7/09. Hope that explains better "ryguy7272" wrote: It's late in the eastern US now, but even if it wasn't I don't think I understand what you want here. Could you add some more details? Before and after? What sheet/cell does the UserForm link to? For instance, what do you expect to see after the code fires? Thanks, Ryan-- -- RyGuy "Brad" wrote: I'm looking for some code to filter a list based on a calculated value. I have a table of data like this. Date Count 3/01/09 2 3/02/09 3 3/03/09 6 etc... I have a userform that the user selects a calendar week (excel function weeknum). Is there a way to filter this data using the excel function weeknum? Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hummmm, I don't think I've ever dealt with this, so I'm exactly sure how to
dandle it, but perhaps you can find a solutions from one of these links: http://www.contextures.com/xladvfilter01.html http://www.contextures.com/xlautofilter03.html HTH, Ryan--- -- RyGuy "Brad" wrote: The userform links to a table of data in excel on sheet1. I want the user to be able to filter the list by the date column, but instead of using the date it filters based on weeknum(date) so if the user selects calendar week 10, then this list would only show 3/1/09 - 3/7/09. Hope that explains better "ryguy7272" wrote: It's late in the eastern US now, but even if it wasn't I don't think I understand what you want here. Could you add some more details? Before and after? What sheet/cell does the UserForm link to? For instance, what do you expect to see after the code fires? Thanks, Ryan-- -- RyGuy "Brad" wrote: I'm looking for some code to filter a list based on a calculated value. I have a table of data like this. Date Count 3/01/09 2 3/02/09 3 3/03/09 6 etc... I have a userform that the user selects a calendar week (excel function weeknum). Is there a way to filter this data using the excel function weeknum? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to I filter one list based on another list? | Excel Discussion (Misc queries) | |||
Formula (not adv. filter) to list unique values from list | Excel Worksheet Functions | |||
filter: how to print filter list options in dropdown box | Excel Discussion (Misc queries) | |||
Filter the results of a list based on a previous vlookup against the same list | Excel Worksheet Functions | |||
How to filter a 2nd list based on selection in 1st list. | Excel Programming |