If you have the TEXTSPLIT function in your Excel, then you can add a limit on the length of individual words with a formula: MAX(LEN(TEXTSPLIT(A1,",")))<=6
TEXTSPLIT
MAX(LEN(TEXTSPLIT(A1,",")))<=6