All,
Hi again. Have hit my head against another twister... I am using SUMIF() to SUM up a column of numbers when a person's name matches. So, for example, I have:
=SUMIF(B10:B35,A1,L10:L35)
In this case A1 = "Bill", and B contains the list of items, and L contains the values to calculate. That was all fine. However, I now need to add the condition of "By Month". So in this case, if I want to just sum up the items that have "Bill" as the name, AND are from February, in the same two ranges, where DATE is in column E. Is it possible to use multiple criteria in a "SUMIF", or is there some other function I should use? I assume I'm going to have to some how "pluck out" the month as a value from the date field as well, and check against it, which I can do, but I'm having a big problem figuring out how to get SUMIF to accept my multiple criteria.
Many thanks in advance.
Best Regards,
Scott
"Everything should be made as simple as possible, and no simpler."![[hammer] [hammer] [hammer]](/data/assets/smilies/hammer.gif)
Hi again. Have hit my head against another twister... I am using SUMIF() to SUM up a column of numbers when a person's name matches. So, for example, I have:
=SUMIF(B10:B35,A1,L10:L35)
In this case A1 = "Bill", and B contains the list of items, and L contains the values to calculate. That was all fine. However, I now need to add the condition of "By Month". So in this case, if I want to just sum up the items that have "Bill" as the name, AND are from February, in the same two ranges, where DATE is in column E. Is it possible to use multiple criteria in a "SUMIF", or is there some other function I should use? I assume I'm going to have to some how "pluck out" the month as a value from the date field as well, and check against it, which I can do, but I'm having a big problem figuring out how to get SUMIF to accept my multiple criteria.
Many thanks in advance.
Best Regards,
Scott
"Everything should be made as simple as possible, and no simpler."
![[hammer] [hammer] [hammer]](/data/assets/smilies/hammer.gif)