+ Reply to Thread
Results 1 to 4 of 4

Index match and (Compare)

  1. #1
    Forum Contributor
    Join Date
    04-06-2017
    Location
    Wolverhampton
    MS-Off Ver
    Office 365
    Posts
    471

    Index match and (Compare)

    hello All

    The JLR tab currently works out the differences between columns. That’s works fine

    What I need to happen, if a part number doesn’t appear on the Frim tab, I need the JLR tab to return whatever the customer demand tab is.

    If you delete A2 in the frim tab, it currently returns no demand, but there is demand within the customer tab.




    Paul
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,198

    Re: Index match and (Compare)

    In JLR

    in F2

    =IFERROR(INDEX('Customer Demand '!F$1:F$2438,MATCH(LEFT($A2,11),LEFT('Customer Demand '!$A$1:$A$2438,11),0))-INDEX(Firm!F$1:F$1326,MATCH(LEFT($A2,11),LEFT(Firm!$A$1:$A$1326,11),0)),INDEX('Customer Demand '!F$1:F$2438,MATCH(LEFT($A2,11),LEFT('Customer Demand '!$A$1:$A$2438,11),0)))

  3. #3
    Forum Contributor
    Join Date
    04-06-2017
    Location
    Wolverhampton
    MS-Off Ver
    Office 365
    Posts
    471

    Re: Index match and (Compare)

    Hello John

    that works great, BUT

    Any idea how i get rid of the #N/A, and still work in the same manner, Ideally needs to say "No Demand"
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,198

    Re: Index match and (Compare)

    Try

    =IFERROR(INDEX('Customer Demand '!F$1:F$2438,MATCH(LEFT($A2,11),LEFT('Customer Demand '!$A$1:$A$2438,11),0))-INDEX(Firm!F$1:F$1326,MATCH(LEFT($A2,11),LEFT(Firm!$A$1:$A$1326,11),0)),IFERROR(INDEX('Customer Demand '!F$1:F$2438,MATCH(LEFT($A2,11),LEFT('Customer Demand '!$A$1:$A$2438,11),0)),""))

+ 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. [SOLVED] Index and match (compare and return). Not consistent
    By pmw19800 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-26-2017, 04:08 PM
  2. Index match and (Compare)/Conditional formatting !!!!
    By pmw19800 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-20-2017, 03:32 AM
  3. Using INDEX MATCH formula to compare two fields
    By ntaylor652 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-07-2014, 03:44 PM
  4. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  5. Index/Match to return values to compare
    By Iptgfs in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-01-2013, 12:39 PM
  6. Replies: 4
    Last Post: 12-04-2012, 04:45 PM
  7. Compare data with Index & Match function
    By herukuncahyono in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-27-2010, 02:17 AM

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