Forum Discussion
RAHULBANDI
Helper II
4 years agoSpecific Word Split Columns
Hi I have following Data-set DATA Right Issue of Fully Convertible Debentures Right Issue of Fully Convertible Debentures Right Issue of Equity Shares Right Issue of Equity Shar...
- 4 years ago
Hi RAHULBANDI ,
All values on your data column has the same start?
There are multiple ways to achieve your DATA1.1
you can do like
if Text.Contains(Text.Upper([DATA]), "RIGHT ISSUE") then "Right Issue" else null
mussaenda
Community Champion
4 years agoHi RAHULBANDI ,
All values on your data column has the same start?
There are multiple ways to achieve your DATA1.1
you can do like
if Text.Contains(Text.Upper([DATA]), "RIGHT ISSUE")
then "Right Issue"
else
null