Round Formula

J

Jason Stevens

I am trying to convert an excel template to Infopath. I have the following
formula in excel that I can't get to work in Infopath.

round(D8 * 0.405,2)

The user will be entering a number in a field called "miles" and then in the
"amountdue" field it should have that formula. I can do "miles * 0.405" and
I can do "round(miles) but how do you do both. What I want is "round(miles
* 0.405)". And it should round to two decimal places.

Thanks,
Jason Stevens
 
Top