+ Reply to Thread
Results 1 to 5 of 5

INDEX & MATCH - Different Sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    01-18-2007
    Posts
    81

    INDEX & MATCH - Different Sheets

    Hello.

    This is a simplified version of what I am looking for.

    I have 2 sheets (Tier 1 & 2). The both have the same months in Column B, but different locations in each sheet from columns C-D.

    I’ve done an INDEX & MATCH for the first Tier (Tier 1). How do I incorporate the sheet Tier 2 into the formula?

    Regards
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    What do you mean by incorporate into the formula?

    If you don't have the country name in Tier 2, how do you incorporate that sheet?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-18-2007
    Posts
    81
    I want to be able to bring the Locations (Asia Austrialia, & Africa) that are in sheet 2 (2nd Tier) into the the formula in "Template" cell C4.

    Regards

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Quote Originally Posted by Harlequin
    I want to be able to bring the Locations (Asia Austrialia, & Africa) that are in sheet 2 (2nd Tier) into the the formula in "Template" cell C4.

    Regards
    Try:

    =IF(ISNUMBER(MATCH(C3,'1st Tier'!C1:E1,0)),INDEX('1st Tier'!B1:F14,MATCH(Template!C2,'1st Tier'!B1:B14,0),MATCH(Template!C3,'1st Tier'!B1:F1,0)),INDEX('2nd Tier'!C1:E13,MATCH(Template!C2,'2nd Tier'!B1:B13,0),MATCH(Template!C3,'2nd Tier'!C1:E1,0)))

  5. #5
    Registered User
    Join Date
    01-18-2007
    Posts
    81
    Many Thanks NBVC.

    That's just what I was looking for. It works a treat.

+ 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