IF( LEN({FieldName}) = 0, 0, LEN(CONCATENATE(",", {FieldName})) - LEN(SUBSTITUTE({FieldName}, “,”, “”)))
As a workaround, this formula works for me, but none of the multiple options can have a “,” in.
It returns 0 if there’s nothing there, otherwise ...