Results 1 to 11 of 11

Nested / Multiple condition statements

Threaded View

  1. #1
    Registered User
    Join Date
    04-14-2021
    Location
    UK
    MS-Off Ver
    Office365
    Posts
    35

    Nested / Multiple condition statements

    Hi,

    I am struggling at getting this multiple if statement working but I am not sure if the method I am using is actually correct because as soon as it hits a certain if statement line and the answer is incorrect then it is giving the false value back instead of going to the next if statement.

    I have 4 variables and the rule are:

    Variable 1: Can either be Yes or No
    Variable 2: Can either be Yes or No
    Variable 3: Can be any number
    Variable 4: Can be any number

    Rule 1: IF variable 1 is Yes AND variable 2 is Yes AND variable 3 >= variable 4 then Do something;
    Rule 2: IF variable 1 is Yes AND variable 2 is Yes AND variable 3 < variable 4 then Do something;

    Rule 3: IF variable 1 is No AND variable 2 is Yes AND variable 3 >= variable 4 then Do something;
    Rule 4: IF variable 1 is No AND variable 2 is Yes AND variable 3 < variable 4 then Do something;

    Rule 5: IF variable 1 is Yes AND variable 2 is No then Do something; (this is because if variable 2 is No then it doesnt matter what variable 3 and 4 are, so do something now)
    Rule 6: IF variable 1 is No AND variable 2 is No then Do something; (this is because if variable 2 is No then it doesnt matter what variable 3 and 4 are, so do something now)

    The way I have done this is, if v1 and v2 are both yes and if v3<v4 then do an action by outputting "rule 2 met", else output "rule 1 met"

    The same goes for the other rules but if I change the variable 2 to No then it does not meet the condition:

    HTML Code: 
    I think I am approaching this wrong, I think I need a if then elseif if its possible in excel?
    Attached Images Attached Images

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Multiple nested IF statements
    By Natalie C in forum Excel Formulas & Functions
    Replies: 25
    Last Post: 09-26-2021, 05:01 PM
  2. [SOLVED] Nested if statements containing multiple and statements
    By John M. in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-22-2014, 11:48 PM
  3. Nested If statements based on a true condition.
    By Jhail83 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-15-2013, 10:29 AM
  4. Multiple Nested IF Statements
    By rlsublime in forum Excel General
    Replies: 1
    Last Post: 11-15-2012, 02:01 PM
  5. Multiple nested IF statements and AND statements
    By TonyGetz in forum Excel General
    Replies: 2
    Last Post: 12-14-2010, 03:07 AM
  6. Replies: 12
    Last Post: 05-15-2009, 08:38 AM
  7. Replies: 6
    Last Post: 10-31-2008, 11:52 AM

Tags for this Thread

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