jstaphse Posted November 2, 2007 Posted November 2, 2007 I need to change some imported data that was entered as text. the users entered fractional data as ex. 3 3/4 instead of 3.75. I got the wonderful task of changing ~900 records that have this in multiple fields. Anyone have a solution they would like to share? Thanks.
Raybaudi Posted November 2, 2007 Posted November 2, 2007 Hi if there is always a space between number and fraction, you can try to use this calculation as a substitute calc for all records: Evaluate ( Substitute ( yourTextField ; " " ; " + " ) )
jstaphse Posted November 2, 2007 Author Posted November 2, 2007 Thanks Ray! I just tried your solution, thinking ir looked odd, and it worked perfect. Now I'm analyzing it to understand it. Thanks again.
Recommended Posts
This topic is 6577 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