Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 6 years ago
Anonymous
also works fine.
Could you please check if all the data in these three columns are number not text?
Anonymous
6 years agoNot applicable
Hello,
Thank your for your answer, but did you try if it works if the 0 is in Column2 ?
ryan_mayu
Super User
6 years agoAnonymous
also works fine.
Could you please check if all the data in these three columns are number not text?