Chart showing percentage of groups of cells

Hello everybody,
I am a teacher and I am new to Numbers.
It is the end of the term and I have prepared a table with the students' names and marks they got during the term.
That table also shows the average sum of their results.
I managed to create a chart to visualise these results and here is what I managed to get...
Here are my two questions:
1.How can I visualize in the form of a chart the percentage of those who got a pass mark (above 6) and those who didn't pass (below 6), that is the values in the last but one yellow column. A pie-chart, for example, into two halves, just telling me the percentage of those beyond and below 6...
2. Is there a way in which I can tell the blue chart I created to cloud the blue lines in a different colour when the are beyond 6? Or could I turn the thin grey line in the x-axis, the one showing 6, into another colour, so that I can immediately see who is beyond the pass mark (6)?
I hope I have made myself understood...
Thanks for any help you can give me
Luca

Luca,
I think this is what you want:
The expressions are as follows:
Scores Table
Medi Column: =AVERAGE(B2:G2)
Passing Column: =IF(H≥6, H, "")
Failing Column:  =IF(H≤6, H, "")
Pie Chart Data Table:
Pass Column: =COUNTIF(Scores::H, ">=6")
Fail Column: =COUNTIF(Scores::H, "<6")
The Bar Chart is a 2D Stacked Bar Chart
Hope this is what you were looking for. Glad to explain further if necessary.
Jerry

Similar Messages

  • Pivot chart vertical axis label show percentage

    Hi All,
    I have a pivot chart showing percentage of the row. the vertical axis label can only show 0, 1, 2; I change it to specify value with 'Minimum' 0 and 'Maximum' 1.
    Wondering how to show vertical axis label with minimum 0% and maximum 100%, instead of 0 and 1.
    Thank you,
    Ling

    Hi lets try once like this,
    In Pivot table go to edit view-Position-Graph only-Edit graph properties-click on scale tab-Axis Limits-in drop down list select specify. Here u can select minimum and maximum scale.
    Please mark if it help you.....

  • Use Guage chart to show percentage... why is this hard?

    I must be completely out to lunch or something...
    I have a REALY simple report. I have users that fall into two categories, registered, and unregistered... I want to create a guage chart that shows me the percentage of registered users... and I can get it to show me the percentage of registered AND unregistered users (in seperate charts), or I can get it to show 100% (which isn't true), but I can't get it to show me just one guage that shows me the percentage of registered users...
    What am I missing?
    Currently:
    it's set to "On change of" <registration completed field>
    show: percentage of distinct count of users
    I get two charts.
    If I set it to 'for all records' I can't use the percentage summary...

    Hi Ryan,
    If you want to show Gauge chart for the 'Registered' users only then try to filter the data from the select expert and then create a chart. Otherway could be to create a formula for selecting  'Registered' users and use this formula in 'On change of' in chart expert.
    Please let me know if you are looking for something else.
    Regards,
    Ankeet

  • Chart Cummulative Percentage Total?

    Post Author: Kanshouzhe
    CA Forum: Charts and Graphs
    I have seen one other post for one similar to this... but no answer. 
    I have created a Crystal 9 bar chart showing the percentage of days to resolve helpdesk tickets.  Nice... but I really want to create a running total (cummulative) of the percentages.  I have been able to create a formula for the cummulative total, but the chart excludes my formula:
    WhilePrintingRecords;Numbervar TotalPercent;TotalPercent := TotalPercent + (DistinctCount (, {@DaysOpen})/DistinctCount ())*100;
    I have tried creating various formulas, running total Summaries and combinations to no avail.  Could someone please help me skin this cat?  Thanks!

    paulclark wrote:
    I have a spreadsheet full of clients from different cities, and I'd like to create a chart (3D ideally) showing which cities have the most clients and which have the fewest.
    For example, 158 live in City A, 132 City B all the way down to 1 client in City V.
    Currently my spreadsheet has first, last, street, ZIP, city, state, misc info A, misc info B, misc info C Etc Etc.
    I may also like to create a chart showing totals of one of the Misc columns.
    Use a subsidiary table to collect the names of the cities in your list, and to count them. Chart the results. Here's an example.
    Cities are listed in column B, and may be in any order. Spelling counts, as the formula in column E identifies each city by the exact contents of the cell.
    Column E contains a formula that counts the number of different entries in column B, and marks the row containing the first occurrence of each with a serial number.
    The formula in E2 is
    =IF(COUNTIF($B$1:B2,B)=1,MAX($E$1:E1)+1,"")
    Fill down to the end of the column.
    Column A in the second table (For Graph) contains a formula that constructs a reference to the cell containing the first occurrence of each City name on the Main table, and copies that name to it's cell.
    The formula in A2 is
    =IFERROR(OFFSET(Main :: $A$1,MATCH(ROW()-1,Main :: $E,0)-1,1),"")
    Fill down to the end of the column.
    Column B contains a formula that counts all occurrences in column B of the Main table of the name in its row in column A.
    The formula in B2 is
    =IF(COUNTIF(Main :: B,A2)>0,COUNTIF(Main :: B,A2),"")
    Fill down to the end of the column.
    Regards,
    Barry
    PS: Descriptions of each function used, and further examples of their use can be found in the iWork Formulas and Functions User Guide. You can download the guide (and the Numbers '09 User Guide) through the Help menu in Numbers.
    B

  • Pie Chart displaying percentages

    Good Morning,
    I'm hoping someone has had experience creating a pie chart
    with percentage values and is wiling to offer some assistance
    because I've tried many ways and still came up short.
    The data table I'm using contains two columns: type (A, B, C,
    etc) and amount (100, 250, etc).
    In order to create a chart showing what percent of the whole
    each type is, I need to sum all the amounts for all types then
    divide each type by the sum of all amounts (to create each slice).
    Any suggestions on how to do this through CFquery and
    CFchart?
    Thanks in advance,
    Sue

    Add this line in the graph you are putting in RTF template.
    Right click the image, properties and the last tab web.
    add this under the graph node.
    To get the actual Value use this.
    <SliceLabel textType="LD_VALUE"/>
    Other vaules you can use are
    LD_TEXT_PERCENT, LD_VALUE , LD_TEXT , LD_PERCENT

  • BO 4.0 Web Intelligence, Error: Column Chart shows not the whole data

    Hello,
    I want to create a case study in BusinessObjetcs 4.0 (Web Intelligence) with a column chart.
    Year is the Category Axis and Revenue is the Value Axis.
    Unfortunately the resulting chart shows only the year 2008.
    If I choose Month as Regional Color the chart shows all years (2008-2011).
    What I do wrong? Or is this a bug?
    Thank you!
    Best regards,
    Wladimir

    Hi again,
    What I think is that there simply isn't data in the report other than the 2008,
    or at least the combination of the section master/year only has 2008 data.
    If that is not what you expect and there should be more data, also when looking specifically at the values for just this section,
    then you could check if you may be have incomplete query results. Standard they will be limited to 5000 rows, unless your universe designer decides otherwise.
    Check the number of rows returned (free cell with query details),
    if it is 5000 (or any other nice round figure) have a chat with the universe designer.
    Good luck,
    Marianne

  • Pie Charts show Table Sum?  Huh?

    Hello all.
    I am making a simple home budget, with a table of data, which has a final row that totals the previous entries. I selected a pie chart to show this info, but the pie chart includes the total row data, which makes no sense. How do I tell Numbers to not show that total entry in the chart?
    Example:
    Row 1 = $500
    Row 2 = $400
    Row 3 = $300
    Row 4 = Calculates sum which in this case is $1200.
    Numbers draws a pie chart showing 4 items, not 3 items and their corresponding percentages of the entire chart.

    Try placing a summary footer then plot the individual data items.
    Regards,

  • Dials showing percentage - how to standardize

    Hi,
    I have few dials on my application showing percentages
    Start angle: 90
    Sweep angle: 180
    interestingly in one of the graph the pointer for 120% in showing @ the same level as that of 80% on the other graph...
    is there a way to standardize graphs
    for example,
    @ 50% needle should be straight @ 90 degrees
    @ 100% (OR MORE) needle should horizontal @ 180 degrees
    Thanks

    What does your table look like? Off the top of my head, you will need an aggregating function (probably SUM). This means you will probably also have a GROUP BY in your statement. But without knowing what your table looks like (especially the primary key and any determinants in the equation), it is hard to say.
    - Saish

  • Chart showing City total

    I have a spreadsheet full of clients from different cities, and I'd like to create a chart (3D ideally) showing which cities have the most client and which have the least.
    For example, 158 live in City A, 132 City B all the way down to 1 client in City V.
    Currently my spreadsheet has first, last, street, ZIP, city, state, misc info A, misc info B, misc info C Etc Etc.
    I may also like to create a chart showing totals of one of the Misc columns.

    paulclark wrote:
    I have a spreadsheet full of clients from different cities, and I'd like to create a chart (3D ideally) showing which cities have the most clients and which have the fewest.
    For example, 158 live in City A, 132 City B all the way down to 1 client in City V.
    Currently my spreadsheet has first, last, street, ZIP, city, state, misc info A, misc info B, misc info C Etc Etc.
    I may also like to create a chart showing totals of one of the Misc columns.
    Use a subsidiary table to collect the names of the cities in your list, and to count them. Chart the results. Here's an example.
    Cities are listed in column B, and may be in any order. Spelling counts, as the formula in column E identifies each city by the exact contents of the cell.
    Column E contains a formula that counts the number of different entries in column B, and marks the row containing the first occurrence of each with a serial number.
    The formula in E2 is
    =IF(COUNTIF($B$1:B2,B)=1,MAX($E$1:E1)+1,"")
    Fill down to the end of the column.
    Column A in the second table (For Graph) contains a formula that constructs a reference to the cell containing the first occurrence of each City name on the Main table, and copies that name to it's cell.
    The formula in A2 is
    =IFERROR(OFFSET(Main :: $A$1,MATCH(ROW()-1,Main :: $E,0)-1,1),"")
    Fill down to the end of the column.
    Column B contains a formula that counts all occurrences in column B of the Main table of the name in its row in column A.
    The formula in B2 is
    =IF(COUNTIF(Main :: B,A2)>0,COUNTIF(Main :: B,A2),"")
    Fill down to the end of the column.
    Regards,
    Barry
    PS: Descriptions of each function used, and further examples of their use can be found in the iWork Formulas and Functions User Guide. You can download the guide (and the Numbers '09 User Guide) through the Help menu in Numbers.
    B

  • [WPF] Format column text for showing percentage

    Hi,
    in one column of my DataGrid I show percentage values.
    From database, I get the number:
    - in view, I would concatenate the char "%"
    - in edit, the user add his value and when mouse leaves cell automatically is concatenated the char "%"
    How can I implement it?
    Thanks.

    Replace any DataGridTextColumn with a DataGridTemplateColumn and specify a StringFormat for the TextBlock in the CellTemplate only:
    <DataGrid.Columns>
    <!--<DataGridTextColumn Binding="{Binding Val, StringFormat=P}"/>-->
    <DataGridTemplateColumn>
    <DataGridTemplateColumn.CellTemplate>
    <DataTemplate>
    <TextBlock Text="{Binding Val, StringFormat='\{0\}%'}"/>
    </DataTemplate>
    </DataGridTemplateColumn.CellTemplate>
    <DataGridTemplateColumn.CellEditingTemplate>
    <DataTemplate>
    <TextBox Text="{Binding Val}"/>
    </DataTemplate>
    </DataGridTemplateColumn.CellEditingTemplate>
    </DataGridTemplateColumn>
    </DataGrid.Columns>
    Note that the "number" source property must be an int, double, decimal etc. for the StringFormat to get applied.
    Please remember to close your threads by marking helpful posts as answer and then start a new thread if you have a new question.

  • Gradient over a group of cells

    How do I apply a single gradient fill over a large group of cells?
    Every time I try to place one contiguous gradient across Row A and B, for example, I end up with a gradient for row A and the same yet separate gradient for Row B. I would prefer one gradient starting at the top of A and ending at the bottom of B.
    ~r

    greyxtawn,
    You may apply the gradient fill to a 1-cell table as background for a multi-cell table, setting the multi-cell table fill to None so that the gradient of the background cell will show through. Just drag the 1-cell Background Table over the Working Table and set the size to match, then Arrange > Send to Back.
    Regards,
    Jerry

  • How to show a blank or clear cell for the first entry in a numbers pop-up menu on a mac. I can do it on the iPad but not on the mac. Thank you.

    Can you please advise how to show a blank or clear cell as the first option in a pop -up menu on a Mac, I can see how on an IPad but but not on the Mac.
    Thank you.

    Hi grm,
    Yvan Koenig wrote an Applescript to create an popup menu with a true blank menu item. You can find it in Yvan's Box Account public area. Click on for_iWork'09, then for-numbers'09, then look for and download popup_with_nil.zip. Unzip the file, then open it with ScriptEditor.
    Yvan's scripts include instructions (in French and English) on how and where to save the script and how to use it. I haven't read this one recently, so I can't give you any further details on it.
    Regards,
    Barry

  • How can we show percentages in BO Dash board Manager(PMDM)

    Hi ,
    Please help me to find the  option in Dash Board Manager to show percentages of metrics.
    Regards,
    Teja

    Hello josborne,
    i feel for you as a year ago i was undergoing the same problem. I was using Basler cameras for bar code reading and i was using two of them at a time. i was getting the same error. In my case the issue was resolved after much pain. i changed the PCI cards, switched between a lot of softwares and hardwares to get the required results. In the end my issue came down to the Fire wire cable. I was using a very cheap cable. Perhaps this is the only thing i can add that you might be using some non+standard fire wire cable.
    perhaps you can try replacing it and then see the results. 
    Regards
    Asad Tirmizi
    Design Engineer
    Institute of Avionics and Aeronautics
    " Its never too late to be, what u want to be"
    Using LabVIEW 8.2

  • How to show combobox in a table cell

    Hi,
    I set combobox in a table cell but it shows when I click the cell.
    How can I set the combobox and it be visible since the table is showing.

    What you have already done, and the resulting behavior is unclear from your post. Post more details.

  • AddressBook should be able to show me what groups a contact is in.

    When I find or select a contact AddressBook should be able to visually show me which groups that contact belongs to. I'd suggest simply colorizing the group names or show me explicitly in the details for the contact which groups it belongs to.

    Hold down the option key.

Maybe you are looking for

  • 500GB drives and backing up

    I will be buying a Mac Pro in the very near future, as I'm after a machine that has plenty of upgrade potential (and I get a pretty good Apple Store discount with my employer). I have a lot of audio files, large aiff files for audio production and ar

  • Unknown error -50 in Store ?

    Hello, I'm working in a radio company and I installed iTunes 7 in my pc but doesn't work correctly. I have a problem in my iTunes Store: "unknown error -50". Therefore I can't buy anything in the store. The search is ok! At home everything is ok. Whe

  • Same file name - Different extension - Viewing problem

    I know this has been written about quite a bit and I have searched through the posts but I cannot find a solution to my problem. I shoot RAW, import then into Lightroom, make changes, import into CS3 & make more changes, save as a .psd file; no probl

  • Re: OracleDriver cannot be resolved to a type

    I still have the same problem which was reported in the first post. I tried all the changes mentioned above but doesn't help as I am totally new to jsp please suggest me a way out in detail. An error occurred at line: 6 in the jsp file: /one.jsp orac

  • Upgraded hard drive, but Home folder didn't get bigger.

    I upgraded to a 500gb hard drive. I imaged the old drive directly to the new one, so it's a carbon copy. Everything is working great, but I realized that my home folder is still only 60gb. I have file vault turned on, and I can't turn it off because