+ Reply to Thread
Results 1 to 7 of 7

Index Match help

  1. #1
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    Index Match help

    I want a formula to look at what is in sheet2 column D and column E and if what is in col D is found in sheet1 col F and if what is found in sheet2 col E is found in sheet1 col D (both of these on the same row) then put YES into the cell where I enter the formula.

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Index Match help

    Hi ScabbyDog. Any chance of some sample data? Makes it much easier to provide a solution...

  3. #3
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    Re: Index Match help

    sample.xlsx

    Here you go.
    In this example if I enter the formula on sheet1 col H, I would want "YES" to be entered in row 1 and row 3

  4. #4
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Index Match help

    Try this in H1 on Sheet1 and copy down.

    =IF(COUNTIFS(Sheet2!D:D,F1,Sheet2!E:E,D1)>0,"Yes","")

  5. #5
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    Re: Index Match help

    That works BadlySpelled - but is there an array formula that can be used as with lots of data this is slow to update when data changes.

  6. #6
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Index Match help

    Perhaps this will help. Seems to fit your needs and will explain the workings far better than I can.

    http://www.ozgrid.com/Excel/count-if.htm

  7. #7
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    Re: Index Match help

    How would I edit =IF(COUNTIFS(Sheet2!D:D,F1,Sheet2!E:E,D1)>0,"Yes","") so that it also says Yes if another countif is >0.

    Something like =IF(COUNTIFS(Sheet2!D:D,F1,Sheet2!E:E,D1)>0,"Yes","") OR =IF(COUNTIFS(Sheet2!Z:Z,F1,Sheet2!E:E,D1)>0,"Yes","")

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Index match offset to get subsequent index values in a column
    By Andrew_Step in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2013, 02:55 PM
  2. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  3. [SOLVED] VBA for creating Index-Match every 2 rows where INDEX refer to a different column per row
    By bisaya789 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-22-2012, 03:46 AM
  4. Index Match Index Formula work slow
    By avk in forum Excel General
    Replies: 9
    Last Post: 03-07-2012, 02:19 PM
  5. Replies: 5
    Last Post: 02-29-2012, 08:51 PM

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