Hi,
I am looking for a formula to remove text between parentheses.
For exemple, I would like to have :
Le nord (Chili) > Le nord
Le nord (Soudan) > Le nord
Le sud (Soudan) > Le sud
Thanks in advance for your help :slightly_smiling_face: !

Hi,
I am looking for a formula to remove text between parentheses.
For exemple, I would like to have :
Le nord (Chili) > Le nord
Le nord (Soudan) > Le nord
Le sud (Soudan) > Le sud
Thanks in advance for your help :slightly_smiling_face: !

Best answer by Justin_Barrett
Thanks for your help but it seems that something is missing…
IF(FIND("(", Nom complet)), LEFT(Nom complet, FIND("(", Nom complet) -1), Nom complet))

Two things…
With these fixes in place, your formula should be:
IF(FIND("(", {Nom complet}), LEFT({Nom complet}, FIND("(", {Nom complet}) -1), {Nom complet})Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.