How to display a range
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How to display a range’ is closed to new replies.