Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
1 views

Excel - Part V

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

Excel - Part V

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

V - Workshop V: Exercises & Reviews

I- Making Decisions

Given the following excel worksheet:


A B C D
1 X Y Z Result
2 1.9 12 0 ??

In cell D2, Calculate the formula to get the result as follows:


If the 3 following conditions are satisfied:
i- X<2 (x is less than 2) and
ii- 12<=y<=14 (y is between 12 and 14), and
iii- Z>= 0 (not negative)

Then the result is “Pass”


Else, the result is “Fail”
You should write the formula for the result in cell D2 two ways:
1- Using nested IF statements( 4times)
2- Using one IF statement and the function AND

Page 1 of 6
II- Basket Ball Statistics

This worksheet represents some statistics for a basketball team. The first table (B1:C4) indicates
the points a player scores for different shots:
Shot Value
3-point 3
2-point 2
Free throw 1

Player 3-point 2-point Free Total Games Average/


Shots Shots Throws Points played Game
Jordan 42 81 80 Q:1 4 Q:2

O’Neal 7 65 60 ? 4 ?

Briant 37 75 80 ? 4 ?

Bird 62 75 80 ? 5 ?

Magic 22 35 30 ? 2 ?

Total pts for Q:4 Highest Q:3


players with 4 Average/Game =
games =
Number of players Q:5
with 80 free throws
=

1- What is the appropriate formula to calculate the total points of the player called Jordan?
2- What is the appropriate formula to calculate the average points per game of the player called
Jordan?
3- What is the appropriate function to find the highest average points per game of the players?
4- Write the function to determine the sum of the total points for the player who played 4 games.
5- Write the function to find how many players scored 80 free throws?

Page 2 of 6
III- Pay Roll

Pay Roll

Name Basic Absent Over Time Sub Tax Salary Status Bonus Net
Salary Day Amount Hr. Amount Total 3% Salary
Ali 1500 5 277.78 25 198.41 1420.63 42.619 1378.02 4 344.50 1,722.52

Seham 850 1 5 0 0.00 2 0 0.00


Mohammad 2000 3 0 0 0.00 1 0 0.00
Nader 1100 2 3 0 0.00 3 0 0.00
Sara 750 4 10 0 0.00 2 0 0.00

Minimum
No.
Maximum
No.
Average No.

 1month=27days & 1 day=7hours


 Absent amount=salary/27*absent day
 Over time Amount=salary/27/7* over time hours
 Sub=salary-absent amount + over time Amount

 In Bonus column:
If status=1 then the bonus=5%
If status=2 then the bonus=15%
If status= 3 then the bonus=20%
If status =4 then the bonus=25%

Page 3 of 6
IV- Answer the questions about the following excel worksheet.

Date Status Temperature Cold, moderate or hot


01/12/2008 sunny 24 ?
08/12/2008 rainy 14 ?
10/12/2008 sunny 20 ?
15/12/2008 rainy 12 ?
20/12/2008 sunny 18 ?
05/01/2009 windy 10 ?
15/01/2009 rainy 13 ?

Total temperature for ?


sunny days
Number of sunny ?
days
Average temperature ?
for sunny days
Highest temperature ?
Lowest temperature ?
The Excel sheet above is used at the Airport to observe the weather changes.

1. Write a formula that displays the following “cold” if the temperature is below 18oC, “moderate”
if the temperature is below 22 oC, and “hot” if the temperature is > 22 oC.

2. Write a formula to calculate the total temperatures for sunny days.

3. Write a formula to calculate the number of sunny days.

4. Write the Excel formula to calculate the average temperature for sunny days.

5. Write a formula to find the highest temperature.

6. Write a formula to find the lowest temperature.

Page 4 of 6
V- Western U.S. Regional Sales

Name April May June Total Comm. Bonus


Hanover 25 12 32
Monder 15 12 21
Jaen 15 20 16
Simmonds 18 22 23
Peruzzi 20 30 25
Totals

Commission Rate: 18%


Quota: $ 60

Total Bonus
0 0
50 2
55 3
60 4
68 8

1-Calculate the total


2-Calculate the commission using if: total>quota, Commission rate*Total else " Below_Q"
3-Calculate the bonus

Page 5 of 6
VI. Answer the questions about the following sheet.
A B C D E F G H
1

Smith’s Donut Shop


2 Donuts Unit VAT Net Sales
Price
3 Plain 1.00 10% ?
4 Glazed 1.25
5 Chocolate 1.75
6 Cinnamon 1.50
7
8

Orders
9 Plain Glazed Chocolate Cinnamon Cost VAT Total
Cost
10 Jim 1 1 1 1 ? ? ?
11 Mary 6 0 0 0 ? ? ?
12 Helen 12 12 12 12 ? ? ?
13
The Excel sheet above is used by Smith to calculate the price value of each order in his donut shop.

1. Write a formula that Smith could enter in cell F10 to calculate the cost for an order.

2. Write a formula that Smith could enter in cell G10 to calculate the VAT for an order.

3. Write a formula that Smith could enter in cell H10 to calculate the total cost for an order by adding the
VAT taxes.

4. Write the Excel formula in cell E3 to calculate the net sales of the donut shop.

Page 6 of 6

You might also like