You are on page 1of 10

Shapes Size Shape Quantity Col_number Price

Size Cylinder Sphere Mini Cylinder 5


Mini $1.50 $2.00 Mini Sphere 6
Large $2.50 $3.00 Large Cylinder 1
Huge $4.00 $5.00 Large Sphere 0
Huge Cylinder 9
Huge Sphere 0

Totals:
You have a candle company with 6 types of candles as shown in the table.

Cost
a.) The spreadsheet has an order form which lists the size, shape, and quantity of
each candle. Before we can look up the price of each candle in the table we need to
establish what the column number should be for the 3 rd argument of the VLOOKUP
function. To do this use a simple IF function which checks IF the shape = “Cylinder”,
THEN the column number is 2, ELSE it is 3.

b.) Now determine what the price for each candle is using a VLOOKUP function.
Make sure to look for exact match. Compute the costs for each candle.

c.) Finally compute the total number of candles ordered and compute the total cost
of the order, giving a 20% discount IF the number of candles is 20 or more.
You run a com
Q Reasoning Company the hours eac
work 40 hour
Employee Daily Hours Worked hours worked
Last First Mon Tue Wed Thu Fri Hourly WaTotal Hours and a half; so
Ackers Jill 4 4 4 4 4 $ 12.50 20
Bartel Channing 11 10 4 5 10 $ 10.00 40
First Last 9 7.5 6.5 7 13 $ 10.00 43
Hill Jonah 2 1 0 1.5 0.1 $ 2.25 4.6 a.) Compute
Jackson Five 12 8 14 22 16 $ 45.00 72
Yu Tu 5 8 7 8 7 $ 150.00 35

Last First Hours Over 40 b.) Enter a f


Ackers Jill 0 employee. If
Bartel Channing 0
First Last 3
Hill Jonah 0
Jackson Five 32
Yu Tu 0
c.) Enter a fo
Last First Weekly Salary The formula s
currency.
Ackers Jill $ 250.00
Bartel Channing $ 400.00
First Last $ 445.00
Hill Jonah $ 10.35
Jackson Five $ 3,960.00
Yu Tu $ 5,250.00
You run a company with 6 employees. Create a spreadsheet that keeps track of
the hours each employee works and determines their weekly salary. If they
work 40 hours or less they simply get their hourly wage times the number of
hours worked. If they work overtime, anything over 40 hours gets paid time
and a half; so 2 overtime hours gets paid for 3 hours worked.

a.) Compute the hours worked for the week for each employee.

b.) Enter a formula which computes the hours worked over 40 for each
employee. If they worked less than 40 hours this formula should return 0.

c.) Enter a formula which computes the total weekly wage for the employees.
The formula should give time and half for any hours worked over 40. Format as
currency.
A 4 Grade: C- This spreadsheet allows you to input a letter grade, A, A-, B
A- 3.67 the associated numerical equivalent on the 4 point scale: A
…, F = 0.
B+ 3.33
B 3
B- 2.67
C+ 2.33 a.) Enter the VLOOKUP function that outputs the correct
C 2 4-pt. scale: 4 point scale for the letter grade given. Remember the 4th
want a perfect match for our lookup value.
C- 1.67
D+ 1.33
D 1
F 0
Courses Credits Grade 4 Pt Scale QP's b.) Next you a
QR 4A letter grades fo
to numbers, co
Bio-Math 3 B+
Poetry 3 C-
Zen 4 A-
Python 3B
c.) Compute t
GPA: is a weighted a
input a letter grade, A, A-, B+, …, F, and then outputs
alent on the 4 point scale: A = 4.0, A- = 3.67, B+ = 3.33,

on that outputs the correct numerical equivalent on the


de given. Remember the 4th argument here because we
ookup value.

b.) Next you are given courses for this semester, credit hours for each course and
letter grades for the courses. Use the VLOOKUP function to convert the letter grades
to numbers, compute your quality points (credits times 4 point scale).

c.) Compute the GPA (quality points per credit) for the semester. Remember the GPA
is a weighted average of your 4 point scale grades weighted by the credits.
Student Exam 1 Exam 2 HW 1 HW 2 HW 3 HW 4 HW 5 Average
Ashe 98 79 100 76 97 90 60 87.0375
Bijou 75 98 91 86 86 65 98 86.0125
Calla 93 95 100 93 87 97 100 94.525
Diego 83 57 55 70 87 77 48 69.025
Erroll 92 95 100 100 78 94 99 93.7625

Student
Ashe
Bijou
Calla
Diego
Erroll
Cutoff Letter
0 F Student
60 D Ashe
70 C Bijou
75 C+ Calla
80 B Diego
85 B+ Erroll
90 A
You are teaching a seminar with 2 exams @ 25% each, 5 homework assignments @ 6%
#NAME? each, and a final exam worth 20% of the grade. You have all grades entered into the
spreadsheet.
Final
92
74

98 a.) Compute the average, out of the 80 possible points, before the final exam for each
student. This should be a weighted average.

GRADE
88.03 b.) If a student has an average of 90 or above they get an A for the course and do not
83.61 have to take the final else they need to take the final. The final exam grades have
been entered for those students who need to take the final. Enter an IF function
94.525 which computes the students’ grade in the course: IF they have an average under 90%
74.82 then compute their weighted average using the grade on the final exam, else their
grade is just their average.
93.7625

GRADE
B+ c.) Enter a VLOOKUP formula in the grade column which will compute the student’s
B final letter grade for the course using the cutoffs given in the table.
A
C
A
ments @ 6%
d into the

am for each

and do not
s have
nction
under 90%
se their

student’s

You might also like