+ Reply to Thread
Results 1 to 4 of 4

Formula to find out if "Out of Spec" or "Within Spec"

  1. #1
    Registered User
    Join Date
    09-16-2014
    Location
    Durban, South Africa
    MS-Off Ver
    MS Excel Office 365
    Posts
    30

    Formula to find out if "Out of Spec" or "Within Spec"

    Hi

    Please refer to the spreadsheet I have attached.

    In Row 4 I have the minimum specs for my data.

    In Row 5 I have the maximum specs for my data.

    In Row 6 I have the actual results for my data.

    In Row 7 I want to be able to classify whether the actual results are "Out of Spec" or "Within Spec" based on the above minimum/maximum specs.

    Any help will be greatly appreciated?
    Attached Files Attached Files

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Formula to find out if "Out of Spec" or "Within Spec"

    Try =IF (And($D6>$D4,$D6<$D5),"Within","Out")

  3. #3
    Forum Contributor
    Join Date
    10-30-2019
    Location
    Bistrita, Romania
    MS-Off Ver
    2019; 365
    Posts
    231

    Re: Formula to find out if "Out of Spec" or "Within Spec"

    If they are equal to min or max I'm assuming they are within spec.

    Then it's this in D7:
    =IF(AND(D6>=D4;D6<=D5);"Within";"Out")

    Drag right.
    To show your appreciation
    Click ★ Add reputation!

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

    Re: Formula to find out if "Out of Spec" or "Within Spec"

    Or ...

    =IF(MEDIAN(D4, D5, D6) = D6, "Within", "Out")
    Last edited by shg; 11-20-2019 at 11:49 AM.
    Entia non sunt multiplicanda sine necessitate

+ 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. Replies: 5
    Last Post: 02-05-2019, 12:03 AM
  2. Replies: 2
    Last Post: 07-24-2017, 02:19 AM
  3. [SOLVED] Column X-Ref list - Sheet1 Col A "pages", Col B:FL "Req" to Sheet2 ColA "req", ColB "page"
    By excel-card-pulled in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-07-2017, 09:30 AM
  4. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  5. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  6. Replies: 5
    Last Post: 10-12-2010, 06:46 AM
  7. Replies: 5
    Last Post: 06-26-2006, 09:23 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