Answered
Hello,
I am trying to make a number round, and then multiply it by another number. I have two fields being divided and multiplied by 100, to make a percent. However, the percent can only be three decimal places. This number then must be multiplied by another field. I am able to get the fields to display a rounded value, but the output is not correct. I have tried to use the Round( n1, 1) function, however it doesn't seem to effect the outcome.
Can somebody please help me?
Did you want to use the rounded percentage in the computation? Or not?
Is the result off by a factor of 100?
Maybe you only need limit the display of the percentage computation to show only 2 trailing digits but use the result of the division in the computations.
George Kaiser