Results 1 to 12 of 12

Dynamic Range/Dynamic Chart Using Cell Value for Reference and without CountA

Threaded View

  1. #1
    Registered User
    Join Date
    07-16-2014
    Location
    Seattle, WA
    MS-Off Ver
    Office 365
    Posts
    67

    Angry Dynamic Range/Dynamic Chart Using Cell Value for Reference and without CountA

    I want to create a dynamic chart that populates values for 3 different categories over a 12 month period based on the current month. I have read up about using the offset function so I have started by naming ranges using the INDIRECT function to use the cell that contains the row indicator for the current month to indicate the first value in the offset argument. Then I want to look 11 rows above (-11), in the same column (0), with a height of 12 (12), and a width of 1 (1). In my head this produces a 1*12 range that includes the data I want to chart for this category.

    CumRange
    =OFFSET(INDIRECT("B" & Sheet2!$G$3),-11,0,12,1)
    
    L1L2Range
    =OFFSET(INDIRECT("C" & Sheet2!$G$3),-11,0,12,1)
    
    TargetRange
    =OFFSET(INDIRECT("D" & Sheet2!$G$3),-11,0,12,1)
    These data are on Sheet2 and I want to create the graph on Sheet1. However, when I go to create a chart on Sheet1 and input the Chart Range as CumRange, I receive an error that says

    We found a problem with one or more formula references in this worksheet.
    Check that the cell references, range names, defined anmes, and links to other workbooks in your formulas are all correct.
    And this is where I'm stuck. Any help would be much appreciated!
    Attached Files Attached Files
    Last edited by kelseygueldalewis; 09-11-2017 at 03:33 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] dynamic range, counta and offset combination
    By chomo in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-13-2016, 02:53 AM
  2. OFFSET, COUNTA or SHOULD BE COUNTIF Function for dynamic range for Chart
    By ahteddy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-24-2015, 10:50 AM
  3. Replies: 1
    Last Post: 04-10-2015, 11:53 AM
  4. Why dynamic range doesnt work with COUNTA
    By Kushal_1991 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-31-2013, 11:17 AM
  5. Dynamic Range Column Chart w/ Dynamic Avg Line (Excel 2007)
    By BrokenBiker in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 10-04-2012, 11:40 AM
  6. CountA - Dynamic Range - Macro
    By elcentro3m in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 09-10-2007, 02:54 PM

Tags for this Thread

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