Forum Discussion
Replace Existing Text
- Anonymous4 years ago
What if you try this?
= Table.AddColumn(Origen, "Custom", each let splitNAME = Splitter.SplitTextByDelimiter("Right Issue", QuoteStyle.None)([NAME]) in Text.Combine({Text.Start([NAME], 11), Text.Middle(splitNAME{0}?, 11)}), type text)
Hi
I have other rows in that data which are also getting splitted
NAME
Amalgamation Amalgamation
Annual Book Closure Annual Book
Bonus Issue Bonus Issue
Right Issue of Equity Shares Right Issue
Right Issue of Equity Shares with Warrants Right Issue
Right Issue of Fully Convertible Debentures Right Issue
Exchange of Share Certificate Excahnge of
Im looking replace only text which starts with Right Issue
What if you try this?
= Table.AddColumn(Origen, "Custom", each let splitNAME = Splitter.SplitTextByDelimiter("Right Issue", QuoteStyle.None)([NAME]) in Text.Combine({Text.Start([NAME], 11), Text.Middle(splitNAME{0}?, 11)}), type text)
- RAHULBANDI4 years agoHelper II
thq very much its working