Test example:
i have
1,2,3,4,5,6,7,8,10… (a random words they are seperate with the ,)
I count the phrases between the , with the follow code:
IF({Tags},
IF(LEN({Tags}) - LEN(SUBSTITUTE({Tags}, ‘,’, ‘’))>14, ‘ :x: ’
& (LEN({Tags}) - LEN(SUBSTITUTE({...