|
SPREADSHEETS(2) Calculating wages: this spreadsheet uses absolute cell references Open a new spreadsheet in Excel and set up the cells as shown below.
Save the spreadsheet as wages.xls
Now
center the heading WEEKLY WAGE SHEET across columns A to F, using the
"center across columns" tool.
(
Add the hours in column B and centre using the alignment tool, add the rate in cell G2 and the Tax in cell G3. Save again.
To
calculate Jim's Gross Wage Jim's wage is the hours he worked X the rate per hour
The formula should look like this =B6*$G$2 Click on the green tick to drop the formula into the cell The answer is $472.50
Click
once in the cell C14 and then double-click on the AutoSum
To calculate the Tax Jim will pay Jim's tax is his Gross pay X the Tax rate
The formula should look like this =C6*$G$3 Click on the green tick to drop the formula into the cell The answer is $108.68
To calculate Jim's Net pay Jim's Net Pay is his Gross Pay less his Tax That can be done with a simple formula in E6. Try to write it for yourself. Click in the cell E6 and start with = Now
use AutoSum The Power of spreadsheets
|