Hello!
I have an automation that populates numbers separated by commas in the same entry.
Example:
12, 12, 12, 8
I want to create a field that will tell me the sum of these numbers, essentially replacing the commas with +. When I do this using the SUM function, it returns 0 likely because of the commas.
Is there an easy way of doing this?