The formula below works correctly
=SUMIF(Consolidated!D:D,Table!A2,Consolidated!P:P)
Basically it is saying that if the value in cell A2 of the "Table" worksheet is found in column D of the "Consolidated" worksheet, then sum the values in column P of the "Consolidated" worksheet.
I would like to add one additional argument to the existing formula but I am having trouble determining the syntax. I want to sum records that meet the above criteria PLUS the record must fall in the month of April.
Column E of the "Consolidated" worksheet are dates (format: 4/26/2018 11:43:41 PM)
The additional argument is, if the month derived from column E is equal to April
=SUMIF(Consolidated!D:D,Table!A2,Consolidated!P:P)
Basically it is saying that if the value in cell A2 of the "Table" worksheet is found in column D of the "Consolidated" worksheet, then sum the values in column P of the "Consolidated" worksheet.
I would like to add one additional argument to the existing formula but I am having trouble determining the syntax. I want to sum records that meet the above criteria PLUS the record must fall in the month of April.
Column E of the "Consolidated" worksheet are dates (format: 4/26/2018 11:43:41 PM)
The additional argument is, if the month derived from column E is equal to April