Hi everyone,
I have one “Status” column with different status; I want for each status to be linked to another status, slightly different in another column called “Client Status”.
To do so, I wanted to use a Switch formula: for a status A, there will be
a status A’ linked, as shown in image attached.
I wrote this formula:
SWITCH({Statut} ,“ Contact entrant - à traiter”,“
En attente de validation”,“
Offre en cours de traitement”,“
Offre validée → n° d’acquisition à créer (CAP18)”,“
Collecte à effectuer”,“
Offre validée → collecte à planifier”,“
Collecte à effectuer”,“
Collecte planifiée → à effectuer”,“
Collecte à effectuer”,“
Collecte effectuée → prestations à faire”,“
Prestations en cours de réalisation”,“
Prestations effectuées → livrables à envoyer”,“
Prestations en cours de réalisation”,“
Livrables envoyés → vérifier montant à facturer”,“
Facturation”,“
Opération à facturer”,“
Facturation”,“
Opération close”,“
Opération terminée”,“
En attente”,“
En attente de validation”,“
Non validé”)
(sorry for the french).
I receive this error message: “Sorry, there was a problem saving this field. Invalid formula. Please check your formula text.”
Do you have any clue why?
I tried with the ’ instead of the " ; it is not working either.
Thanks for the help!