+ Reply to Thread
Results 1 to 2 of 2

Nested IFs based on list and text value

  1. #1
    Forum Contributor
    Join Date
    10-15-2009
    Location
    Broooklyn, NY
    MS-Off Ver
    Excel 2016
    Posts
    207

    Nested IFs based on list and text value

    The formula for the Auto value (column B) has to satisfy the following parameters
    The Auto Value has to return the following
    1. If Values in column A says NPV and column C has Yes, the value in column B should say Works
    2. If Values in column A says NPV and column C has No, the value in column B should say Does not work
    3. If Values in column A doesn't have NPV, the value should be 1 if I select Yes in Column C or 0 if I select No in column


    See attached Excel spreadsheet.
    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,732

    Re: Nested IFs based on list and text value

    You can use this formula in cell B2:

    =IF(A2="NPV",IF(C2="Yes","Works","Does not work"),IF(C2="yes",1,0))

    then copy down as required.

    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)

Similar Threads

  1. [SOLVED] Nested IF Function based on text condition
    By formulacurious in forum Excel General
    Replies: 9
    Last Post: 02-12-2019, 03:32 PM
  2. Macro - Insert text based on text in a list
    By sedanstr in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-13-2017, 05:02 PM
  3. Nested drop down list based on two huge columns
    By danwoltrs in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-10-2017, 02:46 PM
  4. Nested IF to return text string based on certain conditions
    By Mikeyabosbht in forum Excel General
    Replies: 4
    Last Post: 09-06-2017, 05:36 PM
  5. Dynamically Update CountIf Formula Based On Nested List
    By SamuraiSam83 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-13-2015, 09:09 PM
  6. [SOLVED] Nested Sumif's or how to sum data based on nested criteria
    By dlietz in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-07-2014, 11:36 AM
  7. [SOLVED] Search text in cells, find matching text based on list, remove all but one entry
    By adam_mc in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-30-2013, 12:50 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