+ Reply to Thread
Results 1 to 7 of 7

Uses of Match and Index

  1. #1
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    383

    Uses of Match and Index

    Hello,

    I have the following formula-

    =IFERROR(INDEX(IQC!C:C,MATCH(ROWS($C$6:$C6),IQC!$H:$H,0)),"")

    The formula is looking into a sheet called 'IQC' and matching cells in another sheet. What I would like to do is match to another set of cells at the same time.

    Is that possible?

    Thanks

  2. #2
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    383

    Re: Uses of Match and Index

    I've attached the example.

    In sheet 'Deliveries' I want column G to match the figures in D6 and E6 in the 'IQC' page and return the figures in column C of the IQC page.
    Attached Files Attached Files

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,641

    Re: Uses of Match and Index

    So you must combine Supplier & PO Number and do the match:
    =INDEX(IQC!$C$1:$C$372,MATCH($B$3&E6,IQC!$D$1:$D$372&IQC!$E$1:$E$372,0))
    Quang PT

  4. #4
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    383

    Re: Uses of Match and Index

    This appears to have worked. Thank you

  5. #5
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Uses of Match and Index

    Hi JakeMann

    Something like the attached.
    Attached Files Attached Files
    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

  6. #6
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    383

    Re: Uses of Match and Index

    Thanks Kevin, that too is a great help

  7. #7
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    383

    Uses of Match and Index

    Hello,

    I have a formula that partly works but am struggling to get it accurate.

    On the attached spreadsheet, on page 'Deliveries', I have a list of orders and materials from the supplier stated in B6.

    What I would like to do is match the material (B6) week number (D6) purchase order number (E6) against page 'IQC' columns B, C, E and return the value in column C into column G of the 'Deliveries' page.

    I have an array formula that works to a point. When it gets down to B16 on the 'Deliveries' sheet it starts having trouble matching on the IQC, even though the information it needs is there.

    Any ideas?
    Attached Files Attached Files

+ 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