[ad_1]
Replies: 1
Let’s suppose we have the formula “A” in a calculated field:
ROUND(((fieldname4-fieldname3)/356)*(fieldname2*0.5))
And then I have a second formula “B”, similar to the first, but which calculates a higher amount:
ROUND(((fieldname4-fieldname3)/356)*(fieldname2*1.5))
How can I display in a single row the following message to the user:
Your result is “A” to “B”
(where A and B are the results of the above 2 formulas)
