SlideShare a Scribd company logo
1 of 22
The Wear-Ever Shoes company maintains inventory data and
customer survey results in your workbook. You use
Lookup & Reference
,
Database
, and
Logical
functions to complete the data. You also use a
Financial
function to calculate depreciation and a
Text
function to enter email addresses.
[Student Learning Outcomes 6.1, 6.2, 6.3, 6.5, 6.6, 6.7]
File Needed:
WearEverShoes-06.xlsx
(Available from the
Start File
link.)
Completed Project File Name:
[your name]-WearEverShoes-06.xlsx
Skills Covered in This Project
Nest
INDEX
and
MATCH
functions.
Use
SUMIFS
from the
Math & Trig
category.
Use
DAVERAGE
.
Create an
IFS
formula.
Use a
Text
function to concatenate text strings.
Calculate depreciation with the
DB
function.
Open the
WearEverShoes-06
start file. The file will be renamed automatically to include
your name. Change the project file name if directed to do so by
your instructor, and save it.
Click the
Inventory
sheet tab.
Select cells
A3:I39
, click the
Name
box, type
Inventory
as the range name, and press
Enter
.
Select cell
L5
and type
WE006
.
Create a nested function with
INDEX
and
MATCH
to display inventory for a product.
Select cell
L6
.
Click the
Lookup & Reference
button [
Formulas
tab,
Function Library
group] and choose
INDEX
. Select the first argument list
array, row_num, column_num
and click
OK
.
For the
Array
argument, press
F3
(
FN
+
F3
) and select
Inventory
.
Click the
Row_num
box and click the
Name
box arrow. Choose
MATCH
in the list or choose
More Functions
to find and select
MATCH
. The
INDEX
function uses this
MATCH
statement to find the row.
Click cell
L5
for the
Lookup_value
argument.
Click the
Lookup_array
box and select cells
A3:A39
. This
MATCH
function finds the row that matches cell L5 in column A.
Click the
Match_type
argument and type
0
.
Click
INDEX
in the
Formula
bar. (Click
OK
if the argument list opens.)
Click the
Column_num
argument, click the
Name
box arrow, and choose
MATCH
(Figure 6-92).
Figure 6-92
MATCH
is nested twice
Type
quantity
in the
Lookup_value
box.
Click the
Lookup_array
box and select cells
A3:I3
. This
MATCH
function finds the cell in the “Quantity” column after the row is
located by the first
MATCH
function.
Click the
Match_type
box and type
0
. The formula is
=INDEX(Inventory,MATCH(L5,A3:A39,0),MATCH(“quantity”,
A3:I3,0))
.
Click
OK
. The result is 2.
Click cell
L5
, type
WE015
, and press
Enter
. The quantity is updated.
Use
SUMIFS
to calculate total pairs in stock by specific criteria.
Select cell
M13
.
Click the
Math & Trig
button [
Formulas
tab,
Function Library
group] and choose
SUMIFS
.
Select cells
E4:E39
for the
Sum_range
argument and press
F4
(
FN
+
F4
) to make the references absolute.
Click the
Criteria_range1
box, select cells
C4:C39
, the “Color” field, and press
F4
(
FN
+
F4
).
Click the
Criteria1
box and select cell
K13
. Leave this as a relative reference.
Click the
Criteria_range2
box, select cells
D4:D39
, and make the references absolute.
Click the
Criteria2
box and select cell
L13
. The criteria specifies the number of black pairs, size 8 (Figure
6-93).
Figure 6-93
SUMIFS
to calculate number by color and size
Click
OK
. The result is 7.
Copy the formula in cell
M13
to cells
M14:M21
.
Click the
Satisfaction Survey
worksheet tab and review the data.
Select cells
A4:H40
and name the range as
Survey
. Note that the “Comfort” field is the fifth column and that the
other attributes follow in the sixth, seventh, and eighth
columns.
Use
DAVERAGE
to summarize customer survey data.
Click the
Criteria
sheet tab.
Select cell
B2
and type
rug*
, criteria for the Rugged Hiking Boots.
Click the
Average Ratings
worksheet tab and select cell
C5
.
Click the
Insert Function
button [
Formulas
tab,
Function Library
group].
Choose
Database
in the
Or select a category
list.
Select
DAVERAGE
and click
OK
to calculate an average comfort rating for the boots.
Press
F3
(
FN
+
F3
), choose
Survey
for the
Database
argument, and click
OK
.
Click the
Field
box and select cell
C4
.
Click the
Criteria
box, select the
Criteria
sheet tab, select cells
B1:B2
, and make the references absolute (Figure 6-94).
Figure 6-94
DAVERAGE
for comfort rating
Click
OK
. The result is 7.75.
Copy the formula in cell
C5
to cells
D5:F5
.
Use
DAVERAGE
to summarize survey data.
Select the
Criteria
sheet tab and select cell
B5
. Type the criteria as shown here for the shoe styles.The table
lists the criteria to be entered on the Criteria sheet.
CellCriteriaB5com*B8laz*B11ser*B14gli*
Click the
Average Ratings
sheet tab and select cell
C6
.
Click the
Recently Used
button [
Formulas
tab,
Function Library
group] and select
DAVERAGE
.
Press
F3
(
FN
+
F3
) and choose
Survey
for the
Database
argument.
Click the
Field
argument box and select cell
C4
.
Click the
Criteria
box, select cells
B4:B5
on the
Criteria
sheet, and press
F4
(
FN
+
F4
).
Click
OK
. The result is 7.5.
Copy the formula in cell
C6
to cells
D6:F6
.
Build
DAVERAGE
functions for the remaining shoe styles on the
Average Ratings
sheet.
Select cells
G5:G9
on the
Average Ratings
sheet, click the
AutoSum
arrow [
Home
tab,
Editing
group], and choose
Average
.
Create an
IFS
function.
Note: If your version of Excel does not include the IFS
function, build the following nested IF function
=IF(G5>=9,$J$5,IF(G5>=8,$J$6,IF(G5>=5,$J$7,$J$8)))
to show the ratings
.
Select cell
H5
, click the
Logical
button [
Formulas
tab,
Function Library
group], and choose
IFS
.
Click the
Logical_test1
argument, select cell
G5
, and type
>=9
.
Click the
Value_if_true1
box, click cell
J5
, and press
F4
(
FN
+
F4
) to make the reference absolute.
Click the
Logical_test2
box, click cell
G5
, and type
>=8
.
Click the
Value_if_true2
box, click cell
J6
, and press
F4
(
FN
+
F4
).
Click the
Logical_test3
box, click cell
G5
, and type
>=5
.
Click the down scroll arrow to reveal the
Value_if_true3
box, click cell
J7
, and press
F4
(
FN
+
F4
).
Click the down scroll arrow to reveal the
Logical_test4
box, click cell
G5
, and type
<5
.
Click the down scroll arrow to reveal the
Value_if_true4
box, click cell
J8
, and press
F4
(
FN
+
F4
) (Figure 6-95). The complete formula is:
=IFS(G5>=9,$J$5,G5>=8,$J$6,G5>=5,$J$7,G5<5,$J$8)
Figure 6-95
IFS
function with multiple logical tests
Click
OK
and copy the formula to cells
H6:H9
.
Format column
H
to be
13.57 (100 pixels)
wide.
Calculate depreciation for an asset using a
Financial
function.
Click the
Depreciation
sheet tab and select cell
C11
. Depreciation is the decrease in the value of an asset as it ages.
The
DB
function calculates the loss in value over a specified period of
time at a fixed rate.
Click the
Financial
button [
Formulas
tab,
Function Library
group] and choose
DB
.
Select cell
C6
for the
Cost
argument, and press
F4
(
FN
+
F4
) to make the reference absolute. This is the initial cost of the
equipment.
Click the
Salvage
box, select cell
C7
, and press
F4
(
FN
+
F4
). This is the expected value of the equipment at the end of its
life.
Click the
Life
box, select cell
C8
, and press
F4
(
FN
+
F4
). This is how long the equipment is expected to last.
Click the
Period
box and select cell
B11
. The first formula calculates depreciation for the first year
(Figure 6-96).
Figure 6-96
DB
function to calculate asset depreciation
Click
OK
. The first year depreciation is $39,900.00.
Copy the formula in cell
C11
to cells
C12:C18
. Each year’s depreciation is less than the previous year’s.
Select cell
C19
and use
AutoSum
. The total depreciation plus the salvage value is approximately
equal to the original cost. It is not exact due to rounding.
Use
CONCAT
to build an email address. (If your version of Excel does not
include
CONCAT
, use
CONCATENATE
.)
Right-click any worksheet tab, choose
Unhide
, select
E-Mail
, and click
OK
.
Select cell
C5
, type
=con
, and press
Tab
. The
text1
argument is first.
Select cell
A5
and type a comma (,) to move to the
text2
argument.
Select cell
B5
and type a comma (,) to move to the
text3
argument.
Type
“@weshoes.org”
including the quotation marks (Figure 6-97).
Figure 6-97
CONCAT
references and typed data
Type the closing parenthesis (
)
) and press
Enter
.
Copy the formula in cell
C5
to cells
C6:C8
.
Save and close the workbook (Figure 6-98).

More Related Content

Similar to The Wear-Ever Shoes company maintains inventory data and custome.docx

Dervy bis 155 final exam guide music on demand new
Dervy  bis 155 final exam guide  music on demand  newDervy  bis 155 final exam guide  music on demand  new
Dervy bis 155 final exam guide music on demand newkxipvscsk02
 
Copying Files Across Workbooks Lab 5, Step 1 A. Save al.docx
Copying Files Across Workbooks Lab 5, Step 1  A. Save al.docxCopying Files Across Workbooks Lab 5, Step 1  A. Save al.docx
Copying Files Across Workbooks Lab 5, Step 1 A. Save al.docxmaxinesmith73660
 
Devry bis-155-final-exam-guide-new
Devry bis-155-final-exam-guide-newDevry bis-155-final-exam-guide-new
Devry bis-155-final-exam-guide-newshyaminfo104
 
Lesson 4 Advanced Spreadsheet Skills/Post-Test
Lesson 4 Advanced Spreadsheet Skills/Post-TestLesson 4 Advanced Spreadsheet Skills/Post-Test
Lesson 4 Advanced Spreadsheet Skills/Post-Testdaki01
 
Advance-excel-professional-trainer-in-mumbai
Advance-excel-professional-trainer-in-mumbaiAdvance-excel-professional-trainer-in-mumbai
Advance-excel-professional-trainer-in-mumbaiUnmesh Baile
 
Cover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docxCover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docxfaithxdunce63732
 
Excel Formulas Functions
Excel Formulas FunctionsExcel Formulas Functions
Excel Formulas Functionssimply_coool
 
Microsoft excel training
Microsoft excel trainingMicrosoft excel training
Microsoft excel trainingMohamed Hassan
 
A Skills Approach Excel 2016 Chapter 8 Exploring Advanced D.docx
A Skills Approach Excel 2016  Chapter 8 Exploring Advanced D.docxA Skills Approach Excel 2016  Chapter 8 Exploring Advanced D.docx
A Skills Approach Excel 2016 Chapter 8 Exploring Advanced D.docxdaniahendric
 
Advanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-ExcelAdvanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-ExcelP. SUNDARI ARUN
 
Independent Project 6-5Windows   MacClassic Gardens and .docx
Independent Project 6-5Windows   MacClassic Gardens and .docxIndependent Project 6-5Windows   MacClassic Gardens and .docx
Independent Project 6-5Windows   MacClassic Gardens and .docxdoylymaura
 
Hw8Excel - Exercise 8 Mail Merge-2.docINFS 3250In Class Pro.docx
Hw8Excel - Exercise 8 Mail Merge-2.docINFS 3250In Class Pro.docxHw8Excel - Exercise 8 Mail Merge-2.docINFS 3250In Class Pro.docx
Hw8Excel - Exercise 8 Mail Merge-2.docINFS 3250In Class Pro.docxadampcarr67227
 
Create a basic performance point dashboard epc
Create a basic performance point dashboard   epcCreate a basic performance point dashboard   epc
Create a basic performance point dashboard epcEPC Group
 
Bis 155 Exceptional Education / snaptutorial.com
Bis 155 Exceptional Education / snaptutorial.comBis 155 Exceptional Education / snaptutorial.com
Bis 155 Exceptional Education / snaptutorial.comDavis142
 
Spreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number MagicSpreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number MagicMalcolm Wilson
 

Similar to The Wear-Ever Shoes company maintains inventory data and custome.docx (20)

Dervy bis 155 final exam guide music on demand new
Dervy  bis 155 final exam guide  music on demand  newDervy  bis 155 final exam guide  music on demand  new
Dervy bis 155 final exam guide music on demand new
 
Copying Files Across Workbooks Lab 5, Step 1 A. Save al.docx
Copying Files Across Workbooks Lab 5, Step 1  A. Save al.docxCopying Files Across Workbooks Lab 5, Step 1  A. Save al.docx
Copying Files Across Workbooks Lab 5, Step 1 A. Save al.docx
 
Excel chapter-4
Excel chapter-4Excel chapter-4
Excel chapter-4
 
OpenCastLabs Excel chapter-2
OpenCastLabs Excel chapter-2OpenCastLabs Excel chapter-2
OpenCastLabs Excel chapter-2
 
Devry bis-155-final-exam-guide-new
Devry bis-155-final-exam-guide-newDevry bis-155-final-exam-guide-new
Devry bis-155-final-exam-guide-new
 
Lesson 4 Advanced Spreadsheet Skills/Post-Test
Lesson 4 Advanced Spreadsheet Skills/Post-TestLesson 4 Advanced Spreadsheet Skills/Post-Test
Lesson 4 Advanced Spreadsheet Skills/Post-Test
 
Advance-excel-professional-trainer-in-mumbai
Advance-excel-professional-trainer-in-mumbaiAdvance-excel-professional-trainer-in-mumbai
Advance-excel-professional-trainer-in-mumbai
 
Cover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docxCover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docx
 
1121.pdf
1121.pdf1121.pdf
1121.pdf
 
Excel Formulas Functions
Excel Formulas FunctionsExcel Formulas Functions
Excel Formulas Functions
 
Microsoft excel training
Microsoft excel trainingMicrosoft excel training
Microsoft excel training
 
A Skills Approach Excel 2016 Chapter 8 Exploring Advanced D.docx
A Skills Approach Excel 2016  Chapter 8 Exploring Advanced D.docxA Skills Approach Excel 2016  Chapter 8 Exploring Advanced D.docx
A Skills Approach Excel 2016 Chapter 8 Exploring Advanced D.docx
 
Advanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-ExcelAdvanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-Excel
 
Independent Project 6-5Windows   MacClassic Gardens and .docx
Independent Project 6-5Windows   MacClassic Gardens and .docxIndependent Project 6-5Windows   MacClassic Gardens and .docx
Independent Project 6-5Windows   MacClassic Gardens and .docx
 
Hw8Excel - Exercise 8 Mail Merge-2.docINFS 3250In Class Pro.docx
Hw8Excel - Exercise 8 Mail Merge-2.docINFS 3250In Class Pro.docxHw8Excel - Exercise 8 Mail Merge-2.docINFS 3250In Class Pro.docx
Hw8Excel - Exercise 8 Mail Merge-2.docINFS 3250In Class Pro.docx
 
Create a basic performance point dashboard epc
Create a basic performance point dashboard   epcCreate a basic performance point dashboard   epc
Create a basic performance point dashboard epc
 
Excel chapter-6
Excel chapter-6Excel chapter-6
Excel chapter-6
 
OpenCastLabs Excel chapter-3
OpenCastLabs Excel chapter-3OpenCastLabs Excel chapter-3
OpenCastLabs Excel chapter-3
 
Bis 155 Exceptional Education / snaptutorial.com
Bis 155 Exceptional Education / snaptutorial.comBis 155 Exceptional Education / snaptutorial.com
Bis 155 Exceptional Education / snaptutorial.com
 
Spreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number MagicSpreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number Magic
 

More from pelise1

the video for your required resources this week, you learned about t.docx
the video for your required resources this week, you learned about t.docxthe video for your required resources this week, you learned about t.docx
the video for your required resources this week, you learned about t.docxpelise1
 
The video clip, The Baloney Detection Kit,” this week discusses.docx
The video clip, The Baloney Detection Kit,” this week discusses.docxThe video clip, The Baloney Detection Kit,” this week discusses.docx
The video clip, The Baloney Detection Kit,” this week discusses.docxpelise1
 
The video clip, The Baloney Detection Kit,” this week discusses the.docx
The video clip, The Baloney Detection Kit,” this week discusses the.docxThe video clip, The Baloney Detection Kit,” this week discusses the.docx
The video clip, The Baloney Detection Kit,” this week discusses the.docxpelise1
 
The video clip, The Baloney Detection Kit,” in the webtext this.docx
The video clip, The Baloney Detection Kit,” in the webtext this.docxThe video clip, The Baloney Detection Kit,” in the webtext this.docx
The video clip, The Baloney Detection Kit,” in the webtext this.docxpelise1
 
The video below provides a first-person narrative of a young couple.docx
The video below provides a first-person narrative of a young couple.docxThe video below provides a first-person narrative of a young couple.docx
The video below provides a first-person narrative of a young couple.docxpelise1
 
The video below provides a first-person narrative of a young cou.docx
The video below provides a first-person narrative of a young cou.docxThe video below provides a first-person narrative of a young cou.docx
The video below provides a first-person narrative of a young cou.docxpelise1
 
The video below provides a first-person narrative of ayoung coup.docx
The video below provides a first-person narrative of ayoung coup.docxThe video below provides a first-person narrative of ayoung coup.docx
The video below provides a first-person narrative of ayoung coup.docxpelise1
 
The video below provides a first-person narrative of a younert t.docx
The video below provides a first-person narrative of a younert t.docxThe video below provides a first-person narrative of a younert t.docx
The video below provides a first-person narrative of a younert t.docxpelise1
 
The Victims’ Rights MovementWrite a 2 page paper.  Address the fol.docx
The Victims’ Rights MovementWrite a 2 page paper.  Address the fol.docxThe Victims’ Rights MovementWrite a 2 page paper.  Address the fol.docx
The Victims’ Rights MovementWrite a 2 page paper.  Address the fol.docxpelise1
 
The Value of Digital Privacy in an Information Technology AgeRes.docx
The Value of Digital Privacy in an Information Technology AgeRes.docxThe Value of Digital Privacy in an Information Technology AgeRes.docx
The Value of Digital Privacy in an Information Technology AgeRes.docxpelise1
 
The vast majority of the population associates Blockchain with crypt.docx
The vast majority of the population associates Blockchain with crypt.docxThe vast majority of the population associates Blockchain with crypt.docx
The vast majority of the population associates Blockchain with crypt.docxpelise1
 
The vast majority of the population associates Blockchain with cry.docx
The vast majority of the population associates Blockchain with cry.docxThe vast majority of the population associates Blockchain with cry.docx
The vast majority of the population associates Blockchain with cry.docxpelise1
 
The vast majority of the population associates Blockchain with  cryp.docx
The vast majority of the population associates Blockchain with  cryp.docxThe vast majority of the population associates Blockchain with  cryp.docx
The vast majority of the population associates Blockchain with  cryp.docxpelise1
 
The vast majority of the population associates Blockchain with c.docx
The vast majority of the population associates Blockchain with c.docxThe vast majority of the population associates Blockchain with c.docx
The vast majority of the population associates Blockchain with c.docxpelise1
 
the various historical-cultural influences that have affected human .docx
the various historical-cultural influences that have affected human .docxthe various historical-cultural influences that have affected human .docx
the various historical-cultural influences that have affected human .docxpelise1
 
The use of technology in educationI wrote the beginning paragr.docx
The use of technology in educationI wrote the beginning paragr.docxThe use of technology in educationI wrote the beginning paragr.docx
The use of technology in educationI wrote the beginning paragr.docxpelise1
 
The valve body, sometimes known as the shell, would be the primary b.docx
The valve body, sometimes known as the shell, would be the primary b.docxThe valve body, sometimes known as the shell, would be the primary b.docx
The valve body, sometimes known as the shell, would be the primary b.docxpelise1
 
The  Right  to  Vote  (and  not  to  wait)     In  the  previous  tw.docx
The  Right  to  Vote  (and  not  to  wait)     In  the  previous  tw.docxThe  Right  to  Vote  (and  not  to  wait)     In  the  previous  tw.docx
The  Right  to  Vote  (and  not  to  wait)     In  the  previous  tw.docxpelise1
 
The  Right  to  Vote  (and  not  to  wai.docx
The  Right  to  Vote  (and  not  to  wai.docxThe  Right  to  Vote  (and  not  to  wai.docx
The  Right  to  Vote  (and  not  to  wai.docxpelise1
 
THE VALUE OF IMPROVING PATIENT SAFETY REPORTING SYSTEMS  Intro.docx
THE VALUE OF IMPROVING PATIENT SAFETY REPORTING SYSTEMS  Intro.docxTHE VALUE OF IMPROVING PATIENT SAFETY REPORTING SYSTEMS  Intro.docx
THE VALUE OF IMPROVING PATIENT SAFETY REPORTING SYSTEMS  Intro.docxpelise1
 

More from pelise1 (20)

the video for your required resources this week, you learned about t.docx
the video for your required resources this week, you learned about t.docxthe video for your required resources this week, you learned about t.docx
the video for your required resources this week, you learned about t.docx
 
The video clip, The Baloney Detection Kit,” this week discusses.docx
The video clip, The Baloney Detection Kit,” this week discusses.docxThe video clip, The Baloney Detection Kit,” this week discusses.docx
The video clip, The Baloney Detection Kit,” this week discusses.docx
 
The video clip, The Baloney Detection Kit,” this week discusses the.docx
The video clip, The Baloney Detection Kit,” this week discusses the.docxThe video clip, The Baloney Detection Kit,” this week discusses the.docx
The video clip, The Baloney Detection Kit,” this week discusses the.docx
 
The video clip, The Baloney Detection Kit,” in the webtext this.docx
The video clip, The Baloney Detection Kit,” in the webtext this.docxThe video clip, The Baloney Detection Kit,” in the webtext this.docx
The video clip, The Baloney Detection Kit,” in the webtext this.docx
 
The video below provides a first-person narrative of a young couple.docx
The video below provides a first-person narrative of a young couple.docxThe video below provides a first-person narrative of a young couple.docx
The video below provides a first-person narrative of a young couple.docx
 
The video below provides a first-person narrative of a young cou.docx
The video below provides a first-person narrative of a young cou.docxThe video below provides a first-person narrative of a young cou.docx
The video below provides a first-person narrative of a young cou.docx
 
The video below provides a first-person narrative of ayoung coup.docx
The video below provides a first-person narrative of ayoung coup.docxThe video below provides a first-person narrative of ayoung coup.docx
The video below provides a first-person narrative of ayoung coup.docx
 
The video below provides a first-person narrative of a younert t.docx
The video below provides a first-person narrative of a younert t.docxThe video below provides a first-person narrative of a younert t.docx
The video below provides a first-person narrative of a younert t.docx
 
The Victims’ Rights MovementWrite a 2 page paper.  Address the fol.docx
The Victims’ Rights MovementWrite a 2 page paper.  Address the fol.docxThe Victims’ Rights MovementWrite a 2 page paper.  Address the fol.docx
The Victims’ Rights MovementWrite a 2 page paper.  Address the fol.docx
 
The Value of Digital Privacy in an Information Technology AgeRes.docx
The Value of Digital Privacy in an Information Technology AgeRes.docxThe Value of Digital Privacy in an Information Technology AgeRes.docx
The Value of Digital Privacy in an Information Technology AgeRes.docx
 
The vast majority of the population associates Blockchain with crypt.docx
The vast majority of the population associates Blockchain with crypt.docxThe vast majority of the population associates Blockchain with crypt.docx
The vast majority of the population associates Blockchain with crypt.docx
 
The vast majority of the population associates Blockchain with cry.docx
The vast majority of the population associates Blockchain with cry.docxThe vast majority of the population associates Blockchain with cry.docx
The vast majority of the population associates Blockchain with cry.docx
 
The vast majority of the population associates Blockchain with  cryp.docx
The vast majority of the population associates Blockchain with  cryp.docxThe vast majority of the population associates Blockchain with  cryp.docx
The vast majority of the population associates Blockchain with  cryp.docx
 
The vast majority of the population associates Blockchain with c.docx
The vast majority of the population associates Blockchain with c.docxThe vast majority of the population associates Blockchain with c.docx
The vast majority of the population associates Blockchain with c.docx
 
the various historical-cultural influences that have affected human .docx
the various historical-cultural influences that have affected human .docxthe various historical-cultural influences that have affected human .docx
the various historical-cultural influences that have affected human .docx
 
The use of technology in educationI wrote the beginning paragr.docx
The use of technology in educationI wrote the beginning paragr.docxThe use of technology in educationI wrote the beginning paragr.docx
The use of technology in educationI wrote the beginning paragr.docx
 
The valve body, sometimes known as the shell, would be the primary b.docx
The valve body, sometimes known as the shell, would be the primary b.docxThe valve body, sometimes known as the shell, would be the primary b.docx
The valve body, sometimes known as the shell, would be the primary b.docx
 
The  Right  to  Vote  (and  not  to  wait)     In  the  previous  tw.docx
The  Right  to  Vote  (and  not  to  wait)     In  the  previous  tw.docxThe  Right  to  Vote  (and  not  to  wait)     In  the  previous  tw.docx
The  Right  to  Vote  (and  not  to  wait)     In  the  previous  tw.docx
 
The  Right  to  Vote  (and  not  to  wai.docx
The  Right  to  Vote  (and  not  to  wai.docxThe  Right  to  Vote  (and  not  to  wai.docx
The  Right  to  Vote  (and  not  to  wai.docx
 
THE VALUE OF IMPROVING PATIENT SAFETY REPORTING SYSTEMS  Intro.docx
THE VALUE OF IMPROVING PATIENT SAFETY REPORTING SYSTEMS  Intro.docxTHE VALUE OF IMPROVING PATIENT SAFETY REPORTING SYSTEMS  Intro.docx
THE VALUE OF IMPROVING PATIENT SAFETY REPORTING SYSTEMS  Intro.docx
 

Recently uploaded

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 

Recently uploaded (20)

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 

The Wear-Ever Shoes company maintains inventory data and custome.docx

  • 1. The Wear-Ever Shoes company maintains inventory data and customer survey results in your workbook. You use Lookup & Reference , Database , and Logical functions to complete the data. You also use a Financial function to calculate depreciation and a Text function to enter email addresses. [Student Learning Outcomes 6.1, 6.2, 6.3, 6.5, 6.6, 6.7] File Needed: WearEverShoes-06.xlsx (Available from the Start File link.) Completed Project File Name: [your name]-WearEverShoes-06.xlsx Skills Covered in This Project Nest INDEX and MATCH functions.
  • 2. Use SUMIFS from the Math & Trig category. Use DAVERAGE . Create an IFS formula. Use a Text function to concatenate text strings. Calculate depreciation with the DB function. Open the WearEverShoes-06 start file. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor, and save it. Click the Inventory sheet tab. Select cells
  • 3. A3:I39 , click the Name box, type Inventory as the range name, and press Enter . Select cell L5 and type WE006 . Create a nested function with INDEX and MATCH to display inventory for a product. Select cell L6 . Click the Lookup & Reference button [ Formulas tab, Function Library group] and choose INDEX . Select the first argument list array, row_num, column_num
  • 4. and click OK . For the Array argument, press F3 ( FN + F3 ) and select Inventory . Click the Row_num box and click the Name box arrow. Choose MATCH in the list or choose More Functions to find and select MATCH . The INDEX function uses this MATCH statement to find the row. Click cell L5 for the Lookup_value
  • 5. argument. Click the Lookup_array box and select cells A3:A39 . This MATCH function finds the row that matches cell L5 in column A. Click the Match_type argument and type 0 . Click INDEX in the Formula bar. (Click OK if the argument list opens.) Click the Column_num argument, click the Name box arrow, and choose MATCH (Figure 6-92). Figure 6-92 MATCH is nested twice
  • 6. Type quantity in the Lookup_value box. Click the Lookup_array box and select cells A3:I3 . This MATCH function finds the cell in the “Quantity” column after the row is located by the first MATCH function. Click the Match_type box and type 0 . The formula is =INDEX(Inventory,MATCH(L5,A3:A39,0),MATCH(“quantity”, A3:I3,0)) . Click OK . The result is 2. Click cell L5 , type WE015 , and press
  • 7. Enter . The quantity is updated. Use SUMIFS to calculate total pairs in stock by specific criteria. Select cell M13 . Click the Math & Trig button [ Formulas tab, Function Library group] and choose SUMIFS . Select cells E4:E39 for the Sum_range argument and press F4 ( FN + F4 ) to make the references absolute.
  • 8. Click the Criteria_range1 box, select cells C4:C39 , the “Color” field, and press F4 ( FN + F4 ). Click the Criteria1 box and select cell K13 . Leave this as a relative reference. Click the Criteria_range2 box, select cells D4:D39 , and make the references absolute. Click the Criteria2 box and select cell L13 . The criteria specifies the number of black pairs, size 8 (Figure 6-93). Figure 6-93 SUMIFS to calculate number by color and size
  • 9. Click OK . The result is 7. Copy the formula in cell M13 to cells M14:M21 . Click the Satisfaction Survey worksheet tab and review the data. Select cells A4:H40 and name the range as Survey . Note that the “Comfort” field is the fifth column and that the other attributes follow in the sixth, seventh, and eighth columns. Use DAVERAGE to summarize customer survey data. Click the Criteria sheet tab. Select cell B2 and type
  • 10. rug* , criteria for the Rugged Hiking Boots. Click the Average Ratings worksheet tab and select cell C5 . Click the Insert Function button [ Formulas tab, Function Library group]. Choose Database in the Or select a category list. Select DAVERAGE and click OK to calculate an average comfort rating for the boots. Press F3 ( FN + F3 ), choose
  • 11. Survey for the Database argument, and click OK . Click the Field box and select cell C4 . Click the Criteria box, select the Criteria sheet tab, select cells B1:B2 , and make the references absolute (Figure 6-94). Figure 6-94 DAVERAGE for comfort rating Click OK . The result is 7.75. Copy the formula in cell C5 to cells D5:F5 .
  • 12. Use DAVERAGE to summarize survey data. Select the Criteria sheet tab and select cell B5 . Type the criteria as shown here for the shoe styles.The table lists the criteria to be entered on the Criteria sheet. CellCriteriaB5com*B8laz*B11ser*B14gli* Click the Average Ratings sheet tab and select cell C6 . Click the Recently Used button [ Formulas tab, Function Library group] and select DAVERAGE . Press F3 ( FN +
  • 13. F3 ) and choose Survey for the Database argument. Click the Field argument box and select cell C4 . Click the Criteria box, select cells B4:B5 on the Criteria sheet, and press F4 ( FN + F4 ). Click OK . The result is 7.5. Copy the formula in cell C6 to cells D6:F6 .
  • 14. Build DAVERAGE functions for the remaining shoe styles on the Average Ratings sheet. Select cells G5:G9 on the Average Ratings sheet, click the AutoSum arrow [ Home tab, Editing group], and choose Average . Create an IFS function. Note: If your version of Excel does not include the IFS function, build the following nested IF function =IF(G5>=9,$J$5,IF(G5>=8,$J$6,IF(G5>=5,$J$7,$J$8))) to show the ratings . Select cell
  • 15. H5 , click the Logical button [ Formulas tab, Function Library group], and choose IFS . Click the Logical_test1 argument, select cell G5 , and type >=9 . Click the Value_if_true1 box, click cell J5 , and press F4 ( FN + F4 ) to make the reference absolute. Click the Logical_test2 box, click cell G5 , and type
  • 16. >=8 . Click the Value_if_true2 box, click cell J6 , and press F4 ( FN + F4 ). Click the Logical_test3 box, click cell G5 , and type >=5 . Click the down scroll arrow to reveal the Value_if_true3 box, click cell J7 , and press F4 ( FN + F4 ). Click the down scroll arrow to reveal the
  • 17. Logical_test4 box, click cell G5 , and type <5 . Click the down scroll arrow to reveal the Value_if_true4 box, click cell J8 , and press F4 ( FN + F4 ) (Figure 6-95). The complete formula is: =IFS(G5>=9,$J$5,G5>=8,$J$6,G5>=5,$J$7,G5<5,$J$8) Figure 6-95 IFS function with multiple logical tests Click OK and copy the formula to cells H6:H9 . Format column H to be 13.57 (100 pixels) wide.
  • 18. Calculate depreciation for an asset using a Financial function. Click the Depreciation sheet tab and select cell C11 . Depreciation is the decrease in the value of an asset as it ages. The DB function calculates the loss in value over a specified period of time at a fixed rate. Click the Financial button [ Formulas tab, Function Library group] and choose DB . Select cell C6 for the Cost argument, and press F4 ( FN
  • 19. + F4 ) to make the reference absolute. This is the initial cost of the equipment. Click the Salvage box, select cell C7 , and press F4 ( FN + F4 ). This is the expected value of the equipment at the end of its life. Click the Life box, select cell C8 , and press F4 ( FN + F4 ). This is how long the equipment is expected to last. Click the Period box and select cell B11 . The first formula calculates depreciation for the first year (Figure 6-96).
  • 20. Figure 6-96 DB function to calculate asset depreciation Click OK . The first year depreciation is $39,900.00. Copy the formula in cell C11 to cells C12:C18 . Each year’s depreciation is less than the previous year’s. Select cell C19 and use AutoSum . The total depreciation plus the salvage value is approximately equal to the original cost. It is not exact due to rounding. Use CONCAT to build an email address. (If your version of Excel does not include CONCAT , use CONCATENATE .) Right-click any worksheet tab, choose
  • 21. Unhide , select E-Mail , and click OK . Select cell C5 , type =con , and press Tab . The text1 argument is first. Select cell A5 and type a comma (,) to move to the text2 argument. Select cell B5 and type a comma (,) to move to the text3 argument. Type “@weshoes.org” including the quotation marks (Figure 6-97). Figure 6-97 CONCAT
  • 22. references and typed data Type the closing parenthesis ( ) ) and press Enter . Copy the formula in cell C5 to cells C6:C8 . Save and close the workbook (Figure 6-98).