+ Reply to Thread
Results 1 to 3 of 3

INDEX & MATCH 365 Days

Hybrid View

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

    INDEX & MATCH 365 Days

    Hello

    I’ve been looking to do an INDEX & MATCH on the data in “Lead Rates”. It’s a matrix of 365 days. I have 365 rows in column A, but only 256 columns , so I bought the remaining days down into row 374.

    Can the two sets of data be combined in an INDEX & MATCH formula?

    At the moment all I’ve got is =INDEX('Lead Rates'!5:370,MATCH(Template!D4,'Lead Rates'!A5:A370,0),MATCH(Template!D4,'Lead Rates'!5:5,0))
    I need to incorporate cells A374:DG739 into the above formula, so everydate is covered.

    Cheers
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try using ISNA, i.e.

    =IF(ISNA(MATCH(Template!D4,'Lead Rates'!5:5,0)),INDEX('Lead Rates'!375:596,MATCH(Template!D4,'Lead Rates'!A375:A596,0),MATCH(Template!D4,'Lead Rates'!374:374,0)),INDEX('Lead Rates'!5:370,MATCH(Template!D4,'Lead Rates'!A5:A370,0),MATCH(Template!D4,'Lead Rates'!5:5,0)))

  3. #3
    Registered User
    Join Date
    01-18-2007
    Posts
    81
    That worked a treat.

    Many thanks

+ 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