hownow Posted April 6, 2015 Posted April 6, 2015 How to I calculate to REMOVE either the Left number of characters or the Left number of words from a field Thank you
comment Posted April 6, 2015 Posted April 6, 2015 To remove the first 5 characters from text, you can use = Right ( text ; Length ( text ) - 5 ) Same thing with words = RightWords ( text ; WordCount ( text ) - 5 )
Recommended Posts
This topic is 3866 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