You can use below formula to count the number of checked options in the multi-selector block.
IF({hormone_pr_1}="", 0 , COUNTIF(SPLIT({hormone_pr_1}, ","))).
You can also retrieve the comma-separated values of the options checked in multi selector block using below formula.
SPLIT({hormone_pr_1}, ",")