Calculation

Excel formula

Salary to pay | # gomaths.net/4218    User submitted, thanks to

Calculate weekly, fortnightly and monthly pay from a given salary.

=A1/52 (for weekly)
=A1/26 (for fortnightly)
=A1/12 (for monthly)

where A1 is the salary (per annum)

Simple interest | # gomaths.net/4222    User submitted, thanks to

Calculate simple interest.

=A2*B2*C2 (calculate simple interest)

=A2+D2 (amount)

where A2 is the Principal
B2 is the interest rate as a percentage
C2 is the time in years

Weekly wage | # gomaths.net/4217    User submitted, thanks to

Calculate weekly wage given hours worked and hourly rate.

=B2*C2

where B2 is the hours worked and C2 is the hourly rate