Forum Discussion
L_Oram
3 years agoRegular Visitor
Extract ref number from free text column
Good Afternoon, I'm trying to extract a reference number into its own column. The reference is sometimes input but not always present. The reference will always start with "SMIS" and will have a...
Greg_Deckler
3 years agoCommunity Champion
L_Oram Perhaps use Text.Split to convert the text into a list using a space as separator. Then you could use List.MatchesAll with a condition based on Text.Start (SMIS).