+ Reply to Thread
Results 1 to 5 of 5

How to determine which category results in the highest# most often

  1. #1
    Registered User
    Join Date
    03-04-2011
    Location
    Fremont, CA
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    31

    How to determine which category results in the highest# most often

    I have 3 categories, Size1/Size2/Size3 , for each individual. Each of these result in a different count. For instance,

    Person Size 1 Size 2 Size 3
    1 20 40 15
    2 35 15 60
    3 14 90 27

    I want to see which size (Size1, Size2, Size3) will result in the HIGHEST count (the independent variable) most often. For example, will size 1, on average, produce a HIGHEST count most often?

    How do you suggest I go about this?

    Thank you very much,
    Anish

  2. #2
    Valued Forum Contributor ron2k_1's Avatar
    Join Date
    09-30-2009
    Location
    Not the USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    606

    Re: How to determine which category results in the highest# most often

    If you add each size column. Wouldn't the sum of the three columns give you an idea as to which size has on average the biggest sizes?
    Ron
    Knowledge is knowing that a tomato and pepper are fruits. Wisdom is knowing whether to put these in a fruit salad

    Kindly

    [1] Use code tags. Place "[code]" before the first line of code and "[/code"]" after the last line of code. Exclude quotation marks
    [2] Mark your post [SOLVED] if it has been answered satisfactorily by editing your original post in advanced mode.
    [3] Thank (using the little scale) those that provided useful help; its nice and its very well appreciated

  3. #3
    Registered User
    Join Date
    03-04-2011
    Location
    Fremont, CA
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    31

    Re: How to determine which category results in the highest# most often

    Thanks for the reply, Ron. That's a good idea, but unfortunately the differences between the sizes (e.g. difference between Person 1's Size 1 and Person 2's Size 1) is so large that it would yield an inaccurate result. For instance, consider the following data:

    Person Size1 Size2 Size3
    1 340 10 20
    2 70 140 100
    3 10 50 80

    If I were to add the #'s for the Size columns, the result would imply that Size 1 produces the largest # on average. However, that would be most likely false and skewed because Size 1 only gave a large # in person 1.

    What do you think? Any other ideas?

    Thanks again,
    Anish

  4. #4
    Valued Forum Contributor ron2k_1's Avatar
    Join Date
    09-30-2009
    Location
    Not the USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    606

    Re: How to determine which category results in the highest# most often

    How about this. Assuming that your table starts in A Row1. Col A: Person, col B: Size 1, Col C:Size 2, col D: Size 3, and all these headers are in Row 1. So that means that your data starts in Row 2. You can then enter the following in E2 and drag down:
    Please Login or Register  to view this content.
    That formula will give you the header (Size 1, Size 2, Size 3) for which had the highest size. So in your last example, the formula will give you in E2: Size1, E3: Size2, E4:Size3. There is a stale mate there as each of your three examples had a different size as the highest occurence. Nonetheless, in your worksheet you can then do a count of all Size1's, Size2's, Size3's and see which as the highest. You can then hide this helper column (Column E)

  5. #5
    Registered User
    Join Date
    03-04-2011
    Location
    Fremont, CA
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    31

    Re: How to determine which category results in the highest# most often

    Perfect. Thank you!

+ 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