+ Reply to Thread
Results 1 to 7 of 7

How do i get U shape Chart ?

  1. #1
    Registered User
    Join Date
    10-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    87

    How do i get U shape Chart ?

    Hello All, how do I get U shape chart with same data ? chart and snapshot(what I want exactly in my sheet) attached with this post.

    Thanks in Advance
    Regards
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: How do i get U shape Chart ?

    The image is ranked on the X axis by dollar amount. It just so happens the chart makes a U.

    Your data is just values with no meaning. I'm sure this is more complex than the details you have provided.

    Anyway you need to arrange your data so the outer items have the largest value, getting smaller as you reach the center.
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

  3. #3
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: How do i get U shape Chart ?

    The shape of the graph is dictated by the data you are plotting.
    Your example graph does not show a "U-shape" because the figures do not lend themselves to that.

  4. #4
    Registered User
    Join Date
    10-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    87

    Re: How do i get U shape Chart ?

    Thanks for prompt reply Andy pope & BadlySpelledBuoy
    Actually there is a website who always provide the same chart(in U shape) with your random data, though you give any value in your column/row ie. as I have provided in my worksheet, I have a complex datasheet hence I didn't attached that because perhaps one can get confused with data, so I just given an example and wants to get an idea about how they do it with any data, they always give you an U shape chart.
    hope this will clear some air.

    Regards

  5. #5
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: How do i get U shape Chart ?

    Then you can add 2 helper columns and sort your data.

    Assuming your data is in A1:B15, this includes category labels in column A

    C2: =MOD(ROW(),2)
    D2: =IF(C2=0,-1,1)*B2

    sort A1:D15 on column C and column D, smallest to largest.

  6. #6
    Registered User
    Join Date
    10-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    87

    Re: How do i get U shape Chart ?

    Quote Originally Posted by Andy Pope View Post
    Then you can add 2 helper columns and sort your data.

    Assuming your data is in A1:B15, this includes category labels in column A

    C2: =MOD(ROW(),2)
    D2: =IF(C2=0,-1,1)*B2

    sort A1:D15 on column C and column D, smallest to largest.
    Once again thanks AndyPope, sorry i'm a novice to excel so not getting you, can you please show me with this data copied from my original sheet, how can I do that and how it will be appear..

    Thanks in advance
    Regards
    Attached Files Attached Files

  7. #7
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: How do i get U shape Chart ?

    example attached
    Attached Files Attached Files

+ 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 show a chart with a shape on a userform using VBA
    By newbi004 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-17-2013, 01:12 PM
  2. Scatter chart marker shape bug
    By Nutkees in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 12-22-2008, 11:07 AM
  3. [SOLVED] Chart in a Shape
    By QPapillon in forum Excel General
    Replies: 1
    Last Post: 06-26-2006, 11:20 AM
  4. How can I change the shape and size of the boxes in an org chart?
    By helenfanig in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-02-2006, 02:20 PM
  5. [SOLVED] How to change shape of points in chart?
    By Simon Reed in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 08-10-2005, 09:05 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