I am struggling with another Countif formula.
I have a working formula in one column that counts proposals filtered by month and year. I am trying to modify it to add another criteria so I can count proposals filtered by the month year that also have the sales stage of "Asset Management Plan." The formula doesn't give me an error message, but also isn't working.
This is the formula in question: =COUNTIFS({Townsley, sean - Proposal Log MR Range 1}, "Asset Management Plan", {Proposal Log Range 1}, ISDATE(@cell), {Proposal Log Range 1}, MONTH(@cell) = 6, {Proposal Log Range 1}, YEAR(@cell) = 2018)
Here is a link to the sheet I'm working on: https://app.smartsheet.com/b/publish?EQBCT=d1e65fd9c89a4f49add166b2bccd9745
Any suggestions would be welcome. Thank you.