+ Reply to Thread
Results 1 to 3 of 3

Drawing chart for the period

  1. #1
    Registered User
    Join Date
    10-16-2009
    Location
    Moscow
    MS-Off Ver
    Excel 365
    Posts
    39

    Drawing chart for the period

    Hello guys,

    My task it to create simple line chart for the specified data range. Unfortunately I don't know how to realize this without manual work.

    Can anybody help me?

    p.s. I've attached simple example for your convinience.

    Thanks in advance.
    Attached Files Attached Files
    Last edited by Salomey; 10-01-2010 at 08:01 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Drawing chart for the period

    Hello,

    You can create a dynamic chart thus:

    Define two dynamic range names

    ChtLabels =INDEX(Sheet1!$A:$A,MATCH(Sheet1!$E$1,Sheet1!$A:$A,1)):INDEX(Sheet1!$A:$A,MATCH(Sheet1!$E$2,Sheet1!$A:$A,1))

    ChtData =OFFSET(ChtLabels,0,1)

    Then edit your chart data source and enter

    =Sheet1!ChtLabels

    as the category and

    =Sheet1!ChtData

    as the series values.

    For more information about dynamic charts, check out http://peltiertech.com/Excel/Charts/Dynamics.html


    See attached
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    10-16-2009
    Location
    Moscow
    MS-Off Ver
    Excel 365
    Posts
    39

    Re: Drawing chart for the period

    thank you very much. I'll check out your link

+ 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