Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
7 views37 pages

Ch08 Excel365 WorksheetSolution

Uploaded by

Patel Saikiran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views37 pages

Ch08 Excel365 WorksheetSolution

Uploaded by

Patel Saikiran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 37

Proper Dataset = Table

1) Field names in first row.


2) Records in subsequent rows.
3) Empty cells around table or worksheet row headers (numbers) or colu

Column Headers = Field Names = Field


1) Each field has a name that tells you what data goes into the column.
2) Each field has a type of data (like text, number, and so on).

Row = Records
Each Row represents a record (like student test scores or sales transaction

Field names in first row è Student Test 1 Test 2 Test 3


Record è Sioux Coolinator 75.4 95.2 85
Record è Chantel Williams 83 92 96.7
Record è Miki Yu 77 68.6 81.4
Record è Tyrone Zion 96.3 81.2 93.3
et row headers (numbers) or column headers (letters).

what data goes into the column.


t, number, and so on).

nt test scores or sales transactions).

Test 4 Test 5
73.7 97
89.8 93.7 Proper dataset
69.9 75
86 83.8
Please calculate the total test scores for each student and their percentage grade.
New student names and test scores will be sent later.
Also, please send PDF file with results, sorted biggest to smallest by % grade.
Sioux Coolinator Test 1 = 75.4 Test 2 = 95.2 Test 3 = 85.0 Test 4 = 73.7 Test 5 = 97.0
Chantel Williams Test 1 = 83.0 Test 2 = 92.0 Test 3 = 96.7 Test 4 = 89.8 Test 5 = 93.7
Miki Yu Test 1 = 77.0 Test 2 = 68.6 Test 3 = 81.4 Test 4 = 69.9 Test 5 = 75.0
Tyrone Zion Test 1 = 96.3 Test 2 = 81.2 Test 3 = 93.3 Test 4 = 86.0 Test 5 = 98.5
Goals of Project:
Calculate total test score for each student.
Because new data will be sent later, our solution that we build must be able to accommodate new data.
We need to create a PDF file from our solution.

Student Test 1 Test 2 Test 3 Test 4 Test 5 Total Scores


Sioux Coolinator 75 95 85 74 97 426
Chantel Williams 83 92 97 90 94 455
Miki Yu 77 69 81 70 75 372
Tyrone Zion 96 81 93 86 99 455

What we see because of number formatting (results are incorrectly displayed):


Chantel Williams: 83 + 92 + 97 + 90 + 94 = 455
Formula do NOT see number formatting. They work on underlying numbers:
Chantel Williams: 83 + 92 + 96.7 + 89.8 + 93.7 = 455.2
If you add up what you "see" from the façade, you can prove that the number format displays incorrectly.
Chantel Williams: 83 + 92 + 97 + 90 + 94 = 456

Sioux Coolinator 75 95 85 74 97 426


Chantel Williams 83 92 97 90 94 456
Miki Yu 77 69 81 70 75 372
Tyrone Zion 96 81 93 86 99 455

Test 1 = 75.4 Test 2 = 95Test 3 = 85Test 4 = 73Test 5 = 97.0


Test 1 = 83.0 Test 2 = 92Test 3 = 96Test 4 = 89Test 5 = 93.7
Test 1 = 77.0 Test 2 = 68Test 3 = 81Test 4 = 69Test 5 = 75.0
Test 1 = 96.3 Test 2 = 81Test 3 = 93Test 4 = 86Test 5 = 98.5
odate new data.

83
92
plays incorrectly. 97
90
94
456

What is TRUE:
Goals of Project:
Calculate total test score and % grade for each student.
Because new data will be sent later, our solution that we build must be able to accommodate new data.
We need to create a PDF file from our solution.

Test 1 Test 2 Test 3 Test 4 Test 5 Total Possible


100 100 100 100 100 500

Student Test 1 Test 2 Test 3 Test 4 Test 5 Total Scores % Grade


Sioux Coolinator 75.4 95.2 85 73.7 97 426.3 ◄ Formula in cell I11
Chantel Williams 83 92 96.7 89.8 93.7 455.2 ◄ Formula in cell I12
Miki Yu 77 68.6 81.4 69.9 75 371.9 ◄ Formula in cell I13
Tyrone Zion 96.3 81.2 93.3 86 98.5 455.3 ◄ Formula in cell I14

◄ 426.3/500
◄ 455.2/500
◄ 371.9/500
◄ 455.3/500
Step 1: Step 2:
Slide decimal point Add % Symbol.
◄ Formula in cell I11 =H11/H8 2 positions to right.
◄ Formula in cell I12 =H12/H8 1.00 10.0 100. 100%
◄ Formula in cell I13 =H13/H8 ► ►
◄ Formula in cell I14 =H14/H8

◄ 426.3/500
◄ 455.2/500
◄ 371.9/500
◄ 455.3/500

◄ =H11/H8
◄ =H12/H8
◄ =H13/H8
◄ =H14/H8
Division and then Format.
Numerator 455.2
= = 0.9104 ► 91.04%
Denominator 500
Math Operators.
+ Adding.
- Subtracting or Negation.
* Multiplying.
/ Dividing.
^ Raising to an exponent.
() Parentheses.
Boomerang Products Picture Price Flight Range

Quad $43.00 20 meters

Carlota $19.95 22 meters

Aspen $22.95 25 meters

Yanaki $24.95 30 meters


Manufacturer

Gel Boomerangs

Gel Boomerangs

Colorado Boomerangs

Colorado Boomerangs
Goals of Project:
Calculate total test score and % grade for each student. Sort the % grades from biggest to smallest.
Because new data will be sent later, the solution must be able to accommodate new data.
Need to create a PDF file from our solution.

Test 1 Test 2 Test 3 Test 4 Test 5 Total Possible


100 100 100 100 100 500

Student Test 1 Test 2 Test 3 Test 4 Test 5 Total Scores


Tyrone Zion 96.3 81.2 93.3 86 98.5 455.3
Chantel Williams 83 92 96.7 89.8 93.7 455.2
Terrilyn Ashmore 93.2 84.9 82.3 90.2 97.9 449
Tawana Hwang 89.4 97.2 97.1 97.6 65 446.3
Sioux Coolinator 75.4 95.2 85 73.7 97 426.3
Salley Janssen 86 83 61 80 79 389
Lavette Fournier 77.5 73.8 78.4 82.7 75 387.4
Diamond Quinones 82.6 64.1 75.5 69.8 86.9 378.9
Miki Yu 77 68.6 81.4 69.9 75 371.9
Nicolasa Earley 69 75 75 71 78 367
Georgeann Kenney 83.1 74.7 69.6 72.5 66 365.9
Rema Barnette 73.1 60.6 74.2 75.4 77.2 360.5

Fall 2021 - Excel Class Page 12 of 37 Ch08(1an)


Anton Villareal 69.9 75 75.3 48 81.4 349.6
Tammara Bull 90.8 33.7 77.5 67.8 79.3 349
Tamica Dietz 70.2 89.5 36.5 62.5 85.3 344
Lavone Concepcion 63.3 75 41.9 91.9 69.9 342
Jarod Grubbs 69.3 76.1 75.1 57.9 62.3 340.7
Brittani Drew 68 64 73 43 87 335
Laurene Eggleston 51 51 72.3 69.4 87.4 331.1
Ladonna Armenta 78 81 37 43 89 327
Roselee Antoine 59.4 55.9 66.3 66.3 78.9 326.8
Oswaldo Echols 65.7 44.9 65.8 68.6 75.8 320.8
Silva Milton 54.6 43.5 64.1 76.3 73.6 312
Breana Shafer 71 61 53 56 64 304
Tona Irish 44.6 66.7 50.1 64 62.6 288
Carlena Milligan 51.4 72.2 40.3 35.7 65 264.6

Fall 2021 - Excel Class Page 13 of 37 Ch08(1an)


iggest to smallest.

Formulas used for Total Scores:


=SUM(C8:G8)

% Grade Formulas used for Total Scores: Formulas used for % Grade:
91.06% =SUM(C11:G11) =H11/$H$8
91.04% =SUM(C12:G12) =H12/$H$8
89.70% =SUM(C13:G13) =H13/$H$8
89.26% =SUM(C14:G14) =H14/$H$8
85.26% =SUM(C15:G15) =H15/$H$8
77.70% =SUM(C16:G16) =H16/$H$8
77.48% =SUM(C17:G17) =H17/$H$8
75.78% =SUM(C18:G18) =H18/$H$8
74.38% =SUM(C19:G19) =H19/$H$8
73.46% =SUM(C20:G20) =H20/$H$8
73.18% =SUM(C21:G21) =H21/$H$8
72.10% =SUM(C22:G22) =H22/$H$8

Fall 2021 - Excel Class Page 14 of 37 Ch08(1an)


69.92% =SUM(C23:G23) =H23/$H$8
69.82% =SUM(C24:G24) =H24/$H$8
68.80% =SUM(C25:G25) =H25/$H$8
68.40% =SUM(C26:G26) =H26/$H$8
68.14% =SUM(C27:G27) =H27/$H$8
66.96% =SUM(C28:G28) =H28/$H$8
66.22% =SUM(C29:G29) =H29/$H$8
65.40% =SUM(C30:G30) =H30/$H$8
65.36% =SUM(C31:G31) =H31/$H$8
64.16% =SUM(C32:G32) =H32/$H$8
62.42% =SUM(C33:G33) =H33/$H$8
60.88% =SUM(C34:G34) =H34/$H$8
57.60% =SUM(C35:G35) =H35/$H$8
52.92% =SUM(C36:G36) =H36/$H$8

Fall 2021 - Excel Class Page 15 of 37 Ch08(1an)


Alternative % grade formula if we had not used the Excel Table feature:

% Grade Formulas used for % Grade:


91.06% {=H11:H36/H8}
91.04%
89.70%
89.26%
85.26%
77.70%
77.48%
75.78%
74.38%
73.46%
73.18%
72.10%

Fall 2021 - Excel Class Page 16 of 37 Ch08(1an)


69.92%
69.82%
68.80%
68.40%
68.14%
66.96%
66.22%
65.40%
65.36%
64.16%
62.42%
60.88%
57.60%
52.92%

Fall 2021 - Excel Class Page 17 of 37 Ch08(1an)


Date Product Price UnitsSold
01/20/2021 Yanaki 24.95 12
01/20/2021 Yanaki 24.95 4
01/28/2021 Quad 43 4
01/09/2021 Carlota 19.95 1
01/20/2021 Carlota 19.95 96
01/07/2021 Quad 43 3
01/12/2021 Yanaki 24.95 84
01/17/2021 Yanaki 24.95 4
01/27/2021 Yanaki 24.95 24
01/13/2021 Aspen 22.95 4
01/28/2021 Yanaki 24.95 4
01/18/2021 Quad 43 60
01/31/2021 Yanaki 24.95 84
01/25/2021 Quad 43 60
01/15/2021 Carlota 19.95 4
01/01/2021 Yanaki 24.95 1
Goals:
Calculate the sales for each record in the sales table.
Sort the sales from smallest to biggest and.
Accomidate new data later.
Create Effective & Efficinet solution.
Create a pdf file.

Date Product Price UnitsSold Sales


01/01/2021 Yanaki $24.95 1 $24.95
01/07/2021 Quad $43.00 3 $129.00
01/09/2021 Carlota $19.95 1 $19.95
01/12/2021 Yanaki $24.95 84 $2,095.80
01/13/2021 Aspen $22.95 4 $91.80
01/15/2021 Carlota $19.95 4 $79.80
01/17/2021 Yanaki $24.95 4 $99.80
01/18/2021 Quad $43.00 60 $2,580.00
01/20/2021 Yanaki $24.95 12 $299.40
01/20/2021 Yanaki $24.95 4 $99.80
01/20/2021 Carlota $19.95 96 $1,915.20
01/25/2021 Quad $43.00 60 $2,580.00
01/27/2021 Yanaki $24.95 24 $598.80
01/28/2021 Quad $43.00 4 $172.00
01/28/2021 Yanaki $24.95 4 $99.80
01/31/2021 Yanaki $24.95 84 $2,095.80
02/02/2021 Aspen $22.95 96 $2,203.20
02/03/2021 Quad $43.00 1 $43.00
02/07/2021 Quad $43.00 1 $43.00
02/07/2021 Aspen $22.95 3 $68.85
02/11/2021 Carlota $19.95 3 $59.85
02/12/2021 Aspen $22.95 2 $45.90
02/12/2021 Yanaki $24.95 2 $49.90
02/14/2021 Quad $43.00 2 $86.00
02/14/2021 Yanaki $24.95 72 $1,796.40

Fun Fly Boomerangs Sales Page 19 of 37 PPCh08(1an)


Date Product Price UnitsSold Sales
02/16/2021 Yanaki $24.95 24 $598.80
02/22/2021 Quad $43.00 60 $2,580.00
02/24/2021 Aspen $22.95 108 $2,478.60
02/26/2021 Quad $43.00 1 $43.00
02/26/2021 Carlota $19.95 2 $39.90
02/28/2021 Quad $43.00 24 $1,032.00
03/01/2021 Carlota $19.95 4 $79.80
03/02/2021 Carlota $19.95 48 $957.60
03/05/2021 Quad $43.00 108 $4,644.00
03/05/2021 Quad $43.00 36 $1,548.00
03/08/2021 Carlota $19.95 72 $1,436.40
03/11/2021 Yanaki $24.95 72 $1,796.40
03/13/2021 Yanaki $24.95 3 $74.85
03/14/2021 Quad $43.00 4 $172.00
03/16/2021 Yanaki $24.95 84 $2,095.80
03/17/2021 Quad $43.00 2 $86.00
03/25/2021 Aspen $22.95 84 $1,927.80
03/26/2021 Aspen $22.95 96 $2,203.20
03/26/2021 Carlota $19.95 96 $1,915.20
03/28/2021 Carlota $19.95 4 $79.80
03/29/2021 Aspen $22.95 3 $68.85
03/29/2021 Carlota $19.95 3 $59.85
03/30/2021 Yanaki $24.95 144 $3,592.80
03/31/2021 Yanaki $24.95 4 $99.80

Fun Fly Boomerangs Sales Page 20 of 37 PPCh08(1an)


Formulas for Sales Field:
=E10*D10
=E11*D11
=E12*D12
=E13*D13
=E14*D14
=E15*D15
=E16*D16
=E17*D17
=E18*D18
=E19*D19
=E20*D20
=E21*D21
=E22*D22
=E23*D23
=E24*D24
=E25*D25
=E26*D26
=E27*D27
=E28*D28
=E29*D29
=E30*D30
=E31*D31
=E32*D32
=E33*D33
=E34*D34

Fun Fly Boomerangs Sales Page 21 of 37 PPCh08(1an)


Formulas for Sales Field:
=E35*D35
=E36*D36
=E37*D37
=E38*D38
=E39*D39
=E40*D40
=E41*D41
=E42*D42
=E43*D43
=E44*D44
=E45*D45
=E46*D46
=E47*D47
=E48*D48
=E49*D49
=E50*D50
=E51*D51
=E52*D52
=E53*D53
=E54*D54
=E55*D55
=E56*D56
=E57*D57
=E58*D58

Fun Fly Boomerangs Sales Page 22 of 37 PPCh08(1an)


Date Product
### Carlota

Fun Fly Boomerangs Sales Page 23 of 37 PPCh08(1an)


Price UnitsSold
#NAME? 60

Fun Fly Boomerangs Sales Page 24 of 37 PPCh08(1an)


Goals:
Enter data into proper data set.
Create helpful names for each field like: Employee, Gross Pay, Deduction, Net Pay.
Enter tax rate into cell and label it.
Create formula for deduction.
Create formula for net pay.
Document the formulas.
Convert to an Excel Table.
Add Page Setup.
Sort records alphabetically.
Tax Rate
7.00%

Employee Gross Pay Deduction Net Pay Formula for Deduction


Amberly Ng $905.00 $63.35 $841.65 =B16*$D$13
Jamal Harwood $1,097.00 $76.79 $1,020.21 =B17*$D$13
Maria Phelan $838.00 $58.66 $779.34 =B18*$D$13
Porsha Bentley $1,100.00 $77.00 $1,023.00 =B19*$D$13
Treasa Lange $1,110.00 $77.70 $1,032.30 =B20*$D$13
Twanda Polk $786.00 $55.02 $730.98 =B21*$D$13

Net Pay Table Page 25 of 37 PPCh08(2an)


Formula for Net Pay
=B16-C16
=B17-C17
=B18-C18
=B19-C19
=B20-C20
=B21-C21

Net Pay Table Page 26 of 37 PPCh08(2an)


Amberly Ng's gross pay = $905.00
Jamal Harwood's gross pay = $1,097.00
Maria Phelan's gross pay = $838.00
Porsha Bentley's gross pay = $1,100.00
Treasa Lange's gross pay = $1,110.00
Twanda Polk's gross pay = $786.00

To calculate the deduction for each employee, multiply gross pay times 7.0
To calculate the net pay for each employee, subtract the Deduction amoun

Net Pay Table Page 27 of 37 PPCh08(2an)


on for each employee, multiply gross pay times 7.00%.
for each employee, subtract the Deduction amount from the gross pay amount.

Net Pay Table Page 28 of 37 PPCh08(2an)


1. What are the requirements for a proper data set?

2. Describe what a worksheet formula is and what the benefits are.

3. Describe your guidelines for solving problems in Excel.

4. What is the purpose of using the F2 key on the last cell in a column of formulas?

5. Compare and contrast an aggregate operation and an array operation.

6. What is the difference between a relative and an absolute cell reference?

7. What are the default alignments for the different types of data in an Excel worksheet and why are they import

8. What is number formatting and how does it work?

9. What are the advantages of using the Excel Table feature on a proper data set?

1. List
List goals
goals of project.
oList goals of project
2. Enter
Enterallall
t the project
Enter all theinputs into
project the cells
inputs into and labeland
the cells the labe
inpu
3. If you
If you haveyou
haveIf a table
haveofadata,
tableenter theenter
of data, data the
intodata
a “proper
into a d“
4. Create
Create effective and efficient Excel solution.
effeCreate effective and efficient Excel solution
5. Check
Check work.
work Check work
6. Document
Document work. work
Document
7. State
State results.
resul State results
8. UseUse formatting and/or page
formattUse formatting setup
and/or to present
page setup toyour solution
present you

My rules for building effective and efficient solutions in Exce

List goals of project


Enter all the project inputs into the cells and
If you have a table of data, enter the data int
Create effective and efficient Excel solution
Check work
Document work
State results
Use formatting and/or page setup to present
eet and why are they important?

nputs into the cells and label the inputs with informative names
data, enter the data into a “proper data set” table structure
efficient Excel solution

or page setup to present your solution

nd efficient solutions in Excel is to: List goals of project, Enter all the project inputs into the cells and label the inputs with informative nam

ect inputs into the cells and label the inputs with informative names
e of data, enter the data into a “proper data set” table structure
and efficient Excel solution

nd/or page setup to present your solution


nputs with informative names, If you have a table of data, enter the data into a “proper data set” table structure, Create effective and effi
re, Create effective and efficient Excel solution, Check work, Document work, State results, Use formatting and/or page setup to present y
d/or page setup to present your solution
1. What are the requirements for a proper data set?

Field Names in first row, records in subsequent rows and empty cells or worksheet row or column headers all the w
2. Describe what a worksheet formula is and what the benefits are.

A worksheet formula is a method to make a operation to get a number, text or logical answer. All worksheet formu
references, worksheet functions, math operators and many other elements. The main benefit of worksheet formul
that by using cell references in the formula the formula can update instantly when source data changes.
3. Describe your guidelines for solving problems in Excel.

My rules for building effective and efficient solutions in Excel is to: List goals of project, Enter all the project inputs i
“proper data set” table structure, Create effective and efficient Excel solution, Check work, Document work, State r
4. What is the purpose of using the F2 key on the last cell in a column of formulas?

To verify that all the cell references are pointing to the correct locations.
5. Compare and contrast an aggregate operation and an array operation.

An aggregate operation takes an array of items and makes a operation to deliver a single answer, whereas, an array
answer.
6. What is the difference between a relative and an absolute cell reference?

Relative cell references will move relatively, from the point of view of the formula, throughout the formula copy ac
the formula copy action. The F4 kay can be used to toggle through the different types of cell references.
7. What are the default alignments for the different types of data in an Excel worksheet and why are they import

Default alignment in cells helps to determine what type of data we have in the worksheet and it helps to track dow
are all considered numbers. The default alignment for text values is left. Logical vales and error values are shown ce
something that can cause problems in some data sets.
8. What is number formatting and how does it work?

Number format is a façade. Number formatting displays numbers in a certain way that can be different than the un
change the underlying number. Formulas do not see number formatting. It is important to make sure that the num
so that the solution is not misleading.
9. What are the advantages of using the Excel Table feature on a proper data set?

The advantages are: dynamic ranges so that anything that points to the Excel Table will update when new records a
worksheet formulas, Page Setup, PivotTables, Power Query queries, Data Model tables, Charts and more.
or column headers all the way around the proper dataset. We should try and have no empty cells.

nswer. All worksheet formulas start with an equal sign. Formulas can contain formula elements such as: cell
benefit of worksheet formulas, as compare to other Excel features such as PivotTables and Power Query, is
ce data changes.

Enter all the project inputs into the cells and label the inputs with informative names, Enter record data into a
ork, Document work, State results, Use formatting and/or page setup to present solution.

e answer, whereas, an array operation takes an array of items and makes a operation to deliver an array of

ughout the formula copy action. An Absolute cell reference remains locked and does not move throughout
f cell references.
eet and why are they important?

eet and it helps to track down errors. The default alignment for number values is right (numbers, dates, times)
nd error values are shown centered in upper case letters. Although empty cells are not values, they are

can be different than the underlying numbers. The number formatting sits on top of the cell and does not
to make sure that the number formatting is displayed correctly when there are formulas using the numbers

update when new records are added and taken away. Items that can point to Excel Tables are things like:
Charts and more.

You might also like