+ Reply to Thread
Results 1 to 2 of 2

Complex Index Match trouble

Hybrid View

  1. #1
    Registered User
    Join Date
    08-26-2013
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    70

    Complex Index Match trouble

    Hello,

    I've attached a working example of my issue. By changing the MFG Date in Column B, the EOL % recalculates in Column D based on data in Sheet 2, Column E (type field), and the Table beginning on line 10. Lines 3 & 4 are an example showing one I have working, but for some reason now I am struggling to add in a "third criteria" (i.e. if the Column E field = "12V") I need it to operate just like my existing lines do for Column E type of "V" and "F".

    As always, any help is greatly appreciated!
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,902

    Re: Complex Index Match trouble

    The following modification of the formula in D2:D4 may be what you are looking for:
    Formula: copy to clipboard
    =IF(B2<>"",IF(INDEX(VorF,MATCH(A2,BattNames,0))="F",IF(C2<=10,1,1-(0.02*(C2-10))),IF(INDEX(VorF,MATCH(A2,BattNames,0))="12V",1-(C2*0.04),IF(INDEX(Start,MATCH(LEFT(A2,3),MAN,0))>=C2,1,(1 - (C2 - INDEX(Start,MATCH(LEFT(A2,3),MAN,0)))*INDEX(PPY,MATCH(LEFT(A2,3),MAN,0)))))),"")

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] Trouble with Index and Match
    By Permagrin in forum Excel General
    Replies: 6
    Last Post: 11-30-2017, 06:23 PM
  2. trouble with using sum in an index match
    By zazzz in forum Excel General
    Replies: 5
    Last Post: 10-10-2014, 11:24 AM
  3. [SOLVED] Trouble with Index(match) - I think!
    By n3mcx1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-20-2014, 05:29 PM
  4. Trouble with Index-Match getting #REF!
    By KellyAustralia in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-20-2014, 03:14 AM
  5. complex index match
    By baker74 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-12-2013, 10:07 AM
  6. [SOLVED] INDEX MATCH Trouble
    By jjislas in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-27-2013, 03:46 PM
  7. Complex Index Match Help (or at least complex to me)
    By Jennifer Reitman in forum Excel General
    Replies: 3
    Last Post: 08-10-2006, 03:55 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