+ Reply to Thread
Results 1 to 6 of 6

Ways to find the variation in a set of values

  1. #1
    Registered User
    Join Date
    02-25-2020
    Location
    Seattle
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    9

    Ways to find the variation in a set of values

    Hi,

    I have a table with the results from a test done on a product by 6 QAs. I am looking to calculate the variation in the results for each criteria.

    For ex: Criteria 1 has 3 entries as "1"/"TRUE" and I want to know the variation from the whole 6 entries for a given criteria.

    Pleas enote that I don't have the actual value for the criteria. Atatched sample workbook

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Ways to find the variation in a set of values

    You are probably going to need to explain to us how you want to calculate variation in these data. We are pretty good at Excel programming and, once we understand the computation algorithm can usually come up with a sequence of operations/functions that will replicate that algorithm. But we usually don't have the necessary expertise in the project behind your question to reverse engineer the algorithm you need. Help us understand how you want to calculate the variation in these boolean values, and we should be able to help you program something into the spreadsheet.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    02-25-2020
    Location
    Seattle
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    9

    Re: Ways to find the variation in a set of values

    Thanks MrShorty!

    These results will be used to identify the alignment amongst the QAs performing the testing. The actual testing comprises of multiple products and we need to identify the product that has highest variation in values amongst the 6 QAs who are perfrming the activity so as to narrow down on any knowledge gaps , missing resources to identify defects and thereby work towards enhancing our resources that aid QAs to perform these types of testing.

    So for instance, we take Criteria 1 - there are three 0s and three 1s. I want to know how many times there is a varying result from one another and for some criteria all 6 QAs may have the same value which will give me an agreement of 100%.. Will "VARA" be useful to compute the variation? In other words, I want to have the percentage of agreement for each criteria for a given product.

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Ways to find the variation in a set of values

    VARA() is a specific statistical function that calculates the variance (as statisticians understand) of a dataset about the mean. I am not enough of a statistician to say for certain that the variance function is not applicable to your problem, but you don't seem to be talking about variance or standard deviation about a mean, so I would say that VARA() is probably not the function you want. However, you are the expert on the statistics of your problem and may know differently.

    for some criteria all 6 QAs may have the same value which will give me an agreement of 100%.. Will "VARA" be useful to compute the variation? In other words, I want to have the percentage of agreement for each criteria for a given product.
    That sounds to me more like a COUNTIFS()/COUNT() or maybe SUM()/COUNT() function. =COUNTIFS(H2:H7,1)/COUNT(H2:H7) or =SUM(H2:H7)/COUNT(H2:H7). The numerator returns how many 1 entries there are in the range, and the denominator returns how many numeric entries there are in the range. The ratio of those two (formatted as percentage) is the percentage of the range that contains 1.

  5. #5
    Registered User
    Join Date
    02-25-2020
    Location
    Seattle
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    9

    Re: Ways to find the variation in a set of values

    Hi MrShorty!!

    The countif formula solved my issue. May thanks

  6. #6
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,895

    Re: Ways to find the variation in a set of values

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] How to find the Variation between two sheets....
    By bsaimsc in forum Excel General
    Replies: 5
    Last Post: 09-11-2013, 07:01 AM
  2. Newbie trying to find ways to save time (ie $)
    By djaurit in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 12-04-2012, 02:48 PM
  3. Find Replace Variation
    By ikevinax in forum Excel General
    Replies: 3
    Last Post: 08-31-2012, 10:24 AM
  4. Needing to find ways of automating simple processes
    By maxraph in forum Excel General
    Replies: 5
    Last Post: 01-20-2012, 06:12 AM
  5. How to find the variation between two numbers
    By Snaggles in forum Excel General
    Replies: 4
    Last Post: 10-14-2011, 03:35 PM
  6. Replies: 1
    Last Post: 03-09-2009, 07:11 PM
  7. Large variation in y-axis values
    By bigroi in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 01-11-2007, 12:13 PM
  8. [SOLVED] Large variation in series values
    By QPapillon in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 07-25-2006, 01:45 PM

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