Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Select a range of data dependant on the users input ie dates

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 52
Default Select a range of data dependant on the users input ie dates

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Select a range of data dependant on the users input ie dates

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
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
sheet protection - only selected range to be able to select/input data Corey Excel Worksheet Functions 7 February 13th 07 05:41 PM
Trying to select a specific range based on the time value of user form input Jitranijam New Users to Excel 8 November 15th 06 12:52 AM
How do I select from within a range of dates? Joe Leon Excel Discussion (Misc queries) 2 February 12th 06 02:41 PM
Select cell from range based on input in excel xp dingy101 Excel Discussion (Misc queries) 3 November 20th 05 12:05 AM
Select Rows dependant on certain field data Maddy New Users to Excel 1 July 27th 05 03:50 PM


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