I am trying to write a countifs statement using two references on another sheet to count the number or projects not in "blue" status and with a due date between 1-3 months - right now I have:
=COUNTIFS({RAG}, <>"Blue" AND[{Date}, ">=Today()+31", {Date}, "<Today()+90"])
{RAG] is a reference on status to another sheet and
{Date} is reference to due date from another sheet
I keep getting error message.
Thanks for the help!