=COUNTIFS({Master Project List Range 1}, "2 - Construction", {Master Project List Range 2}, <= EOMONTH [Month]@row , 0, {Master Project List Range 3}, >= [Month]@row )
I can't understand why I'm still getting an error message that this formula is unparseable.
I'm trying to create a table that counts how many projects are in progress each month over the course of the next 5 years (we have larger construction projects). I'm referencing the phase row to grab the count of projects marked as 2 - Construction, and them I'm referencing the start and finish date columns.
Does anyone have any advice?