00:00 Create a formula driven template to split text into columns (fixed width)
00:15 Pulling the first few characters out of a text cell
00:46 Pulling through the last few characters out of a text cell
01:14 Extracting a number of characters from the middle of a text cell
01:58 Determine how many characters are in a text cell
Using formula to split text in a cell into multiple columns based on the number of characters you want to extract, either from the left hand side, right hand side, or middle of the text. If you don't have fixed number of characters look at • Split text in Excel by delimiter (wit...