Putting mileage rate into a calculation
Help! I'm doing a monthly mileage reimbursement form and need to know how to put the mileage rate 0.555 into the calculation so it will multiply # of miles by the 0.555 rate.
Help! I'm doing a monthly mileage reimbursement form and need to know how to put the mileage rate 0.555 into the calculation so it will multiply # of miles by the 0.555 rate.
If you have a field which contains the rate then you don't need to hard-code it. Simply use the Simplified Field Notation option under the Calculate tab of the Amount field and enter this:
Miles * Rate
If you want to hard-code the value, change it to:
Miles * 0.555
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.