I have your standard sumifs formula:
Sumifs(Sales[Totals],Sales[Agent],"="&A1,Sales[Start Date],">="&E1,Sales[Start Date],"<"&F1....
I the dates in E1 and F1 are 6 months apart. I would like to exclude any dates/totals from this formula that are within a particular month in the middle of the period (Month Start/End dates are in cells G1/H1). Any ideas?
Sumifs(Sales[Totals],Sales[Agent],"="&A1,Sales[Start Date],">="&E1,Sales[Start Date],"<"&F1....
I the dates in E1 and F1 are 6 months apart. I would like to exclude any dates/totals from this formula that are within a particular month in the middle of the period (Month Start/End dates are in cells G1/H1). Any ideas?