Percentage Calculation

B

Bill Neilsen

I have 6 fields in the table Labour1, Rate1, Labour2, Rate2, Freight,
ExtraCosts, GST.
The GST to be calculated is 10% the formula I have written for the total is
([Labour1]*[Rate1])+([Labour2]*[Rate2])+[Freight]+[ExtraCosts]
But how do I finish it off to calculate 10% of the total

Can anyone help please
 
G

G. Vaught

Encapsulate the entire formula into additional parentheses and then type
*.10 at the end. This will give you 10% of the total. If you want the 10%
included in the total, then type * 1.1, which will give you 100% plus 10%.
 
B

Bill Neilsen

Thanks to both of you, it works a treat.

Sometimes the solutions are so simple that you can't see them staring you in
the face.

G. Vaught said:
Encapsulate the entire formula into additional parentheses and then type
*.10 at the end. This will give you 10% of the total. If you want the 10%
included in the total, then type * 1.1, which will give you 100% plus 10%.

Bill Neilsen said:
I have 6 fields in the table Labour1, Rate1, Labour2, Rate2, Freight,
ExtraCosts, GST.
The GST to be calculated is 10% the formula I have written for the total
is
([Labour1]*[Rate1])+([Labour2]*[Rate2])+[Freight]+[ExtraCosts]
But how do I finish it off to calculate 10% of the total

Can anyone help please
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top