+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    01-27-2008
    Posts
    2

    Graphing Question

    I am doing a project that requires me to keep adding new rows of data to my XY plot when new data is gathered. So lets say column A is team name column B is the date the data was taken on and column C is their score. Instead of having to go through and fix the graphs each time new data comes in is there a way that I can say series name: ="Team A" X Values: = the rows in column B that correspond to rows in column A with value "Team A"?

  2. #2
    Forum Moderator Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2007
    Posts
    5,212
    Hi skakaiser,

    Instead of setting the ranges of the X and Y axes manually, use dynamic named ranges. This way your graph will auto update as rows are added.

    For example, click Insert -> Name -> Define. Type in a name (e.g. ColumnA) then in the Refers To: box, put the formula:

    =OFFSET($A$1,0,0,COUNTA($A:$A),1)

    This will create a dynamic range for column A. Do the same for column B. Insert -> Name -> Define, call it ColumnB (for example), then use the Refers To: formula

    =OFFSET($B$1,0,0,COUNTA($B:$B),1)

    In your chart's properties, set the X axes values to one range the and Y values to the other range.

  3. #3
    Registered User
    Join Date
    01-27-2008
    Posts
    2
    That will leave me with about the same amount of work, since I need to do about 20 graphs on the same spreadsheet. When I get new data it comes in a whole new spreadsheet since there are several data points entered each time. Is there any way to do what I asked without having to set up dynamic ranges for each new sheet?

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.2.0