+ Reply to Thread
Results 1 to 2 of 2

Update Quantity

Hybrid View

  1. #1
    Registered User
    Join Date
    08-22-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    1

    Cool Update Quantity

    I have a records list (approx 1300+ items) in sheet1 with columns
    ItemCode - A
    Item - B
    Type - C
    Qty - D
    Price - E

    The Qty column has number which actually is in kilos
    For eg 500.000 means 500.000kg.
    What is required is
    in sheet2
    in column A will be ItemCode and B will be Qty
    I mention ItemCode and the respective Qty booked .ie
    for eg
    ItemCode Qty
    111A 5
    109V 2
    111A 0.250
    1234F 1
    109V 0.750
    111A 2

    It matches the ItemCode in Sheet1 and deducts the mentioned
    quantity from the Qty column. As in above eg 111A booked is
    8.000 , 109V is 2.750 , 1234F is 1. This will get deducted from
    the list is Sheet1.

    thanks

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Update Quantity

    Assuming your first item is in D2, and your range of data in sheet2 is A1:B4, something like this:
    D2: =SUMIF(Sheet2!$A$1:$A$4,A2,Sheet2!$B$1:$B$4)
    Will give you the total from Sheet2. Drag down for your other cells in column D. You may need to subtract that result from your original starting quantity.
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

+ 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] How to Update Names and Quantity on Sheet
    By beartimeusa in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-08-2013, 09:57 PM
  2. [SOLVED] Macro for Deleting Multiple Rows Based of 2 Cells and Update Quantity
    By michaelpair in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-05-2013, 11:02 AM
  3. Divide monthly Quantity into Weekly quantity ...
    By jitendra.mistry in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-24-2010, 01:36 PM
  4. Replies: 5
    Last Post: 11-23-2009, 06:24 PM
  5. How to Update Stock quantity if I sold items?
    By saad3000 in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 12-11-2007, 06:18 PM

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