+ Reply to Thread
Results 1 to 2 of 2

If <> Then pass , otherwise fail help needed

  1. #1
    Registered User
    Join Date
    05-13-2013
    Location
    Southampton,England
    MS-Off Ver
    Excel 2007
    Posts
    35

    If <> Then pass , otherwise fail help needed

    Hello,
    Think is the very last question for my annoying document
    In Column Q2 i want it to: Take the power from E2 , Find it in AL , and compare the ranges that are in AS/AT to the P2 result ... and if its within range then pass.. if not - fail

    This is very similar to what i have done before, only cant figure out how to take the power then compare the ranges
    Thx guys!
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: If <> Then pass , otherwise fail help needed

    Try this in Q2:

    =IF(AND(P2>=MIN(VLOOKUP(E2,AL:AT,8,0),VLOOKUP(E2,AL:AT,9,0)),P2<=MAX(VLOOKUP(E2,AL:AT,8,0),VLOOKUP(E2,AL:AT,9,0))),"Pass","Fail")

    Then copy down.

    Hope this helps.

    Pete

+ 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