+ Reply to Thread
Results 1 to 3 of 3

Can I copy x-y scatter plot data direct from one plot to another?

  1. #1
    Chris
    Guest

    Can I copy x-y scatter plot data direct from one plot to another?

    I would like to add data from one or more x-y scatter plots to another x-y
    scatter plot. I have several plots containing data each representing a small
    map. I would like to add one of those plots (maps) to an existing plot (map)
    without individually creating a set of new series and adding each one, one at
    a time, to the plot.

    I would prefer to somehow simply copy and past the plot or somehow reference
    the plot to be added but can find no commands to allow me to do this.

    Thank you for you time.

  2. #2
    Tushar Mehta
    Guest

    Re: Can I copy x-y scatter plot data direct from one plot to another?

    That's an interesting idea but I don't know of any easy way to do it.
    Depending on your VBA comfort level, you could write a VBA routine that
    builds on John Walkenbach's http://j-walk.com/ss/excel/tips/tip83.htm.
    John's tip may be more than enough for you but if your data
    organization is sufficiently complex, the class module may return
    incorrect results.

    --
    Regards,

    Tushar Mehta
    www.tushar-mehta.com
    Excel, PowerPoint, and VBA add-ins, tutorials
    Custom MS Office productivity solutions

    In article <[email protected]>,
    [email protected] says...
    > I would like to add data from one or more x-y scatter plots to another x-y
    > scatter plot. I have several plots containing data each representing a small
    > map. I would like to add one of those plots (maps) to an existing plot (map)
    > without individually creating a set of new series and adding each one, one at
    > a time, to the plot.
    >
    > I would prefer to somehow simply copy and past the plot or somehow reference
    > the plot to be added but can find no commands to allow me to do this.
    >
    > Thank you for you time.
    >


  3. #3
    Jon Peltier
    Guest

    Re: Can I copy x-y scatter plot data direct from one plot to another?

    If you select a series in the source chart, you see its formula in the
    formula bar. It starts with

    =SERIES(

    Select and copy this formula in the formula bar, select the target
    chart's plot area or chart area, click in the formula bar, paste the
    formula, and press Enter, and the series appears in the chart.

    - Jon
    -------
    Jon Peltier, Microsoft Excel MVP
    Peltier Technical Services
    Tutorials and Custom Solutions
    http://PeltierTech.com/
    _______


    Chris wrote:

    > I would like to add data from one or more x-y scatter plots to another x-y
    > scatter plot. I have several plots containing data each representing a small
    > map. I would like to add one of those plots (maps) to an existing plot (map)
    > without individually creating a set of new series and adding each one, one at
    > a time, to the plot.
    >
    > I would prefer to somehow simply copy and past the plot or somehow reference
    > the plot to be added but can find no commands to allow me to do this.
    >
    > Thank you for you time.


+ 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