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} )
Thank you very much Adam
No worries! Glad I Could help!
This topic was solved and automatically closed 3 days after the last reply. New replies are no longer allowed.