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 the cell doesn't have ",", the function brings back #Value. How can I take care of this matter?
Regards,
Guity
IF(FIND(",",$B9)<>0,(LEN($B9)-LEN(SUBSTITUTE($B9,",","")),""))
This doesn't work, when the cell doesn't have ",", the function brings back #Value. How can I take care of this matter?
Regards,
Guity