I’m encountering an issue with a formula on Monday and would appreciate any assistance or insights you might have.
I am trying to use the following formula to check if a date is within a specific month (July) and if another column (“Custo”) has a specific value (“SEDE”):
IF(FORMAT_DATE({Data}, “MMM”) = “jul” AND {Custo} = “SEDE”, 1, “”)
However, I am getting an “illegal formula” error when trying to use it.
Has anyone else faced a similar issue or knows what might be causing this error? Any help on how to properly structure this formula would be greatly appreciated.