You are on page 1of 1

“PRACTICAL # 1(B)”

OBJECT:-
 Create & print a "PAY ROLL OF EMPLOYEES".

PROCEDURE:-
 Click on Start/Program/Microsoft Office/MS Excel.
 Select a new blank sheet from file menu.
 Create a pay roll of employees.
 Insert the formula as given instruction.
 Set margins.
 save file OR save as.
 For saving file click on the file menu then click save OR press Ctrl+S.
 Give a name to the file. Such as "Practical # 1(B)".
 Print the sheet.
 For printing sheet click the file menu then click print OR press Ctrl+P.
 Close the program.

FORMULA:-
1. For calculate medical allowance,
=B5/100*12
2. For calculate house rent,
=B5/100*40
3. For calculate gross pay,
=SUM (B5:D5)
4. For calculate tax,
=IF(E5>15000,E5*4%,E5*3%)
5. For calculate net pay.
=E5-F5
6. For calculate grade,
=IF(G5>15000,"A","B")

You might also like