+ Reply to Thread
Results 1 to 2 of 2

Can you help with a radar chart?

  1. #1
    Registered User
    Join Date
    04-29-2013
    Location
    Brussels
    MS-Off Ver
    Excel 2007
    Posts
    14

    Can you help with a radar chart?

    How can I obtain a similar chart where the radar will show a line from the 0 value to the achieved value (in this case 3). See example attached.
    I can only obtain a dot at the moment.

    Thanks
    Attached Images Attached Images

  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: Can you help with a radar chart?

    The "Results" column is displaying #DIV/0!

    Whatever function that is... it's probably an average or a sum, right?

    Let's say that function is called F(). In the "Results" column, wrap an IF around it that does this:

    IF( F()=#DIV/0!, 0, F() )

    Well, if F() is a monster, then you might want to simplify the zero check to just using COUNT() on the input range that you're dividing by, for example; but if it's just AVERAGE() or something, use F() itself so it's clearly visible what's going on.


    ...As an aside, showing a line from the zero value to the display value on either side of the radar point will look exactly the same as what you have.

+ 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. radar chart
    By paachu in forum Excel General
    Replies: 1
    Last Post: 07-22-2010, 09:35 AM
  2. RADAR chart
    By Doron in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 06-21-2009, 06:40 AM
  3. Radar Chart
    By gaffeuk in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 07-18-2008, 03:20 AM
  4. [SOLVED] Radar Chart
    By Angus Robinson in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-24-2005, 12:05 AM
  5. 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