Forum Discussion
maccaronda
6 years agoFrequent Visitor
Extract Number from column
Hi there I have a file that is messy as anything and I would like to extract the numbers out of a particular column (some have combination of numbers and text and others just numbers. The column ...
- 6 years ago
Hi maccaronda
Try this
=Text.Select( [Column A], {"0".."9"} )Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
Mariusz
6 years agoCommunity Champion
Hi maccaronda
Try this
=Text.Select( [Column A], {"0".."9"} )
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
maccaronda
6 years agoFrequent Visitor
Thanks!