Update the output cells so that each item displays a code built from the three words in columns C, D and E of the same row. For each item: (1) take the 2nd and 3rd characters from Word 1, (2) take the 1st and 2nd characters from Word 2, (3) take the 3rd and 4th characters from Word 3, (4) join the three segments in that order using a single hyphen "-" between each. See Examples
Your solution should use cell references so it updates automatically if the input cells change values.
This cell cannot be edited
Update the output cells so that each item displays a code built from the three words in columns C, D and E of the same row. For each item: (1) take the 2nd and 3rd characters from Word 1, (2) take the 1st and 2nd characters from Word 2, (3) take the 3rd and 4th characters from Word 3, (4) join the three segments in that order using a single hyphen "-" between each.