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.

Using the SUBSTITUTE function to strip units and spaces

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”.

Using the SUBSTITUTE function to strip units and spaces

For example, =RIGHT(“apple”,3) returns “ple”.

When the text is not found, FIND returns a #VALUE error.

How to create a complex formula step by step

Using the SUBSTITUTE function to strip units and spaces

Using the SUBSTITUTE function to strip units and spaces

Using the SUBSTITUTE function to strip units and spaces

Using the LEFT function to grab the dimension on the left

Using the RIGHT function to grab the dimension on the right

Excel formula: Get first name from name

Excel formula: Get first name from name with comma

Excel formula: Split dimensions into three parts

Excel formula: Split text string at specific character

Excel SUBSTITUTE function

Excel LEFT function

Excel RIGHT function

Excel FIND function

Article image

Using the SUBSTITUTE function to strip units and spaces

Using the LEFT function to grab the dimension on the left

Using the RIGHT function to grab the dimension on the right