Results 1 to 9 of 9

Repetitive charting on same graph

Threaded View

  1. #1
    Registered User
    Join Date
    07-11-2017
    Location
    Landau
    MS-Off Ver
    2010
    Posts
    47

    Repetitive charting on same graph

    This is what I am trying to do, tracing one single graph by picking out data from a repeated interval. I've attached an example file with the chart I want to generate.

    The logic is quite clean cut. But, I am not really sure how to translate it to VBA syntax.
    Basically, on the Active sheet, I want to perform the following operation.

    I have a repeating template of values.

    Floating cell= C4
    Floating range= FloatingCell to FloatingCell.offset(20,1)
    Chart the same with Q2 on x axis, Q 3 on Y axis.
    series name= D1

    Floating cell=C4+24
    Again, the corresponding range and chart it out on the same initial graph.
    Series name=D1 offset by 24 on the column.

    The charting should end when the floating cell basically find a value when it keeps going down. I have only 5 data sets in the example file here. But, the code is to enable me to deal with 500-600 such data sets.

    To add to the complication, I am developing a macros which will dynamically move the sheet down. i.e. when a new data set is taken, the latest one gets pasted on top and all the other values move down. I want the graphing to be able to accommodate and trace the latest values too. I am thinking clearing the graph and rerunning the loop is one way out. But, there might be something more efficient.
    Attached Files Attached Files
    Last edited by hegdep; 07-13-2017 at 05:03 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Creating Repetitive Dynamic Graph in multiple worksheet using VBA
    By geniuskhan in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 07-04-2017, 10:39 AM
  2. complex charting/graph
    By tlbw73 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-25-2015, 03:44 PM
  3. Charting Help- Stacked Bar Graph
    By NicoSauve in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 08-13-2013, 09:58 PM
  4. Charting a column graph from a worksheet with grouping option
    By Marian_N in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 06-06-2013, 07:55 AM
  5. Markers of graph (conditional charting)
    By Beginner Level in forum Excel General
    Replies: 1
    Last Post: 03-03-2012, 06:01 PM
  6. Charting a 3D graph?
    By mjgallacher in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-30-2007, 12:12 PM
  7. Help with charting my own y values on a graph
    By frogger in forum Excel General
    Replies: 0
    Last Post: 02-23-2006, 10:48 AM

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