+ Reply to Thread
Results 1 to 2 of 2

Merge identical Labels in Pie chart

  1. #1
    Registered User
    Join Date
    01-14-2010
    Location
    Den Haag, Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    6

    Merge identical Labels in Pie chart

    Hey everyone,
    Once again I stubled upon a problem, that I am not able to solve myself.
    As you can see in the example file attached, I am trying to make a Piechart. However as you see in the example it doesn't work out the way I want it to. I want the Piechart to show me the combined total of the several retailers. So instead of having the following labels:

    AA with value 10
    AA with value 12
    AA with value 11
    BB with value 10
    BB with value 13

    I want,

    AA with value 33
    BB with value 23

    So i want the piechart to merge the identical labels.

    I am wondering if this is possible, and if so, how i can do it
    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,481

    Re: Merge identical Labels in Pie chart

    charts do not summarize data, for that you use formula.

    SUMIF most likely, so assuming data in A1:B5

    C1: =AA
    C2: =BB

    D1: =SUMIF($A$1:$A$5,C1,$B$1:$B$5)
    E1: =SUMIF($A$1:$A$5,C2,$B$1:$B$5)

    Chart range C1:D2
    Cheers
    Andy
    www.andypope.info

+ 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