Excel Ninja,
I'm sorry I should have used the random feature to create my dates. I've updated the dates to illistrate my needs better.
Here are some examples of totals that I should be getting..
For Line 1: combination "Red, 1, Tree, Circle, 1" The total should be $452 for Jan. only. For all the other months having this same combination "Red, 1, Tree, Circle, 1" the result should be zero.
For Line 2: The Jan. total should be $936, Feb. $1638, Mar. $702. This is a good example to illustrate my needs. If the sumifs does not distinguish between the date ranges for each month then it will add all three totals together , and since each combination exists for each month the three numbers will be added together and shown on each line under each month in column H.
I think my explanation makes this sound much more complicated than it really is. All I really need is for the SUMIFS to filter based on all the criteria and then take a look at the month date range and say I want this, or I don't want this.
Here is my approximate guess at what this formula should look like : (See attached Spreadsheet)
If(H2="January"(SUM(SUMIFS('Source Data'!F:F,'Source Data'!A:A,Main!B2,'Source Data'!B:B,Main!C2,'Source Data'!C:C,Main!D2,'Source Data'!D:D,Main!E2,'Source Data'!E:E,Main!F2,'Source Data'!G:G,{equal to or greater than "41640" but less than or equal to "41670")If(H2="January"(SUM(SUMIFS('Source Data'!F:F,'Source Data'!A:A,Main!B2,'Source Data'!B:B,Main!C2,'Source Data'!C:C,Main!D2,'Source Data'!D:D,Main!E2,'Source Data'!E:E,Main!F2,'Source Data'!G:G,{equal to or greater than "41671" but less than or equal to "41698")If(H2="January"(SUM(SUMIFS('Source Data'!F:F,'Source Data'!A:A,Main!B2,'Source Data'!B:B,Main!C2,'Source Data'!C:C,Main!D2,'Source Data'!D:D,Main!E2,'Source Data'!E:E,Main!F2,'Source Data'!G:G,{equal to or greater than "41699" but less than or equal to "41729")