Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 12

Table A contains names and their respective grades for Excel Course

Complete column C using only IF formula


Grade 60 or higher = Pass
Grade less than 60 = Fail

Name Grade Pass/Fail


Adi 98
Beni 55
Charlie 15
Dani 60
The following table is an extract from an accounting system that contains four journal entries
Check if column A's cells match column B's cell
if they match - return "match", otherwise return "no match"

A
Debit
Journal Entry 1 $94.00
Journal Entry 2 $109.00
Journal Entry 3 $85.00
Journal Entry 4 $12.00
B
Credit Same value?
$94.00
$109.00
$85.50
$12.00
The table below contains details of high school students names and ages, use IF formula to complete columns D an
1 If the student's age is 16 or above, he/she is eligible for a driver's license. Check if they are eligible or not. Answer

2 If the student is younger than 18 years old he/she is a minor. Check whether the student is a minor or not. for Mi

Column D Column E
Number Name Age Driver LiceMinor/Adult?
1 Arik 16
2 Ben 18
3 Cermit 15.5
4 Dan 19
5 Eliko 18
6 Fage 13
7 George 18
8 Herzl 17
ula to complete columns D and E
hey are eligible or not. Answer in column D

dent is a minor or not. for Minor return "Minor" and non minor = "Adult" anwswer in column E
An A+ student gets 100% scholarship and non A+ gets 50% scholarship as shown in the table below:

Amount
A+ 100%
A- 50%

The following table contains the names of students from 2024 class.
Use IF function to calculate the scholarships' amounts each of them will get

Name GPA Tuition Scholarship


Sam A+ 46,866
Ari A- 33,495
Xena A- 35,087
Gabe A+ 42,603
Eliko A- 36,971
Daniela A+ 41,286
Rotem A- 37,732
The school decided to use the following grade system:
Grade higher or equal to 80 - Excellent
Grade higher or equal to 60 but lower than 80 - Good
Grade lower than 60 - Failed

Complete the following:

Student name Grade Failed/Good/Excellent


John 78
Sarah 85
Michael 44
Deborah 61
Remove the extra spaces:

Welcome <= Insert formula here Welcome

Good Morning <= Insert formula here


Return the following text converted to lowercase, uppercase and proper:

I lOvE wATchInG CaRToOns

Lowercase Correct! Good Job!

Uppercase Correct! Good Job!

Proper Correct! Good Job!


1. Convert the cell from text to value:

TEXT VALUE
1234 1234 <= Insert formula here

2. What's the correct sum of the following numbers?

Number
1
2
3
4 10
Correct sum:
<= Insert formula here

Hint: (Select the entire text in the cell below by clicking the cell, then click F2, then CTRL+A!)
You can apply the VALUE function on ranges as well, and use it within other functions... :-)
1. Convert the cell from a number to text (without specific formatting):

Number TEXT
45634345 45634345 <= Insert formula here

2. Convert the following dates using the following format:

Date Required format Result:


3/4/2020 dd.mm.yyyy 04.03.2020 <= Insert formula here

3. Add 2 leading zeroes to the following number:

Number With 2 leading zeroes


1234 001234 <= Insert formula here
Replace the letter "B" with the letter "L":
(Please use capital letters in all parts of formula!)
HEBBO WORBD
HELLO WORLD <= Insert formula here

Change the second "A" to "P":


(Please use capital letters in all parts of formula!)
PAAA
<= Insert formula here

You might also like