+ Reply to Thread
Results 1 to 4 of 4

Percentage calculation on text columns

  1. #1
    Registered User
    Join Date
    10-10-2005
    Posts
    2

    Percentage calculation on text columns

    I have a sheet that represents exam candidates, their grades over 3 assignments with an average score, in the final COLUMN there is an indication of whether they have passed or failed in the format "Pass" "Fail". I need a formula that will count the overall group and give a percentage of the group that has failed. Can anyone help?

  2. #2
    Roger Govier
    Guest

    Re: Percentage calculation on text columns

    Hi Connor

    One way
    =COUNTIF(E2:E100,"Fail")/COUNTA(E2:E100)
    Format the cell as Percentage.
    I assumed headings in row 1, change ranges to suit.

    Regards

    Roger Govier



    Connor wrote:

    >I have a sheet that represents exam candidates, their grades over 3
    >assignments with an average score, in the final COLUMN there is an
    >indication of whether they have passed or failed in the format "Pass"
    >"Fail". I need a formula that will count the overall group and give a
    >percentage of the group that has failed. Can anyone help?
    >
    >
    >
    >


  3. #3
    Registered User
    Join Date
    10-10-2005
    Posts
    2

    Thanks, however how do I format a cell into a percentage

    Thanks for your note, in your reply you said format cell as a percentage, I am a complete novice to excel, would you please explain how you do that.

    Cheers

  4. #4
    Roger Govier
    Guest

    Re: Percentage calculation on text columns

    Hi Connor

    Either click the % button on your toolbar, then click on the cell with
    the formula,
    Or, Format>Cells>Number>Percent and select how many decimal places you
    want to display.

    Regards

    Roger Govier



    Connor wrote:

    >Thanks for your note, in your reply you said format cell as a
    >percentage, I am a complete novice to excel, would you please explain
    >how you do that.
    >
    >Cheers
    >
    >
    >
    >


+ 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