I am attempting to retrieve data based on "service dates" prior to July 2010 and dates in July 2010 or later. Results for each of these periods will be placed in cells A1 &B1. However, because the fiscal year runs from July 10-June 11, i can foresee a problem when January 11 comes around as data from that month will be included as prior to July 10 due to the current structure of my formulas below:
=SUMIFS($E$2:$E$54,$D$2:$D$54,K15,$C$2:$C$54,K9,$A$2:$A$54,"<"&MONTH(J2))
=SUMIFS($E$2:$E$54,$D$2:$D$54,K15,$C$2:$C$54,K9,$A$2:$A$54,">="&MONTH(J2))
Any suggestions on how to modify the above formulas to eliminate this issue?
=SUMIFS($E$2:$E$54,$D$2:$D$54,K15,$C$2:$C$54,K9,$A$2:$A$54,"<"&MONTH(J2))
=SUMIFS($E$2:$E$54,$D$2:$D$54,K15,$C$2:$C$54,K9,$A$2:$A$54,">="&MONTH(J2))
Any suggestions on how to modify the above formulas to eliminate this issue?