+ Reply to Thread
Results 1 to 5 of 5

Return a yes no value for dat tolerance

  1. #1
    Registered User
    Join Date
    03-08-2010
    Location
    Liverpool,England
    MS-Off Ver
    Excel 2007
    Posts
    7

    Return a yes no value for dat tolerance

    I have two sets of data
    Above 50 Below 50
    50.2 49.99
    50.4 49.07
    50.02 47
    50 49
    50.01 49.09
    50.2 49.99
    50.1 49.99
    52.08 49.95
    50.01 48.08
    52 49.8
    50.09 48.08
    50.9 49.99
    53 49.07
    52 49.99
    50.04 47.99
    50.06 47
    50.07 49.99
    52 49.93
    50.12 49.99
    50.13 49.96
    51 49.6
    50.15 48.99
    50.23 49.99

    I need to see compare each set of data and see which has a tolerance of + or – 0.1 of 50 and then return a yes or no.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Return a yes no value for dat tolerance

    In C1 and copy down, =IF(AND(A1<=50 + 0.1, B1> 50 - 0.1), "yes", "no")
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    03-08-2010
    Location
    Liverpool,England
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Return a yes no value for dat tolerance

    Find attatched the spreadsheet i have created and included the tolerance level that i need for the data set,i am unsure how ur formula works,i need to compare each value to see if it has a tolerance of either + or - 0.1
    Attached Files Attached Files

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Return a yes no value for dat tolerance

    Fill in some results manually to show what you want.

  5. #5
    Registered User
    Join Date
    03-08-2010
    Location
    Liverpool,England
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Return a yes no value for dat tolerance

    The first data set shows parts that were made over 50cm i need the fromula to display a true or false value if the part has a tolerance level of either -0.1 or +0.1,the next data set shows parts above 50cm i need the same formula for that.

+ 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