Hi everyone,
I’m hoping to get some assistance with an “illegal formula” error I’m encountering in Monday. I’ve been trying to implement a formula to check if an exam is needed, taking into account missing exam dates, and displaying “NÃO” (NO) or “SIM” (YES) accordingly.
The formula I’m using is:
=IF(ISBLANK({Data Exame}), "", IF(DAYS(TODAY(), {Data Exame}) >= {GHE}, "NÂO", "SIM"))
This formula seems to be correct based on the Monday.com documentation and examples I’ve seen. However, I keep getting the “illegal formula” error when I try to save it.
I’ve checked for syntax errors, ensured the column formats are correct, and tried using the formula builder, but the error persists. I’m not sure what’s causing the issue.
Has anyone else encountered this problem? Any suggestions on how to resolve it? I would appreciate any insights or guidance you can provide.
Thank you in advance for your help!