A field contains values such as:
,
,98,
,115,1023,
--in other words, ,[number,][,number,][etc.]
I tried using "split" with a count of 1 to retrieve the first number (if any), but got an error message that a formula field can't be an array. I also seemed to get an error related to the comma delimeter, but I was able to use "replace" to change the commas to "=", I suspect the "," was not the problem. I can't seem to find another approach.
,
,98,
,115,1023,
--in other words, ,[number,][,number,][etc.]
I tried using "split" with a count of 1 to retrieve the first number (if any), but got an error message that a formula field can't be an array. I also seemed to get an error related to the comma delimeter, but I was able to use "replace" to change the commas to "=", I suspect the "," was not the problem. I can't seem to find another approach.