+ Reply to Thread
Results 1 to 3 of 3

Thread: SUMIFS on Multiple Work Sheets

  1. #1
    Registered User
    Join Date
    12-16-2008
    Location
    Los Angeles
    Posts
    7

    Thumbs up SUMIFS on Multiple Work Sheets

    I have master purchase order work sheet, Master, where I have entered what I plan to order for the fall season. I now need to create 4 separate worksheet purchase orders for Sept, Oct, Nov & Dec deliveries based on my total units on the Master PO worksheet (I am on allocation).

    My column headings are Style(E), Description (F), Color (G), Size (H), Total units (I), see example below. My data starts on row 2.

    Style Description Color Size Total Units
    1873 W BAILEY BLK 5 2
    1873 W BAILEY BLK 6 4
    1873 W BAILEY BLK 7 5

    For my PO order for Sept, let’s say I order 1/5, 2/6, 2/7, for Oct I order 1/6, for Nov 1/6 & Dec 1/5, 1/6, 3/7. I need a formula that I can use that will subtract the units placed on my Sept, Oct, Nov & Dec purchase order worksheets from the Master PO worksheet so that I know how many units are left to order on the other purchase orders as I enter the units. Let’s say I create an additional column on the master PO called Balance (J). The formula I am seeking would give me be a balance of 1/5, 2/6, 3/7 left to order after entering the units for Sept.; the balance should be 0 after entering the Dec units. If I change any units on any of the Sept to Dec work orders, the formula would update the balances of units accordingly.

    Any help would be deeply appreciated. Thanks.
    Attached Files Attached Files
    Last edited by SeaTiger; 03-05-2011 at 01:37 AM. Reason: Solved

  2. #2
    Registered User
    Join Date
    07-27-2006
    MS-Off Ver
    MS Office 2007
    Posts
    80

    Re: SUMIFS on Multiple Work Sheets

    Hi,

    If I understood your problem, I think you can use vlookup. You just need to create a unique "name" for each item. I have done that by combining "Style", "Description", "Color" & "Size" for this purpose.

    Please refer to the example attached

    (I have included the IF & ISERROR functions just incase the not all the items in the master list appear in the monthly list. Else, they won't be needed.

    Hope this helps
    Attached Files Attached Files
    TL

    https://sites.google.com/site/teelim/
    My page of "not so useful" spreadsheets

  3. #3
    Forum Guru Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    5,592

    Re: SUMIFS on Multiple Work Sheets

    Do you really need a sheet for each Month?
    Why not put all the sales on one sheet, and use filters to view the sales by month(s)

    This keeps life simple and given you are using 2007 the only formula needed is
    In Sheet "Master" F2
    =E2-SUMIFS(SalesByMonth!F:F,SalesByMonth!B:B,A2,SalesByMonth!C:C,B2,SalesByMonth!D:D,C2,SalesByMonth!E:E,D2)
    Drag/Fill Down

    Hope this helps
    Attached Files Attached Files
    If you need any more information, please feel free to ask.

    However, if this takes care of your needs, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
    Also
    If you are satisfied by any members response to your problem please consider using the small Star icon botom left of thier post to show your appreciation.

+ 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.2.0