Forum Discussion
- QuickBaseCoachDQrew CaptainYou cannot makes words appear in a formula numeric field.
- MCFNeilQrew CaptainI'd recommend changing the field type (if its a new field and not used in other calculations)
or
create a new formula text field.
You will want to convert the number to text with something like ToText() or ToFormattedText() - ChrisChrisQrew Assistant Captain
Formula text field
If(
[12 Month Sales]=0,"No Usage",totext([new formula numeric field]))
New formula Numeric field
[On Hand]/([3PWMA]*4/250)