Skip to main content
418524Louise
Participant
July 28, 2016
Question

i want to calculate 1.75% of one field and add it + .30

  • July 28, 2016
  • 1 reply
  • 229 views

Can anyone suggest a code to calculate 1.75% of one field add it plus 30 cents to another field.

Thanks

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
July 28, 2016

If the name of the other field is Text1, for example, you can use this code as the Simple Field Notation calculation formula for the target field:

(Text1 * 0.0175) + 0.3