+ Reply to Thread
Results 1 to 2 of 2

Nested If Statements or Match/Index???

  1. #1
    Registered User
    Join Date
    07-15-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    28

    Nested If Statements or Match/Index???

    I need help creating a formula that has been a thorn in my side. I am at a complete loss on what to do. As a note, I don't understand match/index well (really at all). Here is what I am trying to do-

    1- C15 will = C10*65% if C11 = No; or if C11 = Yes and C12 = No.
    2- C15 will = (C10*65%)/2 if C11 = Yes, C12 = Yes, and C13 = x.
    3- C15 will = $0 if C11 = Yes, C12 = Yes, and C14 = x.

    How do I make that into one formula? Thanks!Excel Help.xlsx

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Nested If Statements or Match/Index???

    In C15 Cell

    =IF(AND(OR(C11={"Yes","No"}),C12="No"), C10*65%,IF(AND(C11="Yes",C12="Yes",C13="x"),(C10*65%)/2,IF(AND(C11="Yes",C12="Yes",C14="x"),0,"")))


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below 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. [SOLVED] Nested Index Match
    By Knawl in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-07-2014, 07:39 AM
  2. [SOLVED] IF statements with nested INDEX MATCH
    By desertfx41 in forum Excel General
    Replies: 5
    Last Post: 07-08-2014, 03:26 PM
  3. Nested Match(index()) vs. Match() array formula.
    By GeneralDisarray in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-14-2011, 07:57 AM
  4. Index Match - nested If (less than/greater than statements)
    By kelea in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-28-2009, 04:40 PM
  5. Nested If Statements using Match
    By Zaraf in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-14-2008, 01:52 PM

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