Skip to main content

Hello,
I am not a specialist in formulas and especially in IF formulas.
I have a description column and I would like it to be filled with the content of my product description column fr when language fr (single selection) is selected, same for EN

Thank you
Mélissa

Hi Melissa, try this:

IF(
  {(hide) Langue} = "EN",
  {Description produit EN},
  {Description produit FR}
)

Hi Melissa, try this:

IF(
  {(hide) Langue} = "EN",
  {Description produit EN},
  {Description produit FR}
)

Thank you very much Adam :star_struck:


Thank you very much Adam :star_struck:


No worries! Glad I Could help!