So I have a form with a people picker field that is an "assigned to" field. I need to know how many are assigned to a task. I used a calculated field with the following fx:
count(Assigned To)
It gives the right answer if I have two or more assigned; however, It will return 18 when I have only one entry.
Any Ideas?