+ Reply to Thread
Results 1 to 2 of 2

IF formula & Percentage

  1. #1
    Registered User
    Join Date
    05-25-2006
    Posts
    22

    IF formula & Percentage

    OK, say whats below is E3:E17 in a column on a worksheet and I wanted to put formulas in seperate cells stating the percentage of m's and f's in the column, what would that formula be??

    f
    m
    m
    m
    m
    m
    m
    f
    f
    f
    f
    f
    m
    f
    m

  2. #2
    Ardus Petus
    Guest

    Re: IF formula & Percentage

    =COUNTIF(A:A,"f")/COUNTA(A:A)
    =COUNTIF(A:A,"m")/COUNTA(A:A)

    HTH
    --
    AP

    "Drummy" <[email protected]> a écrit dans
    le message de news: [email protected]...
    >
    > OK, say whats below is E3:E17 in a column on a worksheet and I wanted to
    > put formulas in seperate cells stating the percentage of m's and f's in
    > the column, what would that formula be??
    >
    > f
    > m
    > m
    > m
    > m
    > m
    > m
    > f
    > f
    > f
    > f
    > f
    > m
    > f
    > m
    >
    >
    > --
    > Drummy
    > ------------------------------------------------------------------------
    > Drummy's Profile:
    > http://www.excelforum.com/member.php...o&userid=34780
    > View this thread: http://www.excelforum.com/showthread...hreadid=548451
    >




+ 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