+ Reply to Thread
Results 1 to 6 of 6

Extract records

  1. #1
    Registered User
    Join Date
    09-11-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    5

    Extract records

    I have an excel file containing the models details. I have another excel file containing the orders of models. Firstly I need to sum up the orders of each model. Secondly I need to move some details of each model to the corresponding models of the order file for further calculation. This work will be doing quarterly. Can someone give me the idea how to accomplish it. Thanks.

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Extract records

    you can use the sumif/s function in summing each orders per model using later xl..or the sumproduct for xl 2003
    you can use the vlookup or index/match to "move" some details.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    09-11-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Extract records

    Thanks for advice. I am unfamilar with using the vlookup or index/match to "move" some details. Can you provide me the pointer to use it. Thanks!

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Extract records

    look at the sample file..

    vlookupindex2.xls

  5. #5
    Registered User
    Join Date
    09-11-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Extract records

    Quote Originally Posted by vlady View Post
    look at the sample file..

    Attachment 209045
    Thanks for your example. I understand how to apply it. It seems to copy only one column of VLOOKUP table and I need to copy multiple columns of the matched records. Does VLOOKUP function support it or else function is required?

  6. #6
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Extract records

    in this formula

    =VLOOKUP($J4,$A$3:$D$8,COLUMN(B1),TRUE) -> when fill to the right will increment column allowing for multiple columns extraction of records.
    try it in the sample file. also fill down.

    Take note on the $ signs in the formula

    explanation
    $J4 ->column J will not change when drag(fill handle)
    J$4 ->column J change when drag to right(fill handle)
    $J$4 -> this reference will not change when dragged(fill handle)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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