Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Homework 2 assignment, Assignments of MS Microsoft Excel skills

PF 106 homework 2 assignment, earned an A.

Typology: Assignments

2021/2022

Available from 02/11/2022

crism7
crism7 🇺🇸

8 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
MODULE 2 HOMEWORK ASSIGNMENT
(45 points)
You will be providing answers to the following questions using cell references from the indicated
worksheet image provided. Questions 1 uses the first worksheet image, questions 2 and 3 do not use
any image, and questions 4 through 7 use the second worksheet image. Note that the first question has
four parts to it (a through d). You will type your answers in this document. There is no Excel file
provided for this assignment. Remember to start all formulas with an equal (=) sign.
1. (0-10 pts) What new formula will result if the formula in each case is copied from cell B3 to D6?
Explain what changed and what stayed the same. Why? Use the spreadsheet below for (a)
(d). Each is worth up to 2.5 points.
(a) = A1+A2
=C5+C6, The row and colom changed because both factors are relative.
(b) = $A$1+A2
=$A$1+C6, A and 1 are both absolut values and froze in palce. A2 is a realtive value and changes
with the new cell address.
(c) = $A1+A2
=$A5+C6, The cell rows have changed. The first colum stayed the same since it has the $ sign
and it is absolute.
(d) = A$1+A2
=C$1+C6, The coloms and all the rows changed except for row 1 in the formula since it is absolut
and frozen in place.
2. (0-5 pts) What formula would result if you copied the formula =A1+A2 from cell E7 to cell D9?
Page 1 of 3
A B
1 2
2 4
3 6
pf3

Partial preview of the text

Download Homework 2 assignment and more Assignments MS Microsoft Excel skills in PDF only on Docsity!

(45 points)

You will be providing answers to the following questions using cell references from the indicated worksheet image provided. Questions 1 uses the first worksheet image, questions 2 and 3 do not use any image, and questions 4 through 7 use the second worksheet image. Note that the first question has four parts to it (a through d). You will type your answers in this document. There is no Excel file provided for this assignment. Remember to start all formulas with an equal (=) sign.

  1. (0-10 pts) What new formula will result if the formula in each case is copied from cell B3 to D6? Explain what changed and what stayed the same. Why? Use the spreadsheet below for (a) – (d). Each is worth up to 2.5 points. (a) = A1+A =C5+C6, The row and colom changed because both factors are relative. (b) = $A$1+A =$A$1+C6, A and 1 are both absolut values and froze in palce. A2 is a realtive value and changes with the new cell address. (c) = $A1+A =$A5+C6, The cell rows have changed. The first colum stayed the same since it has the $ sign and it is absolute. (d) = A$1+A =C$1+C6, The coloms and all the rows changed except for row 1 in the formula since it is absolut and frozen in place.
  2. (0-5 pts) What formula would result if you copied the formula =A1+A2 from cell E7 to cell D9? A B 1 2 2 4 3 6

(45 points)

=#REF!+#REF!

  1. (0-5 pts) What formula will result in cell B2 if the formula = A1+A2 is copied from cell B3 into cell B2? =#REF!+A Use the spreadsheet below for questions 4-7. Only use a $ if necessary when copying formulas down or across.
  2. (0-5 pts) What Excel function can be written in cell C2 that can be copied down the column to C and C4 to determine the number of candles needed for this child’s birthday cake? You will light one candle per year plus an extra one for good luck. =B2+
  3. (0-5 pts) What Excel function can be written in cell C5 to determine the total number of candles that will be needed for all of the children? =C2+C3+C
  4. (0-5 pts) If you insert a row between Mike and Allison and added another child named Fred who is age 4, and copied the formula in C3 to C4 for Fred, how will that affect the value calculated in question 5 for cell C5 (now C6), the total number of candles? After you add Fred, what is the new function and resulting value in cell C6? Due to the formula in C5 (now C6) the total does not change. Fred won’t be added to the formula, so the results remain unchanged. This is why the SUM function is good- it would adjust automatically (=SUM(C2:C5) ). The new value is 34. A B C D 1 Name Age # Candles % Total 2 John 12 13 45% 3 Mike 6 7 24% 4 Allison 8 9 31% 5 total: 29