+ Reply to Thread
Results 1 to 7 of 7

Import from master data

  1. #1
    Registered User
    Join Date
    12-21-2013
    Location
    chennai
    MS-Off Ver
    Excel 2013
    Posts
    19

    Unhappy Import from master data

    Dear all,

    I need a help to filter data from master data file which have uniquire Coempnumber, all the family dependents have the same coempnumber (Spouce,Daughter, son, self) Self is the employee group head.

    Please any help filtering and get data for the particular coempnumber.

    reffer the excel file for detailed information

    Regards
    Dilip

    Download link for the file

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: Import from master data

    No file attached.

    Post a sample spreadsheet with expected results, remove any sensitive data, create a mockup example if necessary.
    Use the Go Advanced option at the bottom of the page then scroll down to Manage Attachments as the "paperclip" method does not work on this forum.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    12-21-2013
    Location
    chennai
    MS-Off Ver
    Excel 2013
    Posts
    19

    Re: Import from master data

    Attached the file pls help anyone can
    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,339

    Re: Import from master data

    See attached:

    Helper columns AC and AD

    AC is list of clients
    AD is number of members of each client familiy

    AD

    =COUNTIF(E:E,AC2)

    AE:AF is lookup table for SUM_ASSURED (named range)

    in Q2

    =IFERROR(INDEX($AC$2:$AC$10,MATCH(0,INDEX(--(COUNTIF(Q$1:$Q1,$AC$2:$AC$10)=$AD$2:$AD$10),0),0)),"")

    copy across to W

    in AA2

    =VLOOKUP(X2,Sum_Assured,2,0)
    Attached Files Attached Files
    Last edited by JohnTopley; 05-15-2018 at 10:59 AM.

  5. #5
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,615

    Re: Import from master data

    In O3 then drag down blank cells in column O

    =O2

    ARRAY formula in P3, then copy to all cells in columns P to T

    =IFERROR(INDEX(F$2:F$3211,SMALL(IF($C$2:$C$3211=$O3,ROW($C$2:$C$3211),""),COUNTIF($O$2:$O3,$O3))-ROW($C$2)+1),"")
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  6. #6
    Registered User
    Join Date
    12-21-2013
    Location
    chennai
    MS-Off Ver
    Excel 2013
    Posts
    19

    Re: Import from master data

    Dear kvsrinivasamurthy, JohnTopley .

    Thank you so much for the support

  7. #7
    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,339

    Re: Import from master data

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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] import data from multiple closed files to master file
    By majime01 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-22-2017, 08:59 AM
  2. Help with data import from files to master file
    By RoyLittle0 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-04-2013, 03:46 PM
  3. Export/ Retrieve specific data from multiple workbooks and Import into Master workbook
    By SerenitynWisdom in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-29-2013, 10:41 PM
  4. [SOLVED] Import data from excel files to append master file
    By kdawgpl9 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-19-2013, 04:32 PM
  5. [SOLVED] Import data from multiple workbooks into master workbook
    By Jeepster325 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-07-2013, 06:44 PM
  6. [SOLVED] A macro to Import data from many unique files into one master file
    By Researcher007 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-16-2012, 12:48 AM
  7. Macro to import selected data from a master data file
    By HalaK in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-07-2010, 09:14 AM

Tags for this Thread

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