Extracting individual dimensions from a text representation can be done with formulas that combine several text functions.
That will “normalize” the dimensions and simplify the formulas that do the actual extraction.
The result is a dimension with just the “x” separating the two parts.
Now we can two relatively straightforward formulas to extract each part.
For more detail, see the related function links on this page.
For example, =LEFT(“apple”,3) returns “app”.
For example, =RIGHT(“apple”,3) returns “ple”.
When the text is not found, FIND returns a #VALUE error.