+ Reply to Thread
Results 1 to 3 of 3

Fetching data from another Worksheet

  1. #1
    Registered User
    Join Date
    01-16-2007
    Posts
    6

    Fetching data from another Worksheet

    (Posted also in General Forum)

    Hello ,

    I need to perform a task and wanted to ask someone if it can be done.

    I have a worksheet that is used for inventory.

    The worksheet is being used to build an parts catalog.
    Items are broke down by catagory.
    There may be only a 100 - 500 parts in the sheet and all of them are in the same catagory.
    So in other words there is a sheet for every catagory.

    Example:Sheet maybe named "Hand Tools" another may be "Power Tools"
    You get the ideal..

    It has about three columns. (could be more but does not matter)

    Col A- Part Nbr
    Col-B- Description
    Col-C- Cost

    We will call the catagory sheet -- "Sheet A"

    I have another worksheet that has the same information but it is the complete inventory about 10,000 items.

    We will call this sheet -- "Master"

    Now that I have said all of that, this is what I need to do.

    Look for "Part Nbr" in "Master" that matches "Part Nbr" in "Sheet-A"
    Get the "Cost" of that "Part Nbr" (from the column were it is at) and move that cost to "Sheet - A".

    I know that this is a bit worded but I want to be sure that it makes sence.

    At least I hope it does!

    Just some how loop through the hole sheet and get the data .

    This might be easy but I need some help please.

    Thanks for your time,

    Jim

    --------------------------------------------------------------------------------
    Last edited by Jhedge : Today at 09:36 PM.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by Jhedge
    (Posted also in General Forum)
    there is no reason to double post, you just waste time, and not just your own.

    Hello ,

    I need to perform a task and wanted to ask someone if it can be done.

    I have a worksheet that is used for inventory.

    The worksheet is being used to build an parts catalog.
    Items are broke down by catagory.
    There may be only a 100 - 500 parts in the sheet and all of them are in the same catagory.
    So in other words there is a sheet for every catagory.

    Example:Sheet maybe named "Hand Tools" another may be "Power Tools"
    You get the ideal..

    It has about three columns. (could be more but does not matter)

    Col A- Part Nbr
    Col-B- Description
    Col-C- Cost

    We will call the catagory sheet -- "Sheet A"

    I have another worksheet that has the same information but it is the complete inventory about 10,000 items.

    We will call this sheet -- "Master"

    Now that I have said all of that, this is what I need to do.

    Look for "Part Nbr" in "Master" that matches "Part Nbr" in "Sheet-A"
    Get the "Cost" of that "Part Nbr" (from the column were it is at) and move that cost to "Sheet - A".

    I know that this is a bit worded but I want to be sure that it makes sence.

    At least I hope it does!

    Just some how loop through the hole sheet and get the data .

    This might be easy but I need some help please.

    Thanks for your time,

    Jim

    --------------------------------------------------------------------------------
    Last edited by Jhedge : Today at 09:36 PM.
    In the cell where you want the price,

    =VLookup(A1,Master!A:C,3,False)

    and formula fill that down the page.

    http://www.mvps.org/dmcritchie/excel/fillhand.htm shows Formula Fill.

    hth
    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    01-16-2007
    Posts
    6
    Bryan,

    Thanks!!

    I will give that a try.

    Jim

+ 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