Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Concatenate text based on if condition

Hello,    I need to concatenate text based on several columns with if condition. My formula is the following: (if [column1] <> 0 then "1" else "") & (if [Column2] <> 0 then "2" else "") & (if [Co...
  • ryan_mayu's avatar
    ryan_mayu
    6 years ago

    Anonymous 

    also works fine.

    Could you please check if all the data in these three columns are number not text?