gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I need to exact any words that start with Q
If I use;
= Table.AddColumn(#"Renamed Columns", "Text Between Delimiters", each Text.BetweenDelimiters([Extract Q_Number], "Q", " "), type text)
it removes the "Q" because this say to extract between.
Is there a way to do this and keep the "Q"?
Thanks
If I use;
= Table.AddColumn(#"Renamed Columns", "Text Between Delimiters", each Text.BetweenDelimiters([Extract Q_Number], "Q", " "), type text)
it removes the "Q" because this say to extract between.
Is there a way to do this and keep the "Q"?
Thanks