+ Reply to Thread
Results 1 to 6 of 6

index match

Hybrid View

kimudao index match 11-30-2015, 12:40 AM
NeedForExcel Re: index match 11-30-2015, 01:03 AM
samba_ravi Re: index match 11-30-2015, 01:08 AM
FDibbins Re: index match 11-30-2015, 01:10 AM
kimudao Re: index match 11-30-2015, 01:35 AM
FDibbins Re: index match 11-30-2015, 03:21 AM
  1. #1
    Forum Contributor
    Join Date
    05-09-2015
    Location
    Thailand
    MS-Off Ver
    MS365
    Posts
    318

    index match

    hi expert
    index match use for no duplicate primary key?
    I 'd like to show all data into new sheet , don't delete duplicate.
    how can i use new formular?
    Please suggest.
    Attached Files Attached Files

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: index match

    If you want to show all the data, then why use a formula?
    Cheers!
    Deep Dave

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,941

    Re: index match

    use your formula with small modification as shown below
    =IFERROR(IF(INDEX(Sheet4!$1:$1048576,ROW(),MATCH(Sheet4!A$1,Sheet4!$1:$1,0))=0,"",INDEX(Sheet4!$1:$1048576,ROW(),MATCH(Sheet5!A$1,Sheet4!$1:$1,0))),"-")
    or
    =IFERROR(IF(HLOOKUP(A$1,Sheet4!$A$1:$F$6,ROW(),0)=0,"",HLOOKUP(A$1,Sheet4!$A$1:$F$6,ROW(),0)),"")
    Try this and copy across
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: index match

    Agree with Dave, why not just ...
    =IF(Sheet4!A2="","",Sheet4!A2)
    copied down and across?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Forum Contributor
    Join Date
    05-09-2015
    Location
    Thailand
    MS-Off Ver
    MS365
    Posts
    318

    Re: index match

    hi
    i have to use formular due to i need all data but project switch column between origin data and new sheet.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: index match

    So show us what what you want, and what you dont want?

+ 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] 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
  2. 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
  3. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  4. [SOLVED] Index Match from a cell populated from index match
    By MarcLewis in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-15-2013, 05:30 AM
  5. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  6. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  7. 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