Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I am working on an attrition report and want to be able to select a range of data dependant on the users input. For example ask the user to specify a start and end date, which would then select the rows that are between these dates. (eg For all people who work in left between 1/3/07 and 1/4/07) This selected range would then automatically update a graph to show attrition reports between certain dates. Any help would be greatly apprciated x |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Rachel,
VBA is your answer here. Use an inputbox to get the report start and end dates from the user. Validate the entry with the ISDATE function and then call excel's built in autofilter function, supplying the custom parameter dates. Have the graph linked to the data sheet to take advantage of the fact that when graphed data is filtered, excel automatically only graphs the visible data. "Rachel" wrote: Hi, I am working on an attrition report and want to be able to select a range of data dependant on the users input. For example ask the user to specify a start and end date, which would then select the rows that are between these dates. (eg For all people who work in left between 1/3/07 and 1/4/07) This selected range would then automatically update a graph to show attrition reports between certain dates. Any help would be greatly apprciated x |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
You could use Advanced Filter to extract the data to a second sheet, where you have entered your 2 dates. Create the graph based upon the second sheet. For more information on Advanced Filter, take a look at Debra Dalgleish's site http://www.contextures.com/xladvfilter01.html#ExtractWs -- Regards Roger Govier "Rachel" wrote in message oups.com... Hi, I am working on an attrition report and want to be able to select a range of data dependant on the users input. For example ask the user to specify a start and end date, which would then select the rows that are between these dates. (eg For all people who work in left between 1/3/07 and 1/4/07) This selected range would then automatically update a graph to show attrition reports between certain dates. Any help would be greatly apprciated x |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sheet protection - only selected range to be able to select/input data | Excel Worksheet Functions | |||
Trying to select a specific range based on the time value of user form input | New Users to Excel | |||
How do I select from within a range of dates? | Excel Discussion (Misc queries) | |||
Select cell from range based on input in excel xp | Excel Discussion (Misc queries) | |||
Select Rows dependant on certain field data | New Users to Excel |