+ Reply to Thread
Results 1 to 4 of 4

multiple conditions required for formula

  1. #1
    Registered User
    Join Date
    07-16-2013
    Location
    montreal, qc
    MS-Off Ver
    Excel 2010
    Posts
    2

    multiple conditions required for formula

    Hi all, I have used the forum regularly for info, but I am reaching out today for some assistance on a particular issue.

    First off, here is the data I am looking at.


    User will select either optionA or optionB from a dropdown in column V and then enters a dollar value in column X. Dependant on the choice, there is a matrix:

    optionA optionB
    LOW HIGH LOW HIGH
    0.52 0.54 0.57 0.59

    *Under and including LOW: Level 1
    *Between LOW and HIGH: Level 2
    *Above and including HIGH: Level 3

    As examples:
    1. User selects optionA at a price of 0.51, it should result in LEVEL1
    2. User selects optionB at a price of 0.58, it should result in LEVEL2

    Thanks in advance

  2. #2
    Registered User
    Join Date
    07-12-2012
    Location
    New Hampshire, United States
    MS-Off Ver
    Excel 2010
    Posts
    80

    Re: multiple conditions required for formula

    This should work if those are your only two options. In this formula V2 refers to the "option a" or "option b" dropdown, and X2 refers to the dollar value.

    =IF(V2="option a", IF(X2<=0.52, "Level 1", IF(X2>=0.54, "Level 3", "Level 2")), IF(X2<=0.57, "Level 1", IF(X2>=0.59, "Level 3", "Level 2")))

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: multiple conditions required for formula

    Hi,

    Does the attached help
    Attached Files Attached Files
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    07-16-2013
    Location
    montreal, qc
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: multiple conditions required for formula

    I would need to add the possibility of a blank field. If the field is blank, then the result should also be blank.

    Thanks a bunch!

+ 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. IF function - multiple formula required
    By mikejackson in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-15-2013, 09:04 AM
  2. [SOLVED] Macro required to delete rows with multiple conditions
    By bigband1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-03-2012, 03:53 AM
  3. Formula required with multiple conditions
    By bakshi.ishan in forum Excel General
    Replies: 3
    Last Post: 10-07-2011, 12:44 PM
  4. formula required which meets 12 conditions
    By kiany406 in forum Excel General
    Replies: 2
    Last Post: 06-27-2011, 07:41 AM
  5. Replies: 1
    Last Post: 03-05-2010, 03:00 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