Code:
program:
cmp(
raw_field('#number_fandoms'),
2,
'single-fandom',
'two-fandoms',
'three-or-more-fandoms'
)
says if LESS than 2, return single-fandom
if EQUAL 2, return two-fandoms
if GREATER than 2, return three-or-more-fandoms
So ..... with that information you should be able to see what to change
If not, check the spoiler and see