Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Worksheet 1 - I have dates in column A, customer name in column B, product
type in column C & qty in column D Date Supplier Grade Litres 17-Feb-10 ABC ULSGO 55,988 01-Feb-10 DEF Gas Oil 58,997 26-Feb-10 ABC Derv 3,000 In another workbook (workbook 2) I am trying to list by customer by product the qty of litres supplied in date order. i.e. 1-1-2010 thru to 31-12-2010 and therefore under 01-Feb-10 DEF will show:- Column A Column B Column C Column D Date Derv Gas Oil Kero 01-Feb-10 0 58997 0 02-Feb-10 0 0 0 etc What formula do i use along the lines of... if worksheet 1 column a = 01-Feb-10 in worksheet 2 & if worksheet 1 column B = DEF & if worksheet 1 column C = ColumnC row 2 in worksheet 2 return 58997 otherwise 0 Thanks.. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
SumProduct is probably what you want...
http://www.xldynamic.com/source/xld.SUMPRODUCT.html -- HTH... Jim Thomlinson "David" wrote: Worksheet 1 - I have dates in column A, customer name in column B, product type in column C & qty in column D Date Supplier Grade Litres 17-Feb-10 ABC ULSGO 55,988 01-Feb-10 DEF Gas Oil 58,997 26-Feb-10 ABC Derv 3,000 In another workbook (workbook 2) I am trying to list by customer by product the qty of litres supplied in date order. i.e. 1-1-2010 thru to 31-12-2010 and therefore under 01-Feb-10 DEF will show:- Column A Column B Column C Column D Date Derv Gas Oil Kero 01-Feb-10 0 58997 0 02-Feb-10 0 0 0 etc What formula do i use along the lines of... if worksheet 1 column a = 01-Feb-10 in worksheet 2 & if worksheet 1 column B = DEF & if worksheet 1 column C = ColumnC row 2 in worksheet 2 return 58997 otherwise 0 Thanks.. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup multiple criteria for a single result | Excel Discussion (Misc queries) | |||
Sumproduct, single criteria identified within multiple in single c | Excel Discussion (Misc queries) | |||
Counting Multiple columns using single criteria | Excel Worksheet Functions | |||
Sum single or duplicate rows with multiple criteria | Excel Worksheet Functions | |||
sumproduct with multiple criteria in single column | Excel Discussion (Misc queries) |