0% found this document useful (0 votes)
57 views11 pages

Practice Exercise

Exercise 01 involves finding the total number, average, and GPA for each student based on their chemistry and physics scores. Exercise 02 involves looking up employee salaries from a table using left-to-right lookup. Exercise 03 is similar but requires lookup in any direction since the salary table is on the right side.

Uploaded by

saquibneyaz
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)
57 views11 pages

Practice Exercise

Exercise 01 involves finding the total number, average, and GPA for each student based on their chemistry and physics scores. Exercise 02 involves looking up employee salaries from a table using left-to-right lookup. Exercise 03 is similar but requires lookup in any direction since the salary table is on the right side.

Uploaded by

saquibneyaz
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/ 11

Excel Practice Exercises

Exercise 01: Class Performance Evaluation

Name Chemistry Physics Total


John 65 78 143
Ross 57 52 109
Natasha 58 33 91
Gibbs 54 45 99
Marco 71 46 117
Diego 67 57 124

Exercise 02: Lookup Values (Left to Right)

Name Employee ID Salary


John E-7531 3250
Ross E-8851 2789
Natasha E-8832 2984
Gibbs E-7845 3320
Marco E-8758 2458
Diego E-7785 3300

Exercise 03: Lookup Values (Any Direction)

Name Employee ID Salary


John E-7531 1
Ross E-8851 $2,789
Natasha E-8832 $2,984
Gibbs E-7845 $3,320
Marco E-8758 $2,458
Diego E-7785 $3,300

Exercise 04: Rounding Values


Name Unit Sold Unit Price Sales
John 55 $0.99 $54.45
Ross 25 $2.54 $63.50
Natasha 35 $3.99 $139.65
Gibbs 28 $2.99 $83.72
Marco 31 $3.50 $108.50
Diego 25 $4.24 $106.00

Exercise 05: Joining Two Strings

First Name Last Name Full Name


John Reese John Reese Exercise 05: Joining Two String
Ross Geller Ross Geller You will need to join the first na
Natasha Romanoff Natasha Romanoff
William Gibbs William Gibbs
Marco Polo Marco Polo
Diego Luna Diego Luna

Exercise 06: Conditional Formatting

Name Joined Salary Exercise 06: Conditional Form


John 4/1/2022 Your task is to create a Data Ba
Ross 4/1/2022 salary values.
Natasha 6/12/2022
Gibbs 3/1/2022
Marco 7/25/2022
Diego 7/1/2022

Exercise 07: Counting Unique Values

Name UNIQUE COUNT


John #NAME? 3 Exercise 07: Counting Unique V
Natasha #NAME? Firstly, you need to find the uni
Natasha #NAME? Then, you will find how many ti
John #NAME?
Firstly, you need to find the uni
Then, you will find how many ti

Marco #NAME?
Leonardo
Casper
Leonardo
Natasha
John
Casper
Natasha

Exercise 08: Extract First, Middle, and Last Names

Name First Name Middle Name Last Name


Mary Elizabeth Smith Mary Elizabeth Smith
Ross James Geller Ross James Geller
Natasha Yvone Romanoff Natasha Yvone Romanoff
William Jackson Harper William Jackson Harper
Marco Van Basten Marco Van Basten
Diego Garcia Lopez Diego Garcia Lopez

Exercise 09: Conditional Summation

Country Sales
Japan $500,000
Sweden $350,000 Exercise 09: Conditional Summation.
USA $450,000 You will need to find the total sales for a partic
USA $398,000
Japan $458,000
Canada $300,000

Country Sales
Japan $958,000

Exercise 10: Data Validation

Country Sales Exercise 10: Data Validation.


Your objective is to ensure that user cannot typ
column.
Exercise 10: Data Validation.
Your objective is to ensure that user cannot typ
Japan $45 column.
Sweden
USA
USA
Japan
Canada

Exercise 11: Check If a Date Is Between Two Dates

Date 1 Date 2 My Date Result


1/12/2020 3/18/2020 2/15/2020 YES
5/17/2020 7/20/2020 5/16/2020 NO
9/20/2020 12/15/2020 12/17/2020 NO
1/26/2021 4/28/2021 3/26/2021 YES
11/21/2021 1/20/2022 12/16/2021 YES
12/25/2021 8/31/2022 12/27/2021 YES
cises

ce Evaluation
Exercise 01. Class Performance Evaluation. You will fi
The total number for each student,
Average GPA Their average on those subjects,
71.5 A Based on average score you will return a GPA. For GPA
54.5 B than 60 is B and higher is A.
45.5 B
49.5 B
58.5 B
62 A

Left to Right)

Employee ID Salary Exercise 02: Lookup Values (Left to Right).


E-7531 $3,250 You need to find the employee salary from the lookup ta
E-8851 $2,789 side.
E-8832 $2,984
E-7845 $3,320
E-8758 $2,458
E-7785 $3,300

Any Direction)

Salary Employee ID Exercise 03: Lookup Values (Any Direction).


$3,250 E-7531 Here your task is same as the second task. However, this
$2,789 E-8851 lookup range is on the right side. Therefore, you cannot
$2,984 E-8832 VLOOKUP function here.
$3,320 E-7845
$2,458 E-8758
$3,300 E-7785

Exercise 04: Rounding Values.


You will need to round the sales generated values in this exercise.
Exercise 04: Rounding Values.
Sales (Rounded)
You will need to round the sales generated values in this exercise.
$54
$64
$140
$84
$109
$106

Exercise 05: Joining Two Strings.


You will need to join the first name and last name.

Exercise 06: Conditional Formatting.


Your task is to create a Data Bar for the salary values and hide the
salary values.

Exercise 07: Counting Unique Values.


Firstly, you need to find the unique values from a list of names.
Then, you will find how many times that value occurred in that list.
Firstly, you need to find the unique values from a list of names.
Then, you will find how many times that value occurred in that list.

Exercise 08: Extract First, Middle, and Last Name.


You need to separate the three parts of a name from a given list.

9: Conditional Summation.
ed to find the total sales for a particular country.

: Data Validation.
tive is to ensure that user cannot type less than 0 in a
: Data Validation.
tive is to ensure that user cannot type less than 0 in a

Exercise 11: Check If a Date Is Between Two Dates.


Your target is to determine whether a date is between two dates or
not.
valuation. You will find these values -
t,

eturn a GPA. For GPA calculation, less

Right).
y from the lookup table on the right

ection).
task. However, this time the
erefore, you cannot use the

this exercise.
this exercise.
combinationsswitchA switch B switch C state state
1 1 1 1 0 FALSE
2 1 1 0 1 TRUE
3 1 0 1 1 TRUE
4 1 0 0 0 FALSE
5 0 1 1 1 TRUE
6 0 1 0 0 FALSE
7 0 0 1 0 FALSE
8 0 0 0 1 TRUE

You might also like