0% found this document useful (0 votes)
29 views5 pages

Exercise 1

The document summarizes salary information for 3 employees in different departments. It calculates total salary as $109900 and average salary as $36633.33. It also finds the highest salary of $41400 belonging to Andy in Production, and the second highest of $36000 belonging to Nancy in Marketing. The average salary for the IT department is $32500.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views5 pages

Exercise 1

The document summarizes salary information for 3 employees in different departments. It calculates total salary as $109900 and average salary as $36633.33. It also finds the highest salary of $41400 belonging to Andy in Production, and the second highest of $36000 belonging to Nancy in Marketing. The average salary for the IT department is $32500.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Department Employee Name Position Salary Payrise

IT Adrien Specialist 32500 $32.50


Production Andy Team Lead 41400 $41.40
Marketing Nancy Marketing Officer 36000 $36.00

Total Salary 109900 109900


Average Salary 36633.3333333333 36633.33
Average Salary if Dept is IT: 32500
Highest Salary 41400
Second Highest Salary 36000
Top 3 Paid employees (names):

1) find sum of Salaries that company need to provide to the employees (formula: =SUM(Salary Ciolumn)) ie, =SUM(Table1[[Sa
2) Find Average Salary (formula: =AVERAGE(Table1[[Salary ]])
3) Find average salary if department is IT (Formula is: =AVERAGEIF(Table1[Department],"IT",Table1[[Salary ]])
4) Compare the average salaries of IT dept & Marketing Dept
4) Salary increase by 0.1% to all (formula is =[@[Salary ]]*0.1) (place = in the cell you wan the answetr and click 'Salary' column
5) Change Pay rise column & Salary Column into $
6) Pay rise only to IT department (Formula is: =IF([Department]="IT", [[Salary ]]*0.1%, 0)
7) Finding Highest Salary
8) Find second highest salary
9) Top 3 paid employees & their salary details (for this you need to have a separate table which will VLOOKUP the amin table a

STEP 1: Build the following table:


RANK Employee Name Salary
1
2
3
STEP 2: First find out first 3 salary values as follows:) formula is: =LARGE(Table1[[#All],[Salary ]],A36)

RANK Employee Name Salary


1 41400
2 36000
3 32500

STEP 3: Now find out the names of the top 3 paid employees using INDEX and MATCH Formula (formula is: =INDEX(whole tabl

RANK Employee Name Salary


1 Err:504 41400
2 Err:504 36000
3 Err:504 32500
Total Salary Payrise only to IT Department
$ 32,532.50 32.5
$ 41,441.40 0
$ 36,036.00 0

4) Compare the average salaries of IT dept & Marketing Dept


Average Salary of IT employees
32500
$ 41,400.00
$ 36,000.00

: =SUM(Salary Ciolumn)) ie, =SUM(Table1[[Salary ]])

tment],"IT",Table1[[Salary ]])

you wan the answetr and click 'Salary' column & type *0.1

ate table which will VLOOKUP the amin table and give results.)

#All],[Salary ]],A36)

Salary
$ 41,400.00
$ 36,000.00
$ 32,500.00

ATCH Formula (formula is: =INDEX(whole table selected, MATCH(click the lookup value which is the salary value of first row, highlight sala

1
Column1

e average salaries of IT dept & Marketing Dept Example:


Average Salary of 'Marketing' employees Finding 1: The company should be ready with its funds to
36000

109900
36633.3333333333
32500
Answer is as table above
Formula is in column: Payrise

ck the lookup value which is the salary value of first row, highlight salary column, exact match ie, 0), coulmnnumber of coulmn which has e

Employee name
Err:504
be ready with its funds to offer salary of $ 109900 to its employees /month

ber of coulmn which has employee name)

You might also like