+ Reply to Thread
Results 1 to 2 of 2

Complex Scatterchart with multiple variables

  1. #1
    Registered User
    Join Date
    05-07-2017
    Location
    Munich
    MS-Off Ver
    Office 2016
    Posts
    3

    Complex Scatterchart with multiple variables

    Screenshot (17).png

    Hello.

    I am looking to create a scatter chart - as displayed with multiple variables: the x variables are time 0,1,...; the corresponding y variables are reference 0,1,... in the same column.
    When I click and (ctrl) click multiple selection for x and y - I get the chart at the bottom (which I dont want) - instead I want the chart in the upper right corner, which I manually configured by select data - adding x and y variables , manually. Which is quite a lot for my data points, so I am looking for to do this in an automatic process ?!

    Many thanks for your help ! Marc

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,809

    Re: Complex Scatterchart with multiple variables

    If I understand what you are doing, that is probably the easiest way to do it with that data layout.

    If you are familiar with VBA (Office's macro programming language), then you can write and debug a procedure that will mimic that manual process. It will involve some kind of loop (http://www.excel-easy.com/vba/loop.html ) that adds each data series to the chart (https://msdn.microsoft.com/VBA/Excel...n-object-excel ).

    The manual approach you are using is almost certainly the easiest, but it is tedious. Which of the other two approaches to use depends on which one you feel most comfortable working with. Personally, I would tend towards the "change the layout in the spreadsheet" approach, but there is not good reason for that preference.

    A better arrangement of the data would be something like:
    Please Login or Register  to view this content.
    Probably the hardest part of this starting from the layout you have is compiling the list of all the x values from rows 2 to 15. Once you have that, you can pull down the Y values using a lookup function.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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. How to change two variables when a data table doesn't work
    By bluelillies in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-20-2016, 10:53 PM
  2. table calculating complex capacity with variables
    By eli_88 in forum Excel General
    Replies: 5
    Last Post: 09-18-2015, 12:43 PM
  3. overlaying a scatterchart onto a bar chart
    By jlvej in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 08-31-2015, 03:51 PM
  4. [SOLVED] Very complex formula dealing with many variables
    By BeachRock in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-28-2013, 04:59 PM
  5. How to create a complex chart with four variables?
    By ddiego in forum Excel General
    Replies: 0
    Last Post: 06-12-2012, 07:47 PM
  6. constructing (complex) variables with worksheet functions
    By broer konijn in forum Excel General
    Replies: 0
    Last Post: 05-16-2006, 05:55 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