+ Reply to Thread
Results 1 to 5 of 5

Create Radar Chart using Data from a different tab

  1. #1
    Registered User
    Join Date
    08-28-2014
    Location
    VA
    MS-Off Ver
    2010
    Posts
    34

    Question Create Radar Chart using Data from a different tab

    Hi,

    I need to create a radar chart in my excel sheet that uses data from a different tab.

    Tab "Ph 1 & Ph 2" has data for the qualification percentage of people. This tab has a marcos that will "Add New Person". I need to reference the data in the % score for "Evaluation". Person 1's % Evaluation is in cell J6, Person 2's % Evaluation is in cell O6, etc. The % Evaluation will only show up if there is content in the column next to the "Name:" cell (I8, N8, etc).

    Anyways, the radar chart needs to use the % Evaluation number (J6, O6, etc) only if there is a person's name listed in I8, N8, etc).

    I have attached the Excel sheet for reference.


    Thank you!
    Attached Files Attached Files

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Create Radar Chart using Data from a different tab

    On the 'Graphical Representation' tab:

    A3 = OFFSET('Ph 1 & Ph 2'!$I$8, 0, (ROW()-ROW($A$3))*5, 1,1)
    B3 = OFFSET('Ph 1 & Ph 2'!$J$6, 0, (ROW()-ROW($A$3))*5, 1,1)

    Does that do what you want?

    Well, this seems like an unintuitive use of a radar chart, though.

  3. #3
    Registered User
    Join Date
    08-28-2014
    Location
    VA
    MS-Off Ver
    2010
    Posts
    34

    Re: Create Radar Chart using Data from a different tab

    yes this works great thank you! I just had to edit the data selection.

    Is there any way to also include the data from "Ph 3 & 4" tab in the same data column for the same chart?

  4. #4
    Registered User
    Join Date
    08-28-2014
    Location
    VA
    MS-Off Ver
    2010
    Posts
    34

    Re: Create Radar Chart using Data from a different tab

    Also, I only want it to graph if there is a name - any way to have a blank vs. 0 when the formula is used?

    Thank you.

  5. #5
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Create Radar Chart using Data from a different tab

    First: unless you re-organize your data to have a less awful format, the only solutions are going to be ugly-looking hacks, not anything simple or easy.

    In particular, I think you need to split the category descriptions, and the assessment data, out into separate tables or something, because smacking them up against each other like this is an awful-looking mess.



    Quote Originally Posted by jennyblack9 View Post
    Is there any way to also include the data from "Ph 3 & 4" tab in the same data column for the same chart?
    Include how? you could slap another test range from like 26-50 or something on the bottom, or maybe a second array of data if it's looking for 1&2 and 3&4 matching on the same person.

    Quote Originally Posted by jennyblack9 View Post
    Also, I only want it to graph if there is a name - any way to have a blank vs. 0 when the formula is used?
    It delivers zero by default.

    If you want the chart to ignore it, rather than charting the cero, you'd probably need to wrap an IF tester to return an error code instead if you want the chart to not even include zeros in the range.

+ 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. Moving data plotted on radar chart
    By SLJorg87 in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 05-21-2014, 02:52 PM
  2. Can you help with a radar chart?
    By pablofu in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 10-22-2013, 04:45 AM
  3. Excel 2007 : Radar Chart - Blank Data Fields
    By gt1984 in forum Excel General
    Replies: 4
    Last Post: 04-06-2011, 11:28 AM
  4. radar chart
    By paachu in forum Excel General
    Replies: 1
    Last Post: 07-22-2010, 09:35 AM
  5. [SOLVED] radar chart
    By Todd in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-03-2005, 12:06 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