omezquita
New member
- Joined
- Apr 1, 2016
- Messages
- 19
- Reaction score
- 0
- Points
- 0
- Website
- www.masterdataanalysis.com
- Excel Version(s)
- 2016
Is there a way to use the Carriage Return character in Power Query? For example, use it to split columns, combine text, replace values...
In Excel, I can substitute a carriage return by a ! using SUBSTITUTE:
I can't find how to do this in PQ...
Thanks,
Orlando
In Excel, I can substitute a carriage return by a ! using SUBSTITUTE:
Code:
=SUBSTITUTE(A1, CHAR(10), "!")
I can't find how to do this in PQ...
Thanks,
Orlando