+ Reply to Thread
Results 1 to 3 of 3

Combine multiple INDEX/Match conditions

  1. #1
    Forum Contributor
    Join Date
    11-20-2011
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2007, Excel 2003, Excel 2010
    Posts
    284

    Combine multiple INDEX/Match conditions

    Hello: I have attached the sample file that I am working. I currently have an if statement in the F col under % comp billed. I am trying to create a match index statement to match the table from O1 to V5 with the comp code entered in the A col as well as the *** billing code entered in the C col. is there a way to insert a statement to combine this. the current if statement that I have entered generates an error when the comp code is not = to 1. Thanks in advance for your help.

    Pls see file attachedtest3.xlsx

  2. #2
    Registered User
    Join Date
    12-01-2011
    Location
    Peterborough
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Combine multiple INDEX/Match conditions

    Insert the formula below into F8 and copy down

    =VLOOKUP($A8,$R$2:$V$5,MATCH($C8,$S$1:$V$1,0)+1,1)

  3. #3
    Forum Contributor
    Join Date
    11-20-2011
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2007, Excel 2003, Excel 2010
    Posts
    284

    Thumbs up SOLVED Re: Combine multiple INDEX/Match conditions

    Thanks a lot that solved the problem. Cheers

+ 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