Hi Team,
I am trying to out the number of projects which are in progress under a certain project category which have a Project End date of 2023 and after.
Up until CRM it works fine and then throws error with the IFERROR and End date logic.
Can you please help fix it.
=COUNTIFS({Status}, "In Progress", {Project Category}, "CRM", IFERROR({Project End date}, ">=2023"))