Convert LIST of strings to numbers

Hi,

I have a text/string with numbers separated by comma. I split this text by comma and i want to SUM the values. I know the SPLIT function returns a list of strings. Is there a way to transform a list of strings into a list of numbers to be able to sum them?

Note: i donโ€™t use virtual columns. Only for references. My app is big and i avoid using VCs.

Thank you!

0 1 2,090
1 REPLY 1
Top Labels in this Space