I would like to remove the following special characters on the “project name”
~ ` ! @ # $ % & * ; : ? . , ’ "
UPPER(CONCATENATE(Language, “-”, Team, “-”, SUBSTITUTE({Project Name}, " ", “”), “-”, {Date Added to Airtable}))
Can someone help me :pra...