Hello,
I have a form response that pulls data in this format (bucket number, bucket weight;)
##, ##.#; ##, ##.#
for example, 15, 32.5; 18, 33.4; 6, 35.1
I need to split the data so that I have the second string numbers added up to a total weight. I u...