Skip to main content
Participant
February 2, 2017
Question

GST Calculations

  • February 2, 2017
  • 1 reply
  • 1506 views

I am trying to figure out how to do GST calculations in my fillable pdf form. I will need to calculate how much the total is with the GST amount of 5% and I can add them to make the correct total. But when the quantity will change from (for example) 150 ... how do you calculate the GST number with that? So that, then the total would be 150 and the GST amount should automatically change to $7.50 which would add up in the total to be 157.50.

Help please!!!

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
February 2, 2017

Multiply the value by 0.05 ...

So if the first field is called Total, enter this as the Simplified Field Notation formula under the GST field's Calculate tab:

Total * 0.05

And then the second total is Total + GST.

Participant
February 2, 2017

Thank you so much!!