+ Reply to Thread
Results 1 to 3 of 3

Drawing chart for the period

Hybrid View

Salomey Drawing chart for the period 10-01-2010, 06:33 AM
teylyn Re: Drawing chart for the... 10-01-2010, 07:10 AM
Salomey Re: Drawing chart for the... 10-01-2010, 07:59 AM
  1. #1
    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

+ 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