I recently created a formula using the AI tool, but it's returning #INCORRECT ARGUMENT SET and I can't figure out why.
The prompt that I entered was:
Count [Project] where [FY26] includes "Yes" or is blank, and where [Project Status] is not "Completed" or "Cancelled"
The formula that the tool returned was:
=COUNTIFS(Project:Project, <>"", OR(CONTAINS("Yes", [FY26]@row ), ISBLANK([FY26]@row )), [Project Status]:[Project Status], <>"Completed", [Project Status]:[Project Status], <>"Cancelled")
I'm not strong on complicated formulas so the AI tool has been a blessing, except in cases like this where it gives me a formula that returns an error!