+ Reply to Thread
Results 1 to 2 of 2

how can matching code that have duplicate code

  1. #1
    Registered User
    Join Date
    01-22-2013
    Location
    Bangkok, Thailand
    MS-Off Ver
    Excel 2007
    Posts
    56

    how can matching code that have duplicate code

    Dear All,

    I have a Excel table in Excel file and i need to get the code from tab name "Withpack" to Sheet1.

    when i fill code at C10 then code will show at C11 C12 C13... by get data from Withpack at column A

    that have code same as C10 in sheet1 in J column at Withpack sheeet.

    Thank you in advance for help me
    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
    30,831

    Re: how can matching code that have duplicate code

    Try

    in C11

    =IFERROR(INDEX(Withpack!$A:$A,SMALL(IF(Sheet1!$C$10=Withpack!$J$3:$J$12,ROW(Withpack!$A$3:$A$12),""),COLUMNS($A:A))),"")

    Enter with Ctrl+Shift+Enter

    Drag across columns

+ 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] Need VBA code to lookup vaue through micr code copy matching rows to under group
    By johnmacpro in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-08-2016, 12:25 AM
  2. Help speeding up matching code
    By rscott29 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-30-2015, 08:28 AM
  3. [SOLVED] Code to check cell against a list for duplicate, if no duplicate, post to bottom of list..
    By wannabacat in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-28-2015, 11:42 AM
  4. [SOLVED] Excel VB code. Message pops up while code running asking question. Code must not wait.
    By Heinrich Venter in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-28-2014, 06:10 AM
  5. [SOLVED] VBA Code x2 i have a code i want to duplicate in another cell on the same page
    By Garbology in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 12-27-2013, 01:27 AM
  6. Replies: 2
    Last Post: 12-17-2013, 11:51 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