Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default timeline in line chart

I have a line chart that I need to show a rolling timeline. I currently show
planned against actuals from the project beginning and they just want to see
from today forward. How do I set that up
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 857
Default timeline in line chart

Hi,

One approach is to use the AutoFilter. Select your data and choose Data,
Filter, AutoFilter.
Then open the filter on the date column and choose Custom, Greater than or
equal to, open the list on the right and choose the current date. You chart
will plot from the current date forward.

Alternatively you can use a dynamic range name:
1. Plot the chart for the entire range. For this example my data starts in
A11 with titles on row 10. Column A is dates, and B the data.
2. Choose the Insert, Name, Define and enter the name X
on the refers to line type the following formula:
=OFFSET(Sheet1!$A$10,MATCH(TODAY(),Sheet1!$A$11:$A $51,1),0,COUNT(Sheet1!$A$11:$A$51)-MATCH(TODAY(),Sheet1!$A$11:$A$51,1))
Note the data goes down to row 51 in my example.
3. Select the series on the chart and edit the formula bar to read:
=SERIES(Sheet1!$B$10,trackchanges.xls!X,Sheet1!$B$ 11:$B$51,1)
trackchanges.xls is the workbooks name and the data is on sheet1.

Cheers,
Shane

"Nmeyer" wrote in message
...
I have a line chart that I need to show a rolling timeline. I currently
show
planned against actuals from the project beginning and they just want to
see
from today forward. How do I set that up


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
Timeline Chart? PaulW Excel Discussion (Misc queries) 2 December 18th 07 06:25 AM
timeline chart jtaiariol Excel Worksheet Functions 0 June 20th 07 06:39 PM
Timeline chart of projects stremetzky Excel Worksheet Functions 0 April 18th 07 06:47 AM
Can I link timeline labels to a line chart? hizzle Charts and Charting in Excel 1 December 6th 05 09:36 AM
Timeline Chart? ckrogers Charts and Charting in Excel 3 March 17th 05 09:20 PM


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