Excel Projects How To Enter Answers - Instructions
Excel Projects How To Enter Answers - Instructions
Steps to Perform:
Points
Step Instructions
Possible
1 This year, Sam, Jo, Andi and Loren won 1st, 2nd, 3rd and 4th place, 0
respectively, in the annual scholarship competition. The first place
winner will receive the scholarship over 4 years, the second place
winner will receive the prize over 3 years, the third place winner will
receive the scholarship over 2 years, and the fourth place winner will
receive the scholarship as a single lump sum.
2 1. Enter the information in the Yearly Prize Payout table to determine 0
the total amount of money the Scholarship Competition will pay out
each year. (Make sure to use cell references, formulas and functions
where appropriate.) [14 points]
• Make sure to use the RANK.EQ function to fill out Ranks column.
Points
Step Instructions
Possible
c) In cell D4, type = then on the Data tab, click on cell B9; next type
/2, as Andi will receive the scholarship over 2 years, and then click
enter
d) In cell E4, type = then on the Data tab, click on cell B10, and then
click enter; Loren receives the scholarship as a lump sum, so no need
to divide the amount
e) In cell B5, type = then click on cell B4 on same tab (ENTER
SOLUTION HERE), and then click enter; since the scholarship is paid
out in equal amounts, the amount paid out in the second year for Sam
is the same as the first year
f) Click on cell B5; click and hold on the small green square in the
bottom right corner of the cell (called the fill handle), and then drag
across to cell D5
• Your cell reference is copied across cells; since it is a relative cell
reference, the reference changes relative to the position of the new
cell
• You only drag to cell D5 because Loren's scholarship was
completely paid out in the first year
g) In cell B6, type = then click on cell B5 on the same tab (ENTER
SOLUTION HERE), and then click enter
h) Click on cell B6; click and hold the fill handle and drag across to
cell C6
• You only drag to cell C6 because Loren's scholarship was
completely paid out in the first year and Andi's was completely paid out
after the second year
i) In cell B7, type = then click on cell B6 on the same tab (ENTER
SOLUTION HERE), and then click enter
j) INTRODUCING ERRORS: In cell D5, type 5000; this is an error
because we are not using a cell reference; we will get partial credit
h) INTRODUCING ERRORS: In cell B7, type 8500; this is an error
because we are not using a cell reference AND because we entered
the wrong value; we will get no credit
i) When we review, you will notice that we received partial credit in
cell F7; this is because we got the wrong final value, but used the
correct formula
5 (3) We will now sum the rows and assign ranks [4 points] 8
a) In cell F4, type =SUM(B4:E4), and then click Enter
b) Click on cell F4; click and hold the fill handle and drag down to cell
F7
c) In cell G4, type =RANK.EQ(F4,$F$4:$F$7,0)
• The RANK.EQ function will assign the approproiate rank to the
totals in column F start with 1 as the greatest total
Points
Step Instructions
Possible