+ Reply to Thread
Results 1 to 2 of 2

Graph data updates

  1. #1
    Registered User
    Join Date
    03-30-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    90

    Graph data updates

    Hello, I wonder if anyone can help me.

    Im looking to update a graph every month but only ever want to include the latest 13 weeks. How can I tell the graph to only select the last 13 weeks of a range of data to which there will regularly be weeks added onto the end.

    Thanks. Reply With Quote

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454

    Re: Graph data updates

    Hi,

    You could use a dynamic named range to plot the last 13 entries in a column of data.

    Assuming your data is in column A, this formula

    =OFFSET(Sheet1!$A$1,COUNT(Sheet1!$A:$A)-1,0,-13,1)

    defines a range that is the last 13 entries.

    Please see attachment for clarification.
    Attached Files Attached Files
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ 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