DilbertAsok
Technical User
Using the formula:
[formula then continues with other IF statements]
The output of the above line looks like:
"Not yet started: 7.00", but as the output will always be an integer the decimal places are not needed.
As the output is a text string I cannot remove the decimal places using the normal formatting. Is there a way around this?
Thanks,
Code:
IF {XXX.XXX} = "2 NYS" THEN "Not yet started: "&DistinctCount ({XXX}, {XXX.XXX}) ELSE
[formula then continues with other IF statements]
The output of the above line looks like:
"Not yet started: 7.00", but as the output will always be an integer the decimal places are not needed.
As the output is a text string I cannot remove the decimal places using the normal formatting. Is there a way around this?
Thanks,