I have one table Evals where I have a true or false question that I want to count in another table called Eval Summary. In Evals, I created two formula fields that seem to be working fine:
IF({Would you attend a similar conference next year?}=“True”,1," ")
IF({Would you attend a similar conference next year?}=“False”,1," ")
I’ve linked the Evals to the Eval Summary table with linked field and created a rollup field linking to that table and formula field with SUM(values). But it’s just giving me NaN and I can’t really figure out why.
Any help is appreciated and thanks in advance!