ROLL NO.
- 31 RISHIKA SINGH /IX-B FIT#PROJECT
Tariq Fashions maintain their employee salary details
in a spreadsheet as shown below :
a) To calculate the DA as 25% of BASIC+HRA for each employee in display in
column D. {FORMULA:- (=B2+C2)*25% IN D2:D8 }
b) To calculate the NET SALARY as BASIC+HRA+DA-PF for each employee and
display in column F. { FORMULA :- [=SUM(B2:E2)] in F2 to F8 }
c) To find the minimum NETSALARY and display in cell F9. {FORMULA: -
[=MAX (F2:F8)] in F9}.
d) To count the number of employees and display in cell B10.
{FORMULA: - {=COUNT (B2:B8)} in B10].
e) The Manager wants to know how many employees from the above data are
eligible for bonus. The criteria being that the employees having net salary
greater than 75000 are not eligible for bonus. Write the formula the
Manager should use foe achieving the same and display the number of
employees in cell F10.
{FORMULA: - [=IF (F2>=75000,"NOT ELIGIBLE","ELIGIBLE")]}
1
ROLL NO. - 31 RISHIKA SINGH /IX-B FIT#PROJECT
CHART OF EMPLOYEE SALARY TABLE
(EXCEL)