Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default Need projected shipment quantities for 2008

Maybe the heavy hitters know; no steroids please. . .
Use sumif to add fields based upon year

On sheet1 col A have numerous part numbers for items. Many of these
items repeat.
Also on sheet1 col E have open shipment quantities for that row, and
in Col F have the expected shipdate "yyyy-ww"

Need to do a sumif from another worksheet to total the expected
shipment quantities of that item for the year 2008.

Ideas?

IOW:

SOURCE DATA
ITEM ON ORDER YEAR-WEEK
ABC 10 2008-10
ABC 20 2009-10
IEI 5 2008-06
EOE 1 2009-01
IEI 66 2009-25

RESULT PAGE

ITEM: 2008 SHIPMNTS

ABC 10
EOE 0
IEI 5


TIA for all your thoughts.

Pierre
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Need projected shipment quantities for 2008

Pierre,

=SUMPRODUCT((Sheet1!$A$2:$A$1000="ABC")*(LEFT(Shee t1!$F$2:$F$1000,4)="2008")*Sheet1!$E$2:$E$1000)


You can also use cell References for the year and item nems/part numbers

=SUMPRODUCT((Sheet1!$A$2:$A$1000=$A2)*(LEFT(Sheet1 !$F$2:$F$1000,4)=B$1)*Sheet1!$E$2:$E$1000)

Which will allow you to create a table by listing the part numbers down
column A starting in row 2, with years in row 1 starting in column B. (Copy
and paste to create a rectangular table...)

HTH,
Bernie
MS Excel MVP




"Pierre" wrote in message
...
Maybe the heavy hitters know; no steroids please. . .
Use sumif to add fields based upon year

On sheet1 col A have numerous part numbers for items. Many of these
items repeat.
Also on sheet1 col E have open shipment quantities for that row, and
in Col F have the expected shipdate "yyyy-ww"

Need to do a sumif from another worksheet to total the expected
shipment quantities of that item for the year 2008.

Ideas?

IOW:

SOURCE DATA
ITEM ON ORDER YEAR-WEEK
ABC 10 2008-10
ABC 20 2009-10
IEI 5 2008-06
EOE 1 2009-01
IEI 66 2009-25

RESULT PAGE

ITEM: 2008 SHIPMNTS

ABC 10
EOE 0
IEI 5


TIA for all your thoughts.

Pierre



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default Need projected shipment quantities for 2008

On Feb 11, 4:05*pm, "Bernie Deitrick" <deitbe @ consumer dot org
wrote:
Pierre,

=SUMPRODUCT((Sheet1!$A$2:$A$1000="ABC")*(LEFT(Shee t1!$F$2:$F$1000,4)="2008"*)*Sheet1!$E$2:$E$1000)

You can also use cell References for the year and item nems/part numbers

=SUMPRODUCT((Sheet1!$A$2:$A$1000=$A2)*(LEFT(Sheet1 !$F$2:$F$1000,4)=B$1)*She*et1!$E$2:$E$1000)

Which will allow you to create a table by listing the part numbers down
column A starting in row 2, with years in row 1 starting in column B. *(Copy
and paste to create a rectangular table...)

HTH,
Bernie
MS Excel MVP

Bernie:

Thank you!!!!!

Pierre
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Need projected shipment quantities for 2008

Thank you!!!!!

You're quite welcome. Thanks for letting me know that my solution worked...

Bernie


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculating Projected Dates [email protected] Excel Worksheet Functions 2 March 28th 07 03:04 AM
actual and projected sales on a line graph charlieg Charts and Charting in Excel 1 January 9th 07 01:06 AM
HOW CAN I MAKE OUR PENDING SHIPMENT SHEDULE IN EXCEL? anish Excel Discussion (Misc queries) 1 December 19th 06 08:29 AM
Calculate projected figure Mark Stephenson Excel Worksheet Functions 3 December 5th 05 12:24 PM
projected sales? briansoliz Excel Discussion (Misc queries) 1 January 22nd 05 01:20 AM


All times are GMT +1. The time now is 02:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"