+ Reply to Thread
Results 1 to 2 of 2

Cell based Series

  1. #1
    Forum Contributor
    Join Date
    05-05-2004
    MS-Off Ver
    Office 365
    Posts
    651

    Cell based Series

    Is it possible to rewrite this formula:

    Please Login or Register  to view this content.
    So that the $A$476 instances are dependent on Cell Z1 on the same workbook as the data. I would like to be able to have cell Z1=476 and then have the $476 part update. Can this be done?

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Cell based Series

    You can not do it within the SERIES formula itself. Instead you need to create a named range that is dynamic and then use that as the reference rather than a static range.

    Named range MYDATA :=Data2!$N$350:INDEX(Data2!$N:$N,Data2!Z1)

    revised series formula
    =SERIES(,Data2!$A$350:$A$476,MYDATA,1)

    You will need to do the same thing for the category label range using a different named range.
    Cheers
    Andy
    www.andypope.info

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Copy row n times based on cell value in row, add new column will fill series
    By Imagination in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-20-2015, 10:23 PM
  2. [SOLVED] Conditional Formatting for Chart Series Based on Cell Colour
    By benjthom in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-20-2013, 05:32 AM
  3. Replies: 3
    Last Post: 06-10-2013, 07:59 PM
  4. Create new series based on cell value / ID
    By rdm1288 in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 11-30-2011, 11:58 AM
  5. Generation of a Series based on a reference cell
    By Raja R in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 10-29-2010, 11:37 AM
  6. VBA to select x-values for a series based on cell value
    By Andersth in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-16-2010, 06:50 AM
  7. [SOLVED] incrementing a series of cells based on a value in another cell
    By mikeod in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-14-2005, 04:45 PM

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