Addition 10 Subtraction 0 Multiplaction 25 Division 1 Exponents 3125
Addition 10 Subtraction 0 Multiplaction 25 Division 1 Exponents 3125
Addition 10 Subtraction 0 Multiplaction 25 Division 1 Exponents 3125
Addition 10
Subtraction 0
Multiplaction 25
Division 1
Exponents 3125
Task Cost
Repair hardwood upstairs PHP 8,500.00
Add new vanity and tile in bathroom PHP 26,300.00
Expand bathroom PHP 24,500.36
New tile in kitchen PHP 22,500.26
Add recessed lighting to kitchen PHP 20,880.90
Add molding downstairs PHP 12,000.36
Paint bedroom PHP 7,500.00
Total $ 122,181.88
Tax rate: 4%
Example
Quarter 1 Quarter 2 Quarter 3
March $500 $250 $35
April $300 $120 $45
May $100 $95 $55
Tax: $36 $19 $5
1. Write a function in each of Cells C10 to C15
at left to calculate the sum, average,
minimum value, and maximum value in
the range C5:C8 (named SALES).
Your result should look like this:
POSTIVE or NEGATIVE: If TEST is equal or greater than 50, display POSITIVE; otherwise, NEGATIVE.
IF Condition NEGATIVE
NORMAL or ABNORMAL: If the value is greater than 10 but lesser than 20, display NORMAL; otherwise, ABN
AND(VALUE>NUM,VALUE>NUM)
IF Condition NORMAL
NUMBER OUTPUT: If MINUTES is greater than 60, ADD 10 to minutes ; otherwise, display minutes.
IF Condition 80
PROMOTED or RETAINED: If CQPA is equal or greater than 2.5, display PROMOTED; otherwise, RETAINED.
IF Condition RETAINED
AGE CATEGORY: If AGE is greater than 60, CATEGORY is E; if AGE is greater than 50, CATEGORY is D; if AGE i
than 40, CATEGORY is C; if AGE is greater than 30, CATEGORY is B; AGE is greater than 20, CATEGORY is A; O
DOES NOT BELONG TO ANY CATEGORY.
Nested IF Condition A
Search ID 7
Age 62
Insurance INSULAR
Priority 2
se, NEGATIVE.
splay minutes.
otherwise, RETAINED.
Sales
PHP 31.39
PHP 71.21
PHP 53.33
PHP 21.08
PHP 52.74
PHP 4.75
PHP 8.70
PHP 10.50
PHP 10.50
PHP 10.50
PHP 10.50
PHP 10.50
PHP 26.90
PHP 137.68
PHP 126.60
Priority
3
1
1
2
4
2
2
2
2
4
4
4
1
3
3
3
1
2
4
4
Name Sex Attendance Assignment Mid-term Final
Dennis M 15 15 15 50
Belle F 13 15 14 45
Brigid F 12 13 12 40
Mark M 8 14 14 25
Philip M 14 13 14 40
1. By using if function, determine the student grade based on the following rules:
Total score>=95 then grade A
95>Total score>=90 then grade B
90>Total score>=85 then then grade C
85>Total score>=80 then grade D
80>Total score>=75 then grade E
Else then grade F
2. By using if function, display the word "Pass" or "Fail" under the Description column
Students who pass need to have total score greater than or equal to 75.
3. Using VLOOKUP, show the searched student's total, grade, and corresponding description.
Brigid 77 E PASS
Use NESTED IF to display the holiday destination of the agent and Vlookup to display the details of the agent.
Highlight the those agents who had sales at 15000 and more.