Please try this as well. This code is more manageable.LEFT(
CONCAT(
IF(ISBLANK({DE:CL 1:name}), "", CONCAT({DE:CL 1:name}, ", ")),
IF(ISBLANK({DE:CL 2:name}), "", CONCAT({DE:CL 2:name}, ", ")),
IF(ISBLANK({DE:CL 3:name}), "", CONCAT({DE:CL 3:name}, ", ")),
IF(ISBL...