I want an if statement/ function which states find "," in a text, if there is one, then find how many of them are repeated in the cell. If there is no "," in the cell, bring back no value ("").
IF(FIND(",",$B9)<>0,(LEN($B9)-LEN(SUBSTITUTE($B9,",","")),""))
This doesn't work, when...