R
Ripper
I have a string of objects with numbers that I must "Count"
IE. 101, 102, 103, 104, 105 There are 5 objects in this string. The
numbers are different for each string and can vary from 0001 to 9999.
I want to count the number of objects that I have. I do not store all the
numbers, I only store the start and end numbers of each string and then use a
calculated field with =[EndNum]-[StartNum]+1
I will have multiple strings of objects in 1 box and to calculate the total
number in a box would be difficult.
Is there a function that I can use in place of this calculation? It would
make things easier for me.
IE. 101, 102, 103, 104, 105 There are 5 objects in this string. The
numbers are different for each string and can vary from 0001 to 9999.
I want to count the number of objects that I have. I do not store all the
numbers, I only store the start and end numbers of each string and then use a
calculated field with =[EndNum]-[StartNum]+1
I will have multiple strings of objects in 1 box and to calculate the total
number in a box would be difficult.
Is there a function that I can use in place of this calculation? It would
make things easier for me.