79364366

Date: 2025-01-17 10:08:25
Score: 0.5
Natty:
Report link

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

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: MGonet