Forum Discussion
JustinTorrence
7 years agoQrew Cadet
It was unclear, but I think you are counting the number of characters in the multiple choice. Am I correct?
If so, this numeric formula might do it:
If(
[Letters Field] = "NONE", 0,
Length([Letters Field])
)
If so, this numeric formula might do it:
If(
[Letters Field] = "NONE", 0,
Length([Letters Field])
)