+ Reply to Thread
Results 1 to 3 of 3

Dynamic Charts

Hybrid View

JoeyDvivre Dynamic Charts 03-18-2010, 11:43 AM
darkyam Re: Dynamic Charts 03-18-2010, 12:03 PM
JoeyDvivre Re: Dynamic Charts 03-19-2010, 06:39 AM
  1. #1
    Registered User
    Join Date
    03-03-2010
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Dynamic Charts

    I am trying to do a dynamic chart, to capture movements in the last 12 months.

    I am using the following formula

    =OFFSET('Working Capital'!$B$1,COUNTA('Working Capital'!$B:$B)-12,0,12,1)

    and it is not working.

    I have attached the data if any one may tell me what am getting wrong.
    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191

    Re: Dynamic Charts

    I'd recommend the non-volatile Index/Match combo instead, but the reason it's not working is that you're having it look up by columns instead of by rows. The Offset version should be: =OFFSET('Working Capital'!$B3,0,COUNTA('Working Capital'!3:3)-13,1,12) and the Index/Match should be: =INDEX(B3:R3,COUNTA(B3:R3)-11):INDEX(B3:R3,MATCH(99^99,B3:R3)). Both of these would be for Rough Inventory and should be able to be dragged down for the ranges of the other rows.

  3. #3
    Registered User
    Join Date
    03-03-2010
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Dynamic Charts

    Thank you darkyam! It works now!

+ 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