+ Reply to Thread
Results 1 to 4 of 4

Formula to create percentages based on words instead of numbers

  1. #1
    Registered User
    Join Date
    06-12-2012
    Location
    DC
    MS-Off Ver
    Excel 2010
    Posts
    42

    Formula to create percentages based on words instead of numbers

    I suppose this would be an if-then statement. This is what I'm trying to do:

    I have a column with a few dozen rows that have three different words used to evaluate performance - one word per row. At the end of the table I want to be able to automatically tally the percentage that each word occurred in the column. Can anyone help? This is probably very simple but I'm not sure how to do it.

  2. #2
    Valued Forum Contributor Miraun's Avatar
    Join Date
    04-03-2009
    Location
    New England
    MS-Off Ver
    2003, 2007, 2010, 2013
    Posts
    554

    Re: Formula to create percentages based on words instead of numbers

    Could use CountIF / Count

    So... =Countif(A:A,"Value I care about") / Counta(A:A)
    Going for Guru! Click the Star to the bottom left of this post if I helped!

  3. #3
    Registered User
    Join Date
    06-12-2012
    Location
    DC
    MS-Off Ver
    Excel 2010
    Posts
    42

    Re: Formula to create percentages based on words instead of numbers

    Thank you for the reply. That helps. But what if I wanted the data to appear in a separate column (not the bottom of the column that I am tallying)?

  4. #4
    Registered User
    Join Date
    06-12-2012
    Location
    DC
    MS-Off Ver
    Excel 2010
    Posts
    42

    Re: Formula to create percentages based on words instead of numbers

    Oh nevermind, I see what that does. Perfect. Thanks!

+ 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