+ Reply to Thread
Results 1 to 1 of 1

Need help to change multiple criteria from if function to Case function.

  1. #1
    Registered User
    Join Date
    03-06-2012
    Location
    sydney, australia
    MS-Off Ver
    Excel 2016
    Posts
    5

    Need help to change multiple criteria from if function to Case function.

    Hello Experts

    I am using if function to generate a code. I am not sure how to convert to by using selecting the case for 3 variables.


    =IF(AND(O4="NONE",R4="YES"),"SLB",IF(AND(O4="NONE",R4="NO"),"B",IF(AND(O4="GAL",R4="YES",K4<>"M"),"SLG","G")))
    1. Criteria based on Finish. 2 options only in this criteria "NONE" OR "GAL".
    2. Criteria based on Slot. 2 options only in this criteria " YES" OR " NO".
    Depends on criteria 3. If metric slot is ALWAYS "NO".
    3. Criteria based on Thread. 2 options only in this criteria for Metric " " or "X"

    scenario
    1. METRIC, NO, GAL RESULT "G"
    2. NO METRIC/METRIC, NO, NONE RESULT IS "B"
    3. NO METRIC, YES, NONE RESULT IS "SLB"
    4. NO METRIC, NO, GAL RESULT IS "SLG"
    5. ALL ELSE CONDTIONS RESULT "CHECK THE SLOT, FINISH VALUES"
    Last edited by indkitty; 05-30-2012 at 06:53 AM.

+ 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