Tony Martin Posted September 5, 2007 Posted September 5, 2007 Hello - I have a text field with a number-dash combination in it. It looks like this: 123-45-678-901 I need the numbers in a seperate field looking like this: 12345678901 I created a calculation (text) field to do this, but I have NO idea what function to utilize to remove the "-" from between the numbers. And the format (NNN-NN-NNN-NNN) never changes. Any suggestions? Thanks, Tony
dreamingmind Posted September 5, 2007 Posted September 5, 2007 Use the Substitute() function Regards, Don
Tony Martin Posted September 5, 2007 Author Posted September 5, 2007 Actually, I discovered the FILTER function : Filter(FieldName;"0123456789") Seemed to work well. Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now