Forum Discussion
JakeRattner2
7 years agoQrew Trainee
I'd suggest using a numeric formula field if possible because I think you're looking for a number as the output of your formula. If you wanted to keep using a text formula field you might be able to use this formula based on what you provided:
If([Tubs Needed]="NONE","0",ToText(Length([Tubs Needed])))
Though for reporting purposes a numeric field seems like the way to go
If([Tubs Needed]="NONE","0",ToText(Length([Tubs Needed])))
Though for reporting purposes a numeric field seems like the way to go