Hello,
I have values in text field for example:
"1#2#3.3#-4.9"
I would like to multiply all values separated by #, so in this case it would be 1*2*3.3*(-4.9).
Is there any function that can handle it?
Just to add - Text to Column won't work as the number of items in the text may vary (may be 1, may be 20, there is no rule).