+ Reply to Thread
Results 1 to 4 of 4

NESTED IFs with multiple Index and Match functions

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

    NESTED IFs with multiple Index and Match functions

    I am guessing I need multiple If functions with multiple Index and Match functions. Here is my current formula: =IFNA(INDEX(E5:E6,MATCH(B4,D5:D6,0)),0). My formula needs to meet the following criteria
    1. If Eligible for Option 2, select numeric values from Option 2 and put it in cell C4 (based on the drop-down from cell B4). I linked the checkbox to cell E2, so I know E2=True is part of the formula
    2. If Eligible for Option 2 is not selected, select numeric values from Option 1 and put it in cell C4 (based on the drop-down from cell B4)
    3. IFNA (if not applicable or no value, return 0 in cell C4).

    I would greatly appreciate your help.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,606

    Re: NESTED IFs with multiple Index and Match functions

    name: Option1, refers to: =Sheet1!$D$5:$E$6
    name: Option2, refers to: =Sheet1!$G$5:$H$6

    C4:
    Please Login or Register  to view this content.
    Ben Van Johnson

  3. #3
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,606

    Re: NESTED IFs with multiple Index and Match functions

    hello.........

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,583

    Re: NESTED IFs with multiple Index and Match functions

    In C4

    =IFERROR(IFERROR(INDEX($H$5:$H$6,MATCH(B4,$G$5:$G$6,0)),INDEX($E$5:$E$6,MATCH(B4,$D$5:$D$6,0))),"")
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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. Nested INDEX MATCH functions to call values
    By hbusch in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-25-2018, 09:42 PM
  2. [SOLVED] Nesting Multiple IF Functions with Index and Match
    By Dropfiddy in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-27-2015, 02:14 AM
  3. [SOLVED] INDEX with nested MATCH with multiple results
    By siwan05 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-04-2014, 06:40 AM
  4. [SOLVED] Nesting multiple INDEX and MATCH functions
    By dontaylor in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-12-2013, 06:15 PM
  5. Excel 2007 : Using multiple Index-Match functions
    By sigyn in forum Excel General
    Replies: 5
    Last Post: 10-13-2011, 10:55 AM
  6. Replies: 3
    Last Post: 06-14-2011, 08:16 AM
  7. Multiple INDEX's and MATCH Functions
    By martinpe in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-13-2008, 12:35 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