Forum Discussion
khat
2 years agoRegular Visitor
Formatting part numbers
I need to format some part numbers in Power Query but can't figure out how to do it in an automated way. This is what the raw data looks like: This is how I need it to look: S...
- 2 years ago
use 'split column by delimiter' and (in the advanced section) choose 'To rows'.
After that, you can Merge the columns.
HotChilli
2 years agoCommunity Champion
use 'split column by delimiter' and (in the advanced section) choose 'To rows'.
After that, you can Merge the columns.