Hi all, please need your advice for the correct formula for getting the count of projects that are active within a specific month? We would like to track the number of projects that are still active for 2018.
I'm trying the formula below but I'm getting an #INCORRECT ARGUMENT error.
=COUNTIFS(Stage:Stage, [Forecasted End Date]:[Forecasted End Date], IFERROR(AND(MONTH(@cell) <= 1, YEAR(@cell) = 2018), Status:Status, "active"))
The Stage headers that are active are called:
Planning
Strategy
Tender
Evaluation
Contract
Thanks in advance for the response.
Kind regards,
Grace