I have a list of numbers in a text format where the length is unknown and I want to split the numbers and sum them. For example, the expected result of 3,5,5,6 would be 19. In excel, this could be easily achieved using a combination of SPLITTEXT and SUM function.
How do I achieve the same using Formula in monday?