Travis_Acrendo Posted September 4, 2008 Posted September 4, 2008 (edited) Does anyone know how to sum a group of numbers that are in a text field and separated by a carrirage return? Example: TextField1: 1 2 3 Calculation should result in 6. Edited September 4, 2008 by Guest
Colin Keefe Posted September 4, 2008 Posted September 4, 2008 How about Evaluate(Substitute(data;¶;"+"))
comment Posted September 4, 2008 Posted September 4, 2008 But the best way is to make them separate records.
Travis_Acrendo Posted September 5, 2008 Author Posted September 5, 2008 Good idea, that will work! Thank you!
Recommended Posts
This topic is 5983 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