I have a 2-D string of data with 1 row and 3 columns and i want to convert the data into three different strings as shown below. I tried to do this by converting the 2D data into spreadsheet string but unfortunately it didnt work. I would like to know how to got out of this. Please help!!
You have a 2D array of strings. To get individual array elements (and that's what you apparently want), just use "index array", specifying the desired row and column index.