+ Reply to Thread
Results 1 to 2 of 2

Pie Chart using percentages

  1. #1
    Registered User
    Join Date
    05-14-2009
    Location
    Sacramento, CA
    MS-Off Ver
    Excel 2003
    Posts
    1

    Pie Chart using percentages

    I have a chart with 7000+ rows. In one column is the type of account. There are 3 different types of accounts. I want to create a pie chart showing the percentage of the 7000+ accounts that are for each type of account. How do I do this???

    ex:
    Accttype 1 - 50%
    Accttype 2 - 25%
    Accttype 3 - 25%

    Any help is appreciated.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Pie Chart using percentages

    Hi,

    first you'll have to prepare the data for the chart. Excel charts don't summarize data, you will have to do that first. So, create a table like the three lines in your example, and calculate the occurrences of each account with a SUMIF function

    =SUMIF(A1:A7000,"Account A")

    Make sure you enter the correct account name in the formula. Do this for each account type.

    Now you have three numbers, which you can graph as a pie chart. You can format the pie chart to show the percentage labels - double click the pie chart, click the Data Labels tab and click Percentage.

    Of course, you can use Excel to calculate the percentage of the numbers, too. For this, you need to calculate the sum of your three account values and then divide each account sum by this total, formatted as percent.


    HTH

+ 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