+ Reply to Thread
Results 1 to 3 of 3

chart data from same cell on multiple sheets

  1. #1
    drhamann
    Guest

    chart data from same cell on multiple sheets

    how can i chart data from the same cell on multiple sheets? when i enter
    sheet1:sheet5!a5 i get a invalid reference error.

  2. #2
    John Mansfield
    Guest

    RE: chart data from same cell on multiple sheets

    Say you want an embedded chart on sheets 1, 2, and 3 in the same workbook.
    Sheet 1 cell A1 contains the number 5. You want to create a clustered column
    chart based on the data in sheet 1 cell A1 (the number 5). For each of the
    three charts, the series formula should look like this irregardless of what
    sheet the chart resides on.

    =SERIES(,,Sheet1!$A$1,1)

    ----
    Regards,
    John Mansfield
    http://www.pdbook.com

    "drhamann" wrote:

    > how can i chart data from the same cell on multiple sheets? when i enter
    > sheet1:sheet5!a5 i get a invalid reference error.


  3. #3
    Jon Peltier
    Guest

    Re: chart data from same cell on multiple sheets

    The values for a chartseries must all come from a single chart. You need
    to create a summary range on a worksheet to hold the values. This page
    has a few hints:

    http://peltiertech.com/Excel/ChartsH...iffSheets.html

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

    drhamann wrote:

    > how can i chart data from the same cell on multiple sheets? when i enter
    > sheet1:sheet5!a5 i get a invalid reference error.


+ 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