+ Reply to Thread
Results 1 to 3 of 3

Creating a Multiple Warehouse Inventory Spreadsheets

  1. #1
    Alice
    Guest

    Creating a Multiple Warehouse Inventory Spreadsheets

    I need help creating a Inventory control spreadsheet with multiple
    warehouses. I need to be able to link them together. How or if can this be
    done

  2. #2
    Barb Reinhardt
    Guest

    Re: Creating a Multiple Warehouse Inventory Spreadsheets

    What kind of information do you need on each and what info do you need on a
    linked spreadsheet?

    "Alice" <[email protected]> wrote in message
    news:[email protected]...
    >I need help creating a Inventory control spreadsheet with multiple
    > warehouses. I need to be able to link them together. How or if can this
    > be
    > done




  3. #3
    Tushar Mehta
    Guest

    Re: Creating a Multiple Warehouse Inventory Spreadsheets

    Anything's possible. If I was designing this system, I would start
    with 3 linked tables:

    Warehouse table:
    Warehouse ID (unique)
    {other warehouse data such as address?}

    Inventory table:
    SKU (or some other unique id)
    Description {medium sized widgets, etc.}
    {other product specific information}

    InventoryLocation table:
    Warehouse ID
    SKU {warehouse ID and SKU combination will be unique)
    Quantity
    {other info pertinent to item being in a specific warehouse}

    Now, various database look up methods (PivotTables, Data query, etc.)
    will let you query the data in a variety of different ways.

    --
    Regards,

    Tushar Mehta
    www.tushar-mehta.com
    Excel, PowerPoint, and VBA add-ins, tutorials
    Custom MS Office productivity solutions

    In article <[email protected]>,
    [email protected] says...
    > I need help creating a Inventory control spreadsheet with multiple
    > warehouses. I need to be able to link them together. How or if can this be
    > done
    >


+ 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