Iâm trying to write a simple IF statement in the CM Maturity Date column comparing the Policy Type field and outputting either a DATEADD function, if âClaims Madeâ, or a text string (âN/Aâ) if âOccurrenceâ:

This is the formula that I currently have in CM Maturity Date that results in the above screen cap:
IF({Policy Type} = âClaims Madeâ, DATEADD({Retro Date}, 5, âyearâ), âN/Aâ)
For the Claims Made policy type, it should have added 5 years to the retro date.
I canât figure out what Iâm doing wrong here, so Iâd appreciate any help.
Thanks!


