D
Dale
I have a two-part question.
First, the initial help I received from the group on SUMIF worked great,
but I would like to expand that capability a bit more. I have a
worksheet with three columns of data, (Date, Earnings, and Category).
I need help in using the SUMIF function to sum the total of column B for
dates in a specific quarter. (i.e. Jan thru Mar) and a specific
category. I need to be able to total the earnings for all records that
were in the first quarter and in category 1. Using the below example, I
would expect the result to be $22.
Column A Column B Column C
Date
Earnings Category
01/01/04 $10 1
02/05/04 $11 2
03/10/04 $12 1
09/04/04 $15 3
Second I would like to better understand the answer that was previously
provided in regards to the SUMIF. Below is the SUMIF function I built
from the answer and it worked great, but I would like to know what the
hyphen or minus sign between the two SUMIF's means in the function.
=SUMIF(B1:B100,">=" &
DATE(2004,1,1),C1:C100)-SUMIF(B1:B100,">="&DATE(2004,12,31),C1:C100)
Thanks for the help
First, the initial help I received from the group on SUMIF worked great,
but I would like to expand that capability a bit more. I have a
worksheet with three columns of data, (Date, Earnings, and Category).
I need help in using the SUMIF function to sum the total of column B for
dates in a specific quarter. (i.e. Jan thru Mar) and a specific
category. I need to be able to total the earnings for all records that
were in the first quarter and in category 1. Using the below example, I
would expect the result to be $22.
Column A Column B Column C
Date
Earnings Category
01/01/04 $10 1
02/05/04 $11 2
03/10/04 $12 1
09/04/04 $15 3
Second I would like to better understand the answer that was previously
provided in regards to the SUMIF. Below is the SUMIF function I built
from the answer and it worked great, but I would like to know what the
hyphen or minus sign between the two SUMIF's means in the function.
=SUMIF(B1:B100,">=" &
DATE(2004,1,1),C1:C100)-SUMIF(B1:B100,">="&DATE(2004,12,31),C1:C100)
Thanks for the help