Forum Discussion
joeywong
3 years agoHelper I
Extract and categorize the column
Hi members, I need help on this. I have a table with a remarks column. The remarks column is unstructured with spacing, text, numbers, and symbols. This column contains many words, but it als...
- Anonymous3 years ago
Hi joeywong ,
How about use the conditional column? like this:Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
joeywong
3 years agoHelper I
Hi Vijay,
Thank you for your attempt to help. However, this solution does not work. There are some null rows in between.
Do you have any other solutions? Thanks!
Vijay_A_Verma
3 years agoMost Valuable Professional
Use a try otherwise block
= try Text.Combine(List.Intersect({Text.Split([Remarks]," "),{"AA","BB","CC","DD"}}),", ") otherwise null