I'm trying to auto-populate a date that references another column +90 calendar days when another column is true and includes any countries in a list, otherwise, the result will be 'Not applicable.'
=IF(AND([Report]@row = "Corporate Report", ([Assigned Countries]@row CONTAINS("Austria, Belgium...etc"), [Due Date ]@row + 90, "Not applicable")))