tmas73 Posted April 4, 2009 Posted April 4, 2009 Hi, I have following format in my phone number field. Let([ con_phone_1 = Filter(con_phone_1;"0123456789"); Length = Length(con_phone_1); Phone10 = "(" & Left(con_phone_1;3) & ") " & Middle(con_phone_1;4;3) & "-" & Middle(con_phone_1;7;4); Phone11 = "(" & Left(con_phone_1;3) & ") " & Middle(con_phone_1;4;4) & "-" & Middle(con_phone_1;8;4) ]; Case(Length = 11; Phone11; Length = 10; Phone10; con_phone_1) ) How can I remove the text format in this calculation? TextFormatRemove (con_phone_1) Thanks
Recommended Posts
This topic is 6052 days old. Please don't post here. Open a new topic instead.
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