Hi, I am seeking help on a formula which allows me to sum a column based on multiple criteria. The formula I am currently using is as follows:
SUM(SUMIFS(Data!F:F,Data!J:J,">"&EOMONTH($B$5,-1),Data!A:A,"<"&EOMONTH($B$5,-1)+1,Data!$B:$B,"W"))
The first criteria (in bold) is the portion I am...