Split full name into parts
To split full names in the form "First, Middle, Last" into separate columns with a single formula, you can use a formula based on the TEXTSPLIT function. In the worksheet shown, the formula in cell D5 is: =LET( parts,TEXTSPLIT(B5," "), …Read more