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 having the most difficulty with. I would like to perform a sum of data in column F in the Data tab based on two criteria for the dates in Column J in the Data tab; 1) if the date is greater than the last day of the previous month (hence eomonth function) and 2) if any cells are blank.
I have tried using curly brackets {">"&EOMONTH(B5,-1),""} but to no success. I cannot find anything that helps.
Regards
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 having the most difficulty with. I would like to perform a sum of data in column F in the Data tab based on two criteria for the dates in Column J in the Data tab; 1) if the date is greater than the last day of the previous month (hence eomonth function) and 2) if any cells are blank.
I have tried using curly brackets {">"&EOMONTH(B5,-1),""} but to no success. I cannot find anything that helps.
Regards