+ Reply to Thread
Results 1 to 3 of 3

How to compare data using index match with two condition

  1. #1
    Forum Contributor
    Join Date
    04-23-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    113

    How to compare data using index match with two condition

    Dear Sir,

    I have Datasheet in which I have my old prices of products in old prices sheet, and New prices in new prices sheet. I want to get new prices in old prices sheet, Using index match formula considering Customer name & item code as conditions.

    Thanks in advance

    Attached sample sheet for your reference.

    Dev.
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: How to compare data using index match with two condition

    Try this in E2:

    =INDEX('NEW PRICES'!D$2:D$890,INDEX(MATCH(A2&B2,'NEW PRICES'!A$2:A$890&'NEW PRICES'!B$2:B$890,0),0))

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: How to compare data using index match with two condition

    Another way ... and with the understanding the Old prices are returned if no matches in 'NEW PRICES'.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    BTW in the sample file 63falcondude's formula is faster.
    Last edited by FlameRetired; 04-23-2018 at 02:57 PM.
    Dave

+ 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. Using Index/Match (or other lookup),with an if condition to find data
    By kzaveri19 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-10-2017, 04:38 PM
  2. Index match and (Compare)
    By pmw19800 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-04-2017, 09:20 AM
  3. Index match with condition
    By felixpanganiban in forum Excel General
    Replies: 2
    Last Post: 11-29-2015, 04:22 AM
  4. Sort index match if condition
    By Ravenousdead in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-09-2014, 12:24 PM
  5. Replies: 4
    Last Post: 12-04-2012, 04:45 PM
  6. Compare data with Index & Match function
    By herukuncahyono in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-27-2010, 02:17 AM
  7. Using INDEX, MATCH, but need condition
    By philiphales in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-25-2005, 10:27 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