R
Robert Christie
Hi All
using WinXP & ExcelXP.
I have a sheet with 3 columns of date i.e.
Year Type Dollars
2003 W 10.00
2003 R 15.00
2003 R 19.00
2002 W 13.00
How can I sum the dollar costs using criteria of Year
2003 & Type W in the one formula.
Like IF(A:A,2003,If(B:B,"W"),SUM(C:C))
Tried SUMIF(AND(... & imbedded IF statements
but just can not get it right.
TIA
Bob C
using WinXP & ExcelXP.
I have a sheet with 3 columns of date i.e.
Year Type Dollars
2003 W 10.00
2003 R 15.00
2003 R 19.00
2002 W 13.00
How can I sum the dollar costs using criteria of Year
2003 & Type W in the one formula.
Like IF(A:A,2003,If(B:B,"W"),SUM(C:C))
Tried SUMIF(AND(... & imbedded IF statements
but just can not get it right.
TIA
Bob C