Results 1 to 6 of 6

Index/Match function

Threaded View

derivative_x Index/Match function 05-03-2013, 12:55 PM
FDibbins Re: Index/Match function 05-03-2013, 01:09 PM
XOR LX Re: Index/Match function 05-03-2013, 01:12 PM
Melvinrobb Re: Index/Match function 05-03-2013, 01:44 PM
derivative_x Re: Index/Match function 05-03-2013, 02:09 PM
FDibbins Re: Index/Match function 05-03-2013, 02:15 PM
  1. #1
    Registered User
    Join Date
    07-21-2011
    Location
    Baton Rouge, Louisiana
    MS-Off Ver
    Excel 2007
    Posts
    19

    Index/Match function

    Hello!

    I'm trying to avoid writing a lengthy If() function for a spreadsheet, and I was wondering if an INDEX( MATCH() ) combination would help here. I also entertained the VLOOKUP() possibility, but that's not doing so well for me

    In cell B23 I have a Data Validation drop down with 3 choices: Low Case, Base Case, and High Case.

    When I drop the menu down, I want to match each case with each Row Title (in column B) with each month (Row 29 or Row 5)...that was one of the parts I was confused on

    So for example, When I select High Case in B23 I want it to be able to pull up the numbers from C19:O19, and if I choose Low case from that same drop down menu it should pull C9:O9

    I figure if I was going to incorporate INDEX(MATCH()) in this sheet it would like:

    IF(B23="Low Case", INDEX(A5:O20, MATCH(), 0, IF(B23="Base Case",.....


    I attached the actual spreadsheet Im working on to this file

    Any Suggestions?

    Thanks,
    dx
    Attached Files Attached Files

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