SlideShare a Scribd company logo
1 of 4
Download to read offline
Need help with formulas
Begin this exercise by opening the file named Chapter 3 CiP Exercise 1 or continue with this file if
you completed the comprehensive review part A.
1.Click cell C3 on the Summary Report worksheet. This column will be used to count the stores
for each region of the company. Begin the function by clicking the Formulas tab on the Ribbon.
Click the More Functions button, click the Statistical option, and then click the COUNTIF function
from the list. Define the arguments in the Function Arguments dialog box as follows:
Range: Click the Collapse Dialog button next to the Range argument, click the Sales by Store
worksheet tab, and highlight the range A3:A26. Press the ENTER key on your keyboard. Click in
the input box for the Range argument and place an absolute reference on the range. Press the
TAB key on your keyboard to advance to the next argument.
Criteria: Type cell A3. Complete the function by clicking the OK button at the bottom of the
Function Arguments dialog box.
2.Copy and paste the COUNTIF function in cell C3 by double clicking the Auto Fill Handle. The
function will show the number of stores for each region.
3.Click cell D3 on the Summary Report worksheet. This column will be used to sum the current
sales by region. Begin the function by clicking the Formulas tab on the Ribbon. Click the Math &
Trig button and select the SUMIF function from the list. Define the arguments in the Function
Arguments dialog box as follows:
Range: Click the Collapse Dialog button next to the Range argument, click the Sales by Store
worksheet tab, and highlight the range A3:A26. Press the ENTER key on your keyboard. Click in
the input box for the Range argument and place an absolute reference on the range. Press the
TAB key on your keyboard to advance to the next argument.
Criteria: Type cell A3. Press the TAB key on your keyboard to advance to the next argument.
Sum_range: Click the Collapse Dialog button next to the Sum_range argument, click the Sales
by Store worksheet tab, and highlight the range I3:I26. Press the ENTER key on your keyboard.
Click in the input box for the Sum_range argument and place an absolute reference on the range.
Complete the function by clicking the OK button at the bottom of the Function Arguments dialog
box.
4. Copy and paste the SUMIF function in cell D3 by double clicking the Auto Fill Handle. The
function will show the total sales this year for each region.
5. Click cell E3 on the Summary Report worksheet. This column will be used to sum the sales
last year by region. Enter a SUMIF function and define the arguments exactly as stated in step 3.
However, define the Sum_range argument with the range H3:H26 on the Sales by Store
worksheet. Remember to put an absolute reference on this range before completing the function.
6.Copy and paste the SUMIF function in cell E3 by double clicking the Auto Fill Handle. The
function will show the total sales last year for each region.
7. Enter a formula in cell F3 on the Summary Report worksheet to calculate the percent change
in sales for each region. Your formula should first subtract the Sales Last Year in cell E3 from the
Sales This Year in cell D3. Then divide this result by the Sales Last Year in cell E3.
8. Copy and paste the formula in cell F3 by double clicking the Auto Fill Handle.
9. Click cell C11 on the Summary Report worksheet. This column will be used to count the
number of stores by size for the region number typed into cell B9. Begin the function by clicking
the Formulas tab on the Ribbon. Click the More Functions button, click the Statistical option, and
select the COUNTIFS function from the list. Define the arguments in the Function Arguments
dialog box as follows:
Criteria_range1: Click the Collapse Dialog button next to the Criteria_range1 argument, click the
Sales by Store worksheet tab, and highlight the range A3:A26. Press the ENTER key on your
keyboard. Click in the input box for the Criteria_range1argument and place an absolute reference
on the range. Press the TAB key on your keyboard to advance to the next argument.
Criteria1: Type cell B9. Place an absolute reference on this cell location. Press the TAB key on
your keyboard to advance to the next argument.
Criteria_range2: Click the Collapse Dialog button next to the Criteria_range2 argument, click the
Sales by Store worksheet tab, and highlight the range F3:F26. Press the ENTER key on your
keyboard. Click in the input box for the Criteria_range2argument and place an absolute reference
on the range. Press the TAB key on your keyboard to advance to the next argument.
Criteria2: Type cell B11. Complete the function by clicking the OK button at the bottom of the
Function Arguments dialog box.
10. Copy the COUNTIFS function in cell C11 and paste it into the range C12:C14 using the Paste
Formulas command.
11. Click cell D11 on the Summary Report worksheet. This column will be used to sum the
current sales by store size for the region number typed into cell B9. Begin the function by clicking
the Formulas tab on the Ribbon. Click the Math & Trig button and select the SUMIFS function from
the list. Define the arguments in the Function Arguments dialog box as follows:
Sum_range: Click the Collapse Dialog button next to the Sum_range argument, click the Sales
by Store worksheet tab, and highlight the range I3:I26. Press the ENTER key on your keyboard.
Click in the input box for the Sum_range argument and place an absolute reference on the range.
Press the TAB key on your keyboard to advance to the next argument.
Criteria_range1: Click the Collapse Dialog button next to the Criteria_range1 argument, click the
Sales by Store worksheet tab, and highlight the range A3:A26. Press the ENTER key on your
keyboard. Click in the input box for the Criteria_range1argument and place an absolute reference
on the range. Press the TAB key on your keyboard to advance to the next argument.
Criteria1: Type cell B9. Place an absolute reference on this cell location. Press the TAB key on
your keyboard to advance to the next argument.
Criteria_range2: Click the Collapse Dialog button next to the Criteria_range2 argument, click the
Sales by Store worksheet tab, and highlight the range F3:F26. Press the ENTER key on your
keyboard. Click in the input box for the Criteria_range2argument and place an absolute reference
on the range. Press the TAB key on your keyboard to advance to the next argument.
Criteria2: Type cell B11. Complete the function by clicking the OK button at the bottom of the
Function Arguments dialog box.
12. Copy the SUMIFS function in cell D11 and paste it into the range D12:D14 using the Paste
Formulas command.
13. Click cell E11 on the Summary Report worksheet. This column will be used to sum the sales
last year by store size for the region number typed into cell B9. Enter a SUMIFS function into this
cell location and define the arguments exactly as stated for step 11. However, define the
Sum_range argument with the range H3:H26. Remember to place an absolute reference on this
range.
14. Copy the SUMIFS function in cell E11 and paste it into the range E12:E14 using the Paste
Formulas command.
15. Enter a formula in cell F11 on the Summary Report worksheet to calculate the percent
change in sales for each store size. Your formula should first subtract the Sales Last Year in cell
E11 from the Sales This Year in cell D11. Then divide this result by the Sales Last Year in cell
E11.
16. Copy the formula in cell F11 and paste it into the range F12:F14 using the Paste Formulas
command.
17. Place a conditional format on the range F11:F14 to show any negative numbers in red. Begin
by highlighting the range F11:F14 on the Summary Report worksheet. Click the Conditional
Formatting button in the Home tab of the Ribbon and select the New Rule option from the drop-
down list. Click the Format only cells that contain option from the New Formatting Rule dialog box.
Change the comparison operator box from between to less than. Click in the input box next to the
comparison operator box and type a 0. Click the Format button and change the text color to red.
Complete the command by clicking the OK button in the Format Cells dialog box and in the new
New Formatting Rule dialog box.
18. Click cell G3 on the Summary Report worksheet. The purpose of this column is to show the
sales growth target for each region. The sales growth targets can be found in the Region Plan
worksheet. An HLOOKUP function will be used to display the sales growth plan for each region.
Begin the function by clicking the Formulas tab of the Ribbon. Then click the Lookup & Reference
button and select the HLOOKUP function from the list. Define the arguments of the function as
follows:
Lookup_value: Type cell A3 in the input box for this argument. Then press the TAB key on your
keyboard to advance to the next argument.
Table_array: Click the Collapse Dialog button next to the Table_array argument, click the
Region Plan worksheet tab, and highlight the range B2:E5. Press the ENTER key on your
keyboard. Click in the input box for the Table_array argument and place an absolute reference on
the range. Press the TAB key on your keyboard to advance to the next argument.
Row_index_num: Type the number 4 and press the TAB key on your keyboard.
Range_lookup: Type the word FALSE. Complete the function by clicking the OK button at the
bottom of the Function Arguments dialog box.
19. Copy and paste the HLOOKUP function in cell G3 by double clicking the Auto Fill Handle.
20. Enter a formula in cell H3 that subtracts the Sales Growth Target in cell G3 from the Change in
Sales in cell F3 (F3G3). Then copy and paste the formula into the range H4:H6.
21. Click cell C9 on the Summary Report worksheet. The purpose of this cell is to display the
name of the region for the number that is typed into cell B9. This will be accomplished by using a
VLOOKUP function. Begin the function by clicking the Formulas tab of the Ribbon, then click the
Lookup & Reference button and select the VLOOKUP function from the list. Define the arguments
of the function as follows:
Lookup_value: Type cell B9 in the input box for this argument and press the TAB key on your
keyboard to advance to the next argument.
Table_array: Click the Collapse Dialog button next to the Table_array argument and highlight the
range A3:B6 on the Summary Report worksheet. Press the ENTER key on your keyboard. Press
the TAB key on your keyboard to advance to the next argument.
Col_index_num: Type the number 2 and press the TAB key on your keyboard.
Range_lookup: Type the word FALSE. Complete the function by clicking the OK button at the
bottom of the Function Arguments dialog box.
22. Looking at the Summary Report worksheet, you will notice that the change in sales for the
West region is 4.77%. Type the number 4 in cell B9 to see the change in sales summarized for
each store size in the region. Examine the sales results by store size for each of the other three
regions. Notice that even if a region is showing an increase in sales over last year, it does not
necessarily mean that all stores in that region are performing well.

More Related Content

Similar to Need help with formulas Begin this exercise by opening the .pdf

Easy Pivot Tutorial June 2020
Easy Pivot Tutorial June 2020Easy Pivot Tutorial June 2020
Easy Pivot Tutorial June 2020Adhi Wikantyoso
 
Open Office Calc : Lesson 07
Open Office Calc : Lesson 07Open Office Calc : Lesson 07
Open Office Calc : Lesson 07thinkict
 
BudgetAccounting, IncAnual Budget2013Qtr 1Qtr 2Qtr 3Qtr 4TotalsRev.docx
BudgetAccounting, IncAnual Budget2013Qtr 1Qtr 2Qtr 3Qtr 4TotalsRev.docxBudgetAccounting, IncAnual Budget2013Qtr 1Qtr 2Qtr 3Qtr 4TotalsRev.docx
BudgetAccounting, IncAnual Budget2013Qtr 1Qtr 2Qtr 3Qtr 4TotalsRev.docxhartrobert670
 
Excel Intro Part2 2007
Excel Intro Part2 2007Excel Intro Part2 2007
Excel Intro Part2 2007simply_coool
 
A Skills Approach Excel 2013 Chapter 3 Using Formulas and Fu.docx
A Skills Approach Excel 2013 Chapter 3 Using Formulas and Fu.docxA Skills Approach Excel 2013 Chapter 3 Using Formulas and Fu.docx
A Skills Approach Excel 2013 Chapter 3 Using Formulas and Fu.docxannetnash8266
 
Sap purchase-requisition-how-to
Sap purchase-requisition-how-toSap purchase-requisition-how-to
Sap purchase-requisition-how-toVERUS BRASIL
 
Instructions sc ex16_8a
Instructions sc ex16_8aInstructions sc ex16_8a
Instructions sc ex16_8aLegendsRIP
 
Excel 2016 | Module 3: SAM Project 1a Pick Up Motors
Excel 2016 | Module 3: SAM Project 1a Pick Up MotorsExcel 2016 | Module 3: SAM Project 1a Pick Up Motors
Excel 2016 | Module 3: SAM Project 1a Pick Up MotorsAlexHunetr
 
Excel project chapter 08
Excel project   chapter 08Excel project   chapter 08
Excel project chapter 08homeworkecrater
 
Access Ch4 Creating Reports And Forms (Jy)
Access Ch4   Creating Reports And Forms (Jy)Access Ch4   Creating Reports And Forms (Jy)
Access Ch4 Creating Reports And Forms (Jy)Chun Hoi Lam
 
this assignment is due today...... 6 hours to do...... You are o.docx
this assignment is due today...... 6 hours to do...... You are o.docxthis assignment is due today...... 6 hours to do...... You are o.docx
this assignment is due today...... 6 hours to do...... You are o.docxdmark846
 
The Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docxThe Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docxpelise1
 
00a1Trips_LastFirst (solution)
00a1Trips_LastFirst (solution)00a1Trips_LastFirst (solution)
00a1Trips_LastFirst (solution)JackCandtona
 
IMPORTANT If you are a Canadian user, be sure to verify that your
IMPORTANT If you are a Canadian user, be sure to verify that yourIMPORTANT If you are a Canadian user, be sure to verify that your
IMPORTANT If you are a Canadian user, be sure to verify that yourhe45mcurnow
 
Calculation contex in sap business objects
Calculation contex in sap business objectsCalculation contex in sap business objects
Calculation contex in sap business objectsDmitry Anoshin
 

Similar to Need help with formulas Begin this exercise by opening the .pdf (20)

Easy Pivot Tutorial June 2020
Easy Pivot Tutorial June 2020Easy Pivot Tutorial June 2020
Easy Pivot Tutorial June 2020
 
Open Office Calc : Lesson 07
Open Office Calc : Lesson 07Open Office Calc : Lesson 07
Open Office Calc : Lesson 07
 
BudgetAccounting, IncAnual Budget2013Qtr 1Qtr 2Qtr 3Qtr 4TotalsRev.docx
BudgetAccounting, IncAnual Budget2013Qtr 1Qtr 2Qtr 3Qtr 4TotalsRev.docxBudgetAccounting, IncAnual Budget2013Qtr 1Qtr 2Qtr 3Qtr 4TotalsRev.docx
BudgetAccounting, IncAnual Budget2013Qtr 1Qtr 2Qtr 3Qtr 4TotalsRev.docx
 
Excel chapter 2
Excel chapter 2Excel chapter 2
Excel chapter 2
 
Excel Intro Part2 2007
Excel Intro Part2 2007Excel Intro Part2 2007
Excel Intro Part2 2007
 
A Skills Approach Excel 2013 Chapter 3 Using Formulas and Fu.docx
A Skills Approach Excel 2013 Chapter 3 Using Formulas and Fu.docxA Skills Approach Excel 2013 Chapter 3 Using Formulas and Fu.docx
A Skills Approach Excel 2013 Chapter 3 Using Formulas and Fu.docx
 
Sap purchase-requisition-how-to
Sap purchase-requisition-how-toSap purchase-requisition-how-to
Sap purchase-requisition-how-to
 
Instructions sc ex16_8a
Instructions sc ex16_8aInstructions sc ex16_8a
Instructions sc ex16_8a
 
Excel 2016 | Module 3: SAM Project 1a Pick Up Motors
Excel 2016 | Module 3: SAM Project 1a Pick Up MotorsExcel 2016 | Module 3: SAM Project 1a Pick Up Motors
Excel 2016 | Module 3: SAM Project 1a Pick Up Motors
 
Excel chapter-5
Excel chapter-5Excel chapter-5
Excel chapter-5
 
Excel project chapter 08
Excel project   chapter 08Excel project   chapter 08
Excel project chapter 08
 
Excel exercise pdf
Excel exercise pdfExcel exercise pdf
Excel exercise pdf
 
Access Ch4 Creating Reports And Forms (Jy)
Access Ch4   Creating Reports And Forms (Jy)Access Ch4   Creating Reports And Forms (Jy)
Access Ch4 Creating Reports And Forms (Jy)
 
this assignment is due today...... 6 hours to do...... You are o.docx
this assignment is due today...... 6 hours to do...... You are o.docxthis assignment is due today...... 6 hours to do...... You are o.docx
this assignment is due today...... 6 hours to do...... You are o.docx
 
OpenCastLabs Excel chapter-3
OpenCastLabs Excel chapter-3OpenCastLabs Excel chapter-3
OpenCastLabs Excel chapter-3
 
The Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docxThe Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docx
 
00a1Trips_LastFirst (solution)
00a1Trips_LastFirst (solution)00a1Trips_LastFirst (solution)
00a1Trips_LastFirst (solution)
 
Tally
TallyTally
Tally
 
IMPORTANT If you are a Canadian user, be sure to verify that your
IMPORTANT If you are a Canadian user, be sure to verify that yourIMPORTANT If you are a Canadian user, be sure to verify that your
IMPORTANT If you are a Canadian user, be sure to verify that your
 
Calculation contex in sap business objects
Calculation contex in sap business objectsCalculation contex in sap business objects
Calculation contex in sap business objects
 

More from abhijitakolkar1

River bed Corporation is preparing its December 312020 ba.pdf
River bed Corporation is preparing its December 312020  ba.pdfRiver bed Corporation is preparing its December 312020  ba.pdf
River bed Corporation is preparing its December 312020 ba.pdfabhijitakolkar1
 
Which of the following statements is supported by the theory.pdf
Which of the following statements is supported by the theory.pdfWhich of the following statements is supported by the theory.pdf
Which of the following statements is supported by the theory.pdfabhijitakolkar1
 
Write a threepage report of approximately 1 500 words in .pdf
Write a threepage report of approximately 1 500 words in .pdfWrite a threepage report of approximately 1 500 words in .pdf
Write a threepage report of approximately 1 500 words in .pdfabhijitakolkar1
 
Which of the following are associated with mitotic division .pdf
Which of the following are associated with mitotic division .pdfWhich of the following are associated with mitotic division .pdf
Which of the following are associated with mitotic division .pdfabhijitakolkar1
 
What is the optimal foraging model Natural selection shou.pdf
What is the optimal foraging model   Natural selection shou.pdfWhat is the optimal foraging model   Natural selection shou.pdf
What is the optimal foraging model Natural selection shou.pdfabhijitakolkar1
 
Sheffield Corp emite 5100 acciones ordinarias de valor nomi.pdf
Sheffield Corp emite 5100 acciones ordinarias de valor nomi.pdfSheffield Corp emite 5100 acciones ordinarias de valor nomi.pdf
Sheffield Corp emite 5100 acciones ordinarias de valor nomi.pdfabhijitakolkar1
 
What do the following program segments print Find the answe.pdf
What do the following program segments print Find the answe.pdfWhat do the following program segments print Find the answe.pdf
What do the following program segments print Find the answe.pdfabhijitakolkar1
 
The North American pronghorn has a number of adaptations whi.pdf
The North American pronghorn has a number of adaptations whi.pdfThe North American pronghorn has a number of adaptations whi.pdf
The North American pronghorn has a number of adaptations whi.pdfabhijitakolkar1
 
The journal entry to record the accrual of interest expense .pdf
The journal entry to record the accrual of interest expense .pdfThe journal entry to record the accrual of interest expense .pdf
The journal entry to record the accrual of interest expense .pdfabhijitakolkar1
 
tewer mill subit a dim in the coming vear 0055094501110.pdf
tewer mill subit a dim in the coming vear 0055094501110.pdftewer mill subit a dim in the coming vear 0055094501110.pdf
tewer mill subit a dim in the coming vear 0055094501110.pdfabhijitakolkar1
 
TA 204a Differentiate local from systemic signs of malign.pdf
TA 204a  Differentiate local from systemic signs of malign.pdfTA 204a  Differentiate local from systemic signs of malign.pdf
TA 204a Differentiate local from systemic signs of malign.pdfabhijitakolkar1
 
RunHeavy Corporation RHC is a corporation that manages a l.pdf
RunHeavy Corporation RHC is a corporation that manages a l.pdfRunHeavy Corporation RHC is a corporation that manages a l.pdf
RunHeavy Corporation RHC is a corporation that manages a l.pdfabhijitakolkar1
 
Suppose that Econland experiences a recession.pdf
Suppose that Econland experiences a recession.pdfSuppose that Econland experiences a recession.pdf
Suppose that Econland experiences a recession.pdfabhijitakolkar1
 
Strategic Public Sector Governance The Critical Role of Comm.pdf
Strategic Public Sector Governance The Critical Role of Comm.pdfStrategic Public Sector Governance The Critical Role of Comm.pdf
Strategic Public Sector Governance The Critical Role of Comm.pdfabhijitakolkar1
 
Question 11 1 point Control is the process of comparing ac.pdf
Question 11 1 point Control is the process of comparing ac.pdfQuestion 11 1 point Control is the process of comparing ac.pdf
Question 11 1 point Control is the process of comparing ac.pdfabhijitakolkar1
 
La venta de negocios puede lograr muchos objetivos diferente.pdf
La venta de negocios puede lograr muchos objetivos diferente.pdfLa venta de negocios puede lograr muchos objetivos diferente.pdf
La venta de negocios puede lograr muchos objetivos diferente.pdfabhijitakolkar1
 
On January 4 2020 Black Corporation acquired 100 of the o.pdf
On January 4 2020 Black Corporation acquired 100 of the o.pdfOn January 4 2020 Black Corporation acquired 100 of the o.pdf
On January 4 2020 Black Corporation acquired 100 of the o.pdfabhijitakolkar1
 
In a survuy peeple were asked whether they thought sun went.pdf
In a survuy peeple were asked whether they thought sun went.pdfIn a survuy peeple were asked whether they thought sun went.pdf
In a survuy peeple were asked whether they thought sun went.pdfabhijitakolkar1
 
Kresel Zihniyet Kresel Zihniyet Bu nedir Neden nemlid.pdf
Kresel Zihniyet  Kresel Zihniyet  Bu nedir Neden nemlid.pdfKresel Zihniyet  Kresel Zihniyet  Bu nedir Neden nemlid.pdf
Kresel Zihniyet Kresel Zihniyet Bu nedir Neden nemlid.pdfabhijitakolkar1
 
Instrucciones Relaciona cada palabra o frase con su definic.pdf
Instrucciones Relaciona cada palabra o frase con su definic.pdfInstrucciones Relaciona cada palabra o frase con su definic.pdf
Instrucciones Relaciona cada palabra o frase con su definic.pdfabhijitakolkar1
 

More from abhijitakolkar1 (20)

River bed Corporation is preparing its December 312020 ba.pdf
River bed Corporation is preparing its December 312020  ba.pdfRiver bed Corporation is preparing its December 312020  ba.pdf
River bed Corporation is preparing its December 312020 ba.pdf
 
Which of the following statements is supported by the theory.pdf
Which of the following statements is supported by the theory.pdfWhich of the following statements is supported by the theory.pdf
Which of the following statements is supported by the theory.pdf
 
Write a threepage report of approximately 1 500 words in .pdf
Write a threepage report of approximately 1 500 words in .pdfWrite a threepage report of approximately 1 500 words in .pdf
Write a threepage report of approximately 1 500 words in .pdf
 
Which of the following are associated with mitotic division .pdf
Which of the following are associated with mitotic division .pdfWhich of the following are associated with mitotic division .pdf
Which of the following are associated with mitotic division .pdf
 
What is the optimal foraging model Natural selection shou.pdf
What is the optimal foraging model   Natural selection shou.pdfWhat is the optimal foraging model   Natural selection shou.pdf
What is the optimal foraging model Natural selection shou.pdf
 
Sheffield Corp emite 5100 acciones ordinarias de valor nomi.pdf
Sheffield Corp emite 5100 acciones ordinarias de valor nomi.pdfSheffield Corp emite 5100 acciones ordinarias de valor nomi.pdf
Sheffield Corp emite 5100 acciones ordinarias de valor nomi.pdf
 
What do the following program segments print Find the answe.pdf
What do the following program segments print Find the answe.pdfWhat do the following program segments print Find the answe.pdf
What do the following program segments print Find the answe.pdf
 
The North American pronghorn has a number of adaptations whi.pdf
The North American pronghorn has a number of adaptations whi.pdfThe North American pronghorn has a number of adaptations whi.pdf
The North American pronghorn has a number of adaptations whi.pdf
 
The journal entry to record the accrual of interest expense .pdf
The journal entry to record the accrual of interest expense .pdfThe journal entry to record the accrual of interest expense .pdf
The journal entry to record the accrual of interest expense .pdf
 
tewer mill subit a dim in the coming vear 0055094501110.pdf
tewer mill subit a dim in the coming vear 0055094501110.pdftewer mill subit a dim in the coming vear 0055094501110.pdf
tewer mill subit a dim in the coming vear 0055094501110.pdf
 
TA 204a Differentiate local from systemic signs of malign.pdf
TA 204a  Differentiate local from systemic signs of malign.pdfTA 204a  Differentiate local from systemic signs of malign.pdf
TA 204a Differentiate local from systemic signs of malign.pdf
 
RunHeavy Corporation RHC is a corporation that manages a l.pdf
RunHeavy Corporation RHC is a corporation that manages a l.pdfRunHeavy Corporation RHC is a corporation that manages a l.pdf
RunHeavy Corporation RHC is a corporation that manages a l.pdf
 
Suppose that Econland experiences a recession.pdf
Suppose that Econland experiences a recession.pdfSuppose that Econland experiences a recession.pdf
Suppose that Econland experiences a recession.pdf
 
Strategic Public Sector Governance The Critical Role of Comm.pdf
Strategic Public Sector Governance The Critical Role of Comm.pdfStrategic Public Sector Governance The Critical Role of Comm.pdf
Strategic Public Sector Governance The Critical Role of Comm.pdf
 
Question 11 1 point Control is the process of comparing ac.pdf
Question 11 1 point Control is the process of comparing ac.pdfQuestion 11 1 point Control is the process of comparing ac.pdf
Question 11 1 point Control is the process of comparing ac.pdf
 
La venta de negocios puede lograr muchos objetivos diferente.pdf
La venta de negocios puede lograr muchos objetivos diferente.pdfLa venta de negocios puede lograr muchos objetivos diferente.pdf
La venta de negocios puede lograr muchos objetivos diferente.pdf
 
On January 4 2020 Black Corporation acquired 100 of the o.pdf
On January 4 2020 Black Corporation acquired 100 of the o.pdfOn January 4 2020 Black Corporation acquired 100 of the o.pdf
On January 4 2020 Black Corporation acquired 100 of the o.pdf
 
In a survuy peeple were asked whether they thought sun went.pdf
In a survuy peeple were asked whether they thought sun went.pdfIn a survuy peeple were asked whether they thought sun went.pdf
In a survuy peeple were asked whether they thought sun went.pdf
 
Kresel Zihniyet Kresel Zihniyet Bu nedir Neden nemlid.pdf
Kresel Zihniyet  Kresel Zihniyet  Bu nedir Neden nemlid.pdfKresel Zihniyet  Kresel Zihniyet  Bu nedir Neden nemlid.pdf
Kresel Zihniyet Kresel Zihniyet Bu nedir Neden nemlid.pdf
 
Instrucciones Relaciona cada palabra o frase con su definic.pdf
Instrucciones Relaciona cada palabra o frase con su definic.pdfInstrucciones Relaciona cada palabra o frase con su definic.pdf
Instrucciones Relaciona cada palabra o frase con su definic.pdf
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
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
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
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
 
भारत-रोम व्यापार.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
 
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
 
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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
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
 
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
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
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
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
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
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
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
 
भारत-रोम व्यापार.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
 
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
 
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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
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
 
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
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
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
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 

Need help with formulas Begin this exercise by opening the .pdf

  • 1. Need help with formulas Begin this exercise by opening the file named Chapter 3 CiP Exercise 1 or continue with this file if you completed the comprehensive review part A. 1.Click cell C3 on the Summary Report worksheet. This column will be used to count the stores for each region of the company. Begin the function by clicking the Formulas tab on the Ribbon. Click the More Functions button, click the Statistical option, and then click the COUNTIF function from the list. Define the arguments in the Function Arguments dialog box as follows: Range: Click the Collapse Dialog button next to the Range argument, click the Sales by Store worksheet tab, and highlight the range A3:A26. Press the ENTER key on your keyboard. Click in the input box for the Range argument and place an absolute reference on the range. Press the TAB key on your keyboard to advance to the next argument. Criteria: Type cell A3. Complete the function by clicking the OK button at the bottom of the Function Arguments dialog box. 2.Copy and paste the COUNTIF function in cell C3 by double clicking the Auto Fill Handle. The function will show the number of stores for each region. 3.Click cell D3 on the Summary Report worksheet. This column will be used to sum the current sales by region. Begin the function by clicking the Formulas tab on the Ribbon. Click the Math & Trig button and select the SUMIF function from the list. Define the arguments in the Function Arguments dialog box as follows: Range: Click the Collapse Dialog button next to the Range argument, click the Sales by Store worksheet tab, and highlight the range A3:A26. Press the ENTER key on your keyboard. Click in the input box for the Range argument and place an absolute reference on the range. Press the TAB key on your keyboard to advance to the next argument. Criteria: Type cell A3. Press the TAB key on your keyboard to advance to the next argument. Sum_range: Click the Collapse Dialog button next to the Sum_range argument, click the Sales by Store worksheet tab, and highlight the range I3:I26. Press the ENTER key on your keyboard. Click in the input box for the Sum_range argument and place an absolute reference on the range. Complete the function by clicking the OK button at the bottom of the Function Arguments dialog box. 4. Copy and paste the SUMIF function in cell D3 by double clicking the Auto Fill Handle. The function will show the total sales this year for each region. 5. Click cell E3 on the Summary Report worksheet. This column will be used to sum the sales last year by region. Enter a SUMIF function and define the arguments exactly as stated in step 3. However, define the Sum_range argument with the range H3:H26 on the Sales by Store worksheet. Remember to put an absolute reference on this range before completing the function. 6.Copy and paste the SUMIF function in cell E3 by double clicking the Auto Fill Handle. The function will show the total sales last year for each region. 7. Enter a formula in cell F3 on the Summary Report worksheet to calculate the percent change in sales for each region. Your formula should first subtract the Sales Last Year in cell E3 from the Sales This Year in cell D3. Then divide this result by the Sales Last Year in cell E3. 8. Copy and paste the formula in cell F3 by double clicking the Auto Fill Handle. 9. Click cell C11 on the Summary Report worksheet. This column will be used to count the
  • 2. number of stores by size for the region number typed into cell B9. Begin the function by clicking the Formulas tab on the Ribbon. Click the More Functions button, click the Statistical option, and select the COUNTIFS function from the list. Define the arguments in the Function Arguments dialog box as follows: Criteria_range1: Click the Collapse Dialog button next to the Criteria_range1 argument, click the Sales by Store worksheet tab, and highlight the range A3:A26. Press the ENTER key on your keyboard. Click in the input box for the Criteria_range1argument and place an absolute reference on the range. Press the TAB key on your keyboard to advance to the next argument. Criteria1: Type cell B9. Place an absolute reference on this cell location. Press the TAB key on your keyboard to advance to the next argument. Criteria_range2: Click the Collapse Dialog button next to the Criteria_range2 argument, click the Sales by Store worksheet tab, and highlight the range F3:F26. Press the ENTER key on your keyboard. Click in the input box for the Criteria_range2argument and place an absolute reference on the range. Press the TAB key on your keyboard to advance to the next argument. Criteria2: Type cell B11. Complete the function by clicking the OK button at the bottom of the Function Arguments dialog box. 10. Copy the COUNTIFS function in cell C11 and paste it into the range C12:C14 using the Paste Formulas command. 11. Click cell D11 on the Summary Report worksheet. This column will be used to sum the current sales by store size for the region number typed into cell B9. Begin the function by clicking the Formulas tab on the Ribbon. Click the Math & Trig button and select the SUMIFS function from the list. Define the arguments in the Function Arguments dialog box as follows: Sum_range: Click the Collapse Dialog button next to the Sum_range argument, click the Sales by Store worksheet tab, and highlight the range I3:I26. Press the ENTER key on your keyboard. Click in the input box for the Sum_range argument and place an absolute reference on the range. Press the TAB key on your keyboard to advance to the next argument. Criteria_range1: Click the Collapse Dialog button next to the Criteria_range1 argument, click the Sales by Store worksheet tab, and highlight the range A3:A26. Press the ENTER key on your keyboard. Click in the input box for the Criteria_range1argument and place an absolute reference on the range. Press the TAB key on your keyboard to advance to the next argument. Criteria1: Type cell B9. Place an absolute reference on this cell location. Press the TAB key on your keyboard to advance to the next argument. Criteria_range2: Click the Collapse Dialog button next to the Criteria_range2 argument, click the Sales by Store worksheet tab, and highlight the range F3:F26. Press the ENTER key on your keyboard. Click in the input box for the Criteria_range2argument and place an absolute reference on the range. Press the TAB key on your keyboard to advance to the next argument. Criteria2: Type cell B11. Complete the function by clicking the OK button at the bottom of the Function Arguments dialog box. 12. Copy the SUMIFS function in cell D11 and paste it into the range D12:D14 using the Paste Formulas command. 13. Click cell E11 on the Summary Report worksheet. This column will be used to sum the sales last year by store size for the region number typed into cell B9. Enter a SUMIFS function into this
  • 3. cell location and define the arguments exactly as stated for step 11. However, define the Sum_range argument with the range H3:H26. Remember to place an absolute reference on this range. 14. Copy the SUMIFS function in cell E11 and paste it into the range E12:E14 using the Paste Formulas command. 15. Enter a formula in cell F11 on the Summary Report worksheet to calculate the percent change in sales for each store size. Your formula should first subtract the Sales Last Year in cell E11 from the Sales This Year in cell D11. Then divide this result by the Sales Last Year in cell E11. 16. Copy the formula in cell F11 and paste it into the range F12:F14 using the Paste Formulas command. 17. Place a conditional format on the range F11:F14 to show any negative numbers in red. Begin by highlighting the range F11:F14 on the Summary Report worksheet. Click the Conditional Formatting button in the Home tab of the Ribbon and select the New Rule option from the drop- down list. Click the Format only cells that contain option from the New Formatting Rule dialog box. Change the comparison operator box from between to less than. Click in the input box next to the comparison operator box and type a 0. Click the Format button and change the text color to red. Complete the command by clicking the OK button in the Format Cells dialog box and in the new New Formatting Rule dialog box. 18. Click cell G3 on the Summary Report worksheet. The purpose of this column is to show the sales growth target for each region. The sales growth targets can be found in the Region Plan worksheet. An HLOOKUP function will be used to display the sales growth plan for each region. Begin the function by clicking the Formulas tab of the Ribbon. Then click the Lookup & Reference button and select the HLOOKUP function from the list. Define the arguments of the function as follows: Lookup_value: Type cell A3 in the input box for this argument. Then press the TAB key on your keyboard to advance to the next argument. Table_array: Click the Collapse Dialog button next to the Table_array argument, click the Region Plan worksheet tab, and highlight the range B2:E5. Press the ENTER key on your keyboard. Click in the input box for the Table_array argument and place an absolute reference on the range. Press the TAB key on your keyboard to advance to the next argument. Row_index_num: Type the number 4 and press the TAB key on your keyboard. Range_lookup: Type the word FALSE. Complete the function by clicking the OK button at the bottom of the Function Arguments dialog box. 19. Copy and paste the HLOOKUP function in cell G3 by double clicking the Auto Fill Handle. 20. Enter a formula in cell H3 that subtracts the Sales Growth Target in cell G3 from the Change in Sales in cell F3 (F3G3). Then copy and paste the formula into the range H4:H6. 21. Click cell C9 on the Summary Report worksheet. The purpose of this cell is to display the name of the region for the number that is typed into cell B9. This will be accomplished by using a VLOOKUP function. Begin the function by clicking the Formulas tab of the Ribbon, then click the Lookup & Reference button and select the VLOOKUP function from the list. Define the arguments of the function as follows:
  • 4. Lookup_value: Type cell B9 in the input box for this argument and press the TAB key on your keyboard to advance to the next argument. Table_array: Click the Collapse Dialog button next to the Table_array argument and highlight the range A3:B6 on the Summary Report worksheet. Press the ENTER key on your keyboard. Press the TAB key on your keyboard to advance to the next argument. Col_index_num: Type the number 2 and press the TAB key on your keyboard. Range_lookup: Type the word FALSE. Complete the function by clicking the OK button at the bottom of the Function Arguments dialog box. 22. Looking at the Summary Report worksheet, you will notice that the change in sales for the West region is 4.77%. Type the number 4 in cell B9 to see the change in sales summarized for each store size in the region. Examine the sales results by store size for each of the other three regions. Notice that even if a region is showing an increase in sales over last year, it does not necessarily mean that all stores in that region are performing well.