I calculated a number in a field and I am trying to get the number to format as such:
If the calculated answer is 25, I would like it to format as 25.00 instead of 25
It is calculating as an integer and I do not want it to do that. Also, my table is formatted as a text field and I must keep it this way, so how can I work around this. When I use Val, If I multiply 25.345 * 1, it gives me 25.345. I would like it to give me 25.35 as the answer.
Thanks
If the calculated answer is 25, I would like it to format as 25.00 instead of 25
It is calculating as an integer and I do not want it to do that. Also, my table is formatted as a text field and I must keep it this way, so how can I work around this. When I use Val, If I multiply 25.345 * 1, it gives me 25.345. I would like it to give me 25.35 as the answer.
Thanks