D
Darin Spence
I have a data set that looks like this:
CodeDate: 12/28/03 (dateFormat)
DATE QTY
1/30/04 1
1/15/04 3
11/10/03 5
10/16/03 7
I'd like to do a "SUMIF" fuction as follows:
NOTE: SUMIF(range,criteria,sum_range)
SUMIF(DATE:RANGE,DATE<CodeDate,QTY:RANGE)
I can't seem to get this to work. Anyone have any ideas
on how I might be able to do this?
Thanks!
-Darin
CodeDate: 12/28/03 (dateFormat)
DATE QTY
1/30/04 1
1/15/04 3
11/10/03 5
10/16/03 7
I'd like to do a "SUMIF" fuction as follows:
NOTE: SUMIF(range,criteria,sum_range)
SUMIF(DATE:RANGE,DATE<CodeDate,QTY:RANGE)
I can't seem to get this to work. Anyone have any ideas
on how I might be able to do this?
Thanks!
-Darin