+ Reply to Thread
Results 1 to 6 of 6

Multiple Yes / No If Options

  1. #1
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,054

    Thumbs up Multiple Yes / No If Options

    Hi

    I have a table with multiple Yes / No options

    The idea is that we are weighing something & subtracting "if" Item B is used, which weights 15 lbs.

    "If" Item C is used, then another 43 pounds is subtracted

    Trying to get function that has Yes / No scenarios, which may be both No's, one of each or both Yes'

    For example:

    Item A weights: 585 pounds (Cell D6)

    If both B (Cell E6) & C (Cell F6) items are used then would have: 585-15-43 = 527

    Looking to modify function to manage the Yes / No scenarios


    =IF(D6="","",D6-15-43)

    Thanks
    Attached Files Attached Files
    Last edited by mycon73; 01-10-2019 at 04:44 PM.
    MyCon
    -- Using Latest Version of Excel

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Multiple Yes / No If Options

    I recommend uploading a small representative sample of your data along with the desired results (which you can enter manually) based on that data.

    To upload an Excel workbook, follow these steps:
    1) Click on "Go Advanced"
    2) Click on "Manage Attachments"
    3) Click on "Choose File"
    4) Choose your file and click on "Open"
    5) Click on "Upload"
    6) Click on "Close this window"

  3. #3
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,054

    Re: Multiple Yes / No If Options

    Hi

    Yes / No Scenarios example file submitted

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: Multiple Yes / No If Options

    here is one way...
    =IF(AND(E5="y",F5="y"),D5-(15+43),IF(E5="y",D5-15,IF(F5="y",D5-43,D5)))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  5. #5
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,054

    Re: Multiple Yes / No If Options

    Sambo Kid

    Great Solution!!!

  6. #6
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: Multiple Yes / No If Options

    Glad I could help, AND thank you for the rep!

+ 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. Need Help With Multiple Options
    By Pneumz in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-11-2018, 01:06 PM
  2. Multiple worksheet options
    By Pablo_TX in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-20-2017, 02:34 PM
  3. [SOLVED] IF with multiple options
    By mdt175 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-31-2016, 06:52 PM
  4. Replies: 0
    Last Post: 08-26-2014, 08:44 AM
  5. VBA - 1 pivot filter control multiple pivots with multiple field options
    By bwolsky in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-28-2014, 06:19 PM
  6. Searching in a excel sheet with multiple conditions and multiple options
    By punna111 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-11-2013, 02:03 PM
  7. Multiple options messagebox
    By koltregaskes in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-29-2011, 10:51 AM

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