+ Reply to Thread
Results 1 to 8 of 8

Index / Match / Large based on a criteria.

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    04-30-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    547

    Re: Index / Match / Large based on a criteria.

    try in L12

    =LARGE(IF($A$7:$A$15=K12,$C$7:$C$15),J12)

    This is an array formula and needs to be confirmed with Ctrl-Shift-Enter. Then copy down. Copy the formula to L25 and copy down.

    try in M12
    =INDEX($B$7:$B$15,MATCH(K12&L12,INDEX($A$7:$A$15&$C$7:$C$15,0),0))

    try in N12
    =INDEX($F$7:$F$15,MATCH(K12&L12,INDEX($A$7:$A$15&$C$7:$C$15,0),0))

    Copy down and copy to the "Blue" section as well. The nested Match formula combines the model name with the price effect, so you don't get wrong results if, for example red and blue both have a price effect of 12. With a simple lookup on just the price effect number, you'd see only the first occurrence rather than the correct occurrence.
    Like a post? Click the star below it!

  2. #2
    Registered User
    Join Date
    08-15-2011
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Index / Match / Large based on a criteria.

    npamcpp

    I copied your formulas for M12 and N12 and dropped them into my sheet and received an error.

    Could you see if you can drop the formulas in my sheet and they work? I really like your formula structure and that's what I was looking for.

    Thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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