+ Reply to Thread
Results 1 to 2 of 2

Graph with changing number of points on X-axis

  1. #1
    Registered User
    Join Date
    05-31-2007
    Posts
    44

    Graph with changing number of points on X-axis

    Hi,

    I would like to plot a monthly time series. The first point is always 1st of every month, but the last day is the current day. For example, today is 19th, and so, it will plot every value up til 19th. If today is the 25th, then the x-axis will automatically adjust to 25 points.

    The data for dates are in Column A (starting from A1 to A&" the current day") while Column B is the observed value for that corresponding day.

    Thank you

  2. #2
    Registered User
    Join Date
    10-29-2007
    Posts
    38
    You could use a dynamic named range as the source data for your graph. using a named ranged defined with the following formula.

    =OFFSET(Sheet1!$A$1,0,0,MATCH(TODAY(),Sheet1!$A:$A,0),2)
    Richard Walker

    For training and consultancy visit www.imits.co.uk

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1