January 26, 200718 yr I've got a large text field that I'm using to enter numbers, like this: 4 5 5 2 6 I'm using a text field because it's the only one that seems to let me enter multiple numbers like this. However, it doesn't seem possible to do a SUM on all the numbers in that single text field. Is there a different field type I should be using for input? Or is there a different function that will add the numbers up for me?
January 26, 200718 yr Evaluate ( Substitute ( fieldname ; ¶ ; "+" ) ) Edited January 26, 200718 yr by Guest
Create an account or sign in to comment