+ Reply to Thread
Results 1 to 5 of 5

Match and Index

  1. #1
    Forum Contributor
    Join Date
    03-27-2013
    Location
    Dubai
    MS-Off Ver
    MS365 Version 2301
    Posts
    115

    Match and Index

    Dear all,

    I need a help to get data from sheet2 columnD (Total Sales) and add them to sheet1 based on

    1. Showroom code (column E) sheet2
    2. Date (Column C) sheet2
    Attached Files Attached Files
    Last edited by zeez36; 10-22-2020 at 07:03 AM.

  2. #2
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,780

    Re: Match and Index

    Sheet1

    C5=SUMIFS(Sheet2!$D$2:$D$10,Sheet2!$E$2:$E$10,Sheet1!C$4,Sheet2!$C$2:$C$10,Sheet1!$A5)

    Copy across and down

  3. #3
    Forum Contributor
    Join Date
    03-27-2013
    Location
    Dubai
    MS-Off Ver
    MS365 Version 2301
    Posts
    115

    Re: Match and Index

    Thanks a lot for your fast reply

    But I need to get the last value in column D from Sheet2, as if I have double date, the equation get the last value.

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Match and Index

    Please try at C5

    =IFNA(LOOKUP(2,1/(Sheet2!$C$2:$C$10=$A5)/(Sheet2!$E$2:$E$10=C$4),Sheet2!$D$2:$D$10),"")
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    03-27-2013
    Location
    Dubai
    MS-Off Ver
    MS365 Version 2301
    Posts
    115

    Re: Match and Index

    Thanks a lot

    That is exactly what I need

+ 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+MATCH instead of VLOOKUP+MATCH, why is INDEX a better choice and how to re-write?
    By Renejorgensen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-23-2016, 10:54 AM
  2. [SOLVED] Index / Match - match 3 input values and return the results from the index
    By t83357 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-08-2016, 07:34 PM
  3. [SOLVED] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  4. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  5. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  6. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  7. Replies: 3
    Last Post: 05-02-2013, 01:31 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