What is the best way to remove dashes and decimals from a string? 12-345-6789-12-34 & 12.345.6789.12.34. results wanted: 1234567891234
Replace([Field1], "-", "")
Replace([Field1], ".", "")
Solved! Go to Solution.
Thank you @messi007
User | Count |
---|---|
107 | |
85 | |
76 | |
54 | |
40 |