+ Reply to Thread
Results 1 to 3 of 3

compute a percentage

  1. #1
    Jeanie
    Guest

    compute a percentage

    How do a compute a simple percentage and how do i form a ratio. I am taking a
    statistics class and this is the first time I have ever used excel and my
    practice assignment says to compute the percentage of women and men enrolled
    each year.

    Then it says form a ration of female to male.

    Appreciate any help.

    Jeanie



  2. #2
    Gary''s Student
    Guest

    RE: compute a percentage

    For a single year:

    In A1 enter the female enrollment
    In B1 enter the male enrollment
    In C1 enter:
    =A1/C1 and format as percentage for percent female
    In D1 enter:
    =B1/C1 and format as percentage for percent male
    In E1 enter:
    =A1/B1 for ratio of females to males


    Make a similiar row for each year you need.
    --
    Gary's Student


    "Jeanie" wrote:

    > How do a compute a simple percentage and how do i form a ratio. I am taking a
    > statistics class and this is the first time I have ever used excel and my
    > practice assignment says to compute the percentage of women and men enrolled
    > each year.
    >
    > Then it says form a ration of female to male.
    >
    > Appreciate any help.
    >
    > Jeanie
    >
    >


  3. #3
    Elkar
    Guest

    RE: compute a percentage

    For the ratio formula, you might use:

    =A1/GCD(A1,B1)&":"&B1/GCD(A1,B1)

    A bit more complex, but more accurate.

    HTH,
    Elkar


    "Gary''s Student" wrote:

    > For a single year:
    >
    > In A1 enter the female enrollment
    > In B1 enter the male enrollment
    > In C1 enter:
    > =A1/C1 and format as percentage for percent female
    > In D1 enter:
    > =B1/C1 and format as percentage for percent male
    > In E1 enter:
    > =A1/B1 for ratio of females to males
    >
    >
    > Make a similiar row for each year you need.
    > --
    > Gary's Student
    >
    >
    > "Jeanie" wrote:
    >
    > > How do a compute a simple percentage and how do i form a ratio. I am taking a
    > > statistics class and this is the first time I have ever used excel and my
    > > practice assignment says to compute the percentage of women and men enrolled
    > > each year.
    > >
    > > Then it says form a ration of female to male.
    > >
    > > Appreciate any help.
    > >
    > > Jeanie
    > >
    > >


+ 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