+ Reply to Thread
Results 1 to 2 of 2

Adding list of values to another list of values (Inventory restocking)

  1. #1
    Registered User
    Join Date
    10-02-2008
    Location
    LA
    MS-Off Ver
    2010
    Posts
    8

    Adding list of values to another list of values (Inventory restocking)

    Hi, I have been searching on this forum (and several other websites) for a solution to this problem. I'm sure it's relatively simple, but I guess I'm not familiar enough with Excel terminology to search properly for what exactly I need done.

    I need to use Excel to restock my inventory. I need to be able to have a list of items in a recently received shipment, then add the values from that list to the corresponding entry in the master inventory file.

    For example, let's say I have a master inventory list of 3,000 stock items. I order a shipment that restocks 1,000 of those 3,000 items based on the SKU number. Now I have two separate spreadsheets (one master inventory file, and one with the items to be restocked). What formula can I use to make Excel see the SKU number on the restock sheet, take the restock value from it, then look up the corresponding SKU number on the master inventory sheet, and add that value to the current value?

    Please let me know if I have been unclear. As I said before I'm not great with Excel terminology!

    Thank you in advance!

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Adding list of values to another list of values (Inventory restocking)

    You can use sumif probably..

    If the master list is in say A1:B3000 (item # in A, qty in B)
    And the new shipment list is in say E1:F1000 (item # in E, qty in F)

    in C1 and filled down put
    =SUMIF(E$1:E$1000,A1,F$1:F$1000)

    Then you can copy column C (with the formulas)
    And right click column B - Paste Special - Values - Add

+ 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. adding up values from a list of dates
    By toplad86 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-02-2013, 03:19 PM
  2. Filter a long list by a shorter list of values, keeping repeated values
    By mrfloopa in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 06-15-2012, 09:50 PM
  3. Adding values to list box options
    By jaje21 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 10-27-2011, 07:11 PM
  4. Adding values to list box options
    By jaje21 in forum Excel General
    Replies: 0
    Last Post: 10-27-2011, 03:20 PM
  5. Adding values to list box from combo box
    By hojkoff in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-14-2010, 05:13 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