SlideShare a Scribd company logo
1 of 20
Download to read offline
1
1
Using Excel Functions
and Formulas
Abdisalam Issa-Salwe
Faculty of Professional Studies
Thames Valley University
Abdisalam Issa-Salwe, Thames Valley University
2
Function
Using Function
 Function – a predefined
computational task
 Requires arguments
 Values the function uses to calculate
answers
 Returns a value
2
Abdisalam Issa-Salwe, Thames Valley University
3
Function wizard
Abdisalam Issa-Salwe, Thames Valley University
4
Statistical Functions
 MAX, MIN, and AVERAGE functions
Return highest, lowest, and average
values from an argument list
 Argument list may include cell references,
cell ranges, values, functions, or formulas
 Cells that are empty or contain text are
not included
 COUNT and COUNTA functions
 COUNT returns number of cells containing
numeric entries or formulas that return a
number
 COUNTA also includes cells with text
3
Abdisalam Issa-Salwe, Thames Valley University
5
Statistical Functions (cont…)
 In general, use functions instead of
formulas
 Functions are adjusted as rows or
columns are deleted or added within the
range referenced the function
 With formulas
 Adding a row adjusts the cell references
in the formula, but does not include the
new row in the formula
 Deleting a row causes a #REF error
message
Abdisalam Issa-Salwe, Thames Valley University
6
The IF Function
 Enables decision making in a
worksheet
 Requires three arguments:
 A condition
 A value if the condition is true
 A value if the condition is false
 Condition must be able to be
evaluated as true or false
 Uses relational operators (=, <, etc.)
4
Abdisalam Issa-Salwe, Thames Valley University
7
Abdisalam Issa-Salwe, Thames Valley University
8
VLOOKUP function
 Allows Excel to look up a value in a
table and return a related value
 Requires three arguments:
 the numeric value (or cell) to look up
 the range of the table
 the column number containing the value
you want to return
5
Abdisalam Issa-Salwe, Thames Valley University
9
Abdisalam Issa-Salwe, Thames Valley University
10
PMT Function
PMT Function
 Calculates a periodic payment, such
as a car or mortgage payment
 Based on:
 Amount financed
 Interest rate
 Number of periods
6
Abdisalam Issa-Salwe, Thames Valley University
11
Using PMT function
Abdisalam Issa-Salwe, Thames Valley University
12
Goal Seek
The Goal Seek Command
 Allows you to set an end result and vary
the inputs (assumptions) to produce that
result
 Only one input can be varied at a time
 All other assumptions remain constant
 For example, set a desired monthly car
payment
 Vary the amount financed
 Interest rate and number of months remain
the same
7
Abdisalam Issa-Salwe, Thames Valley University
13
Using Goal Seek
Abdisalam Issa-Salwe, Thames Valley University
14
Use a what-if analysis
 Suppose you think that it might be better for
the students if you limited the enrolment to
40. How would you calculate the net income?
 On the spreadsheet that you have set up to
figure the profits, change the number of
students from 60 to 40, and recalculate.
 The spreadsheet will show a net income of
$5000.
 Thus, at only 40 students, the school would
lose $5,000 per month.
 This process of changing the value of a
variable in a calculation to see how the new
answer compares with the old answer is called
a what-if analysis.
8
Abdisalam Issa-Salwe, Thames Valley University
15
Data tables
 Data tables are part of a suite of
commands sometimes called what-if
analysis tools.
 A data table is a range of cells that shows
how changing certain values in your
formulas affects the results of the
formulas.
 Data tables provide a shortcut for
calculating multiple versions in one
operation and a way to view and compare
the results of all of the different variations
together on your worksheet.
Abdisalam Issa-Salwe, Thames Valley University
16
Data tables (cont…)
 Use a one-variable data table if you
want to see how different interest
rates affect a monthly mortgage
payment.
 In the following example, cell D2
contains the payment formula,
=PMT(B3/12,B4,-B5), which refers
to the input cell B3.
9
Abdisalam Issa-Salwe, Thames Valley University
17
Abdisalam Issa-Salwe, Thames Valley University
18
Two-variable data tables
 A two-variable data table can show
how different interest rates and loan
terms will affect the mortgage
payment.
 In the following example, cell C2
contains the payment formula,
=PMT(B3/12,B4,-B5), which uses
two input cells, B3 and B4.
10
Abdisalam Issa-Salwe, Thames Valley University
19
Abdisalam Issa-Salwe, Thames Valley University
20
 Data tables recalculate whenever a
worksheet is recalculated, even if
they have not changed.
 To speed up calculation of a
worksheet that contains a data
table, you can change the
Calculation options to automatically
recalculate the worksheet but not
data tables.
11
Abdisalam Issa-Salwe, Thames Valley University
21
Use two-variable data tables to
perform a what-if analysis
 Excel provides the capability to create two-variable data
tables, which allow two input variables, and one result
variable.
 The data table will have the values for one input
variable across the top row of the table, and the
values for the other input variable down the first
column
 Excel can create a data table that will display the net
income based on different tuition values and different
student counts.
 As with a one-variable data table, to create a two-
variable data table in Excel, you must first create a
spreadsheet that calculates net income based on the
number of students and the amount of tuition
 Once the spreadsheet is set up, you can create the
two-variable data table
Abdisalam Issa-Salwe, Thames Valley University
22
Create a graph for a two-variable table
 Just as Excel can create a graph of a one-
variable data table, it can also create a
graph of a two-variable data table.
 To do this, select the entire table.
 From the Insert menu, click Chart. Choose
XY (Scatter) and Scatter with data points
connected by lines without markers.
 Follow the instructions on the Chart dialog
boxes to label the graph and the axes.
 Tell Excel to put the graph on a new sheet.
 When you click Finish, Excel will display a
graph of the data table, with a different line
for each of the rafting fees, using the
example table from the previous slide.
12
Abdisalam Issa-Salwe, Thames Valley University
23
A CCP chart for a two-variable data table
This figure shows a CVP
chart for the two-
variable data table
shown in a previous
slide. Note that it creates
a separate line for each
rafting fee in the table.
Abdisalam Issa-Salwe, Thames Valley University
24
Create and use array formulas
 For example, using the Excel function SUM, you
could create the array formula =SUM(B3:B12*C2).
 To ask Excel to treat this as an array formula, press
and hold the Ctrl key and the Shift key while you
press the Enter key (rather than just using the
Enter key to enter the formula into the cell).
 This will cause Excel to put brackets around the
formula, so that it looks like this:
{=SUM(B3:B12*C12)}.
 Don't try to type in the brackets themselves; if
you do, Excel will treat the formula as text
 Excel will interpret the formula
{=SUM(B3:B12*C12)} as a command to multiply
each of the values in B3:B12 by the value in C12,
and calculate the sum of the values.
13
Abdisalam Issa-Salwe, Thames Valley University
25
Create formulas using multiple arrays
 Another example of an array formula using
SUM is {=SUM(B3:B12*C3:C12)}.
 Using this formula, Excel will multiply the
first element in the first array by the first
element in the second array, the second
element of the first array by the second
element of the second array, and so on,
pair-wise through both arrays.
 The two arrays must be the same size; if
not, Excel returns an error message.
Abdisalam Issa-Salwe, Thames Valley University
26
Functions can display multiple values
 A few of the functions in Excel can
display multiple values when given
array arguments.
 Some examples are TABLE and
TREND.
 Formulas that display several values
must be entered into a range of
cells that has the same number of
rows and columns as the input
array arguments have.
14
Abdisalam Issa-Salwe, Thames Valley University
27
An example of Excel’s Trend function
This figure shows a range of values displayed by the Excel function TREND.
Abdisalam Issa-Salwe, Thames Valley University
28
Create scenarios to perform what-if analyses
 To perform what-if analyses with more
than two input variables, you have to use
scenarios, which are:
 A set of values that Excel can put into a
worksheet
 Created based on existing spreadsheets in
Excel
 You use the Scenario Manager to set up
and view different scenarios.
 Once you have the spread sheet with one
set of values, you can create several
scenarios with different values.
 As you view each scenario, Excel uses the
values in the scenario as input to
calculate the results.
15
Abdisalam Issa-Salwe, Thames Valley University
29
Use the Scenario Manager dialog box
 To invoke the Scenario Manager and begin
creating scenarios, start the Scenario Manager by
choosing Scenarios from the Tools menu.
 In the Scenario Manager dialog box, click the Add
button, and enter a name for the scenario.
 Enter the name for your first case, such as
Normal Case.
 Type in the reference to each of the cells that are
going to change during the scenarios.
 When you click OK, the Scenario Manager will
prompt you for a set of values, one for each of
the cells whose references you entered as
changing cells.
 The original values will be entered. Since this is
the original case, you can accept these values.
Abdisalam Issa-Salwe, Thames Valley University
30
The Scenario Manager dialog box
This figure shows the Scenario
Manager dialog box. Clicking
theAdd button opens the next
dialog box where you specify
the name and specify the cells
that will change.
16
Abdisalam Issa-Salwe, Thames Valley University
31
Add additional scenarios
This figure shows the
ScenarioValues dialog
box. When you click the
Add button, you will be
prompted to enter a name
and a set of values for the
next scenario.
Enter the name and replace the original values with the values for this case.
Continue in this way until you have all of the cases entered.
Abdisalam Issa-Salwe, Thames Valley University
32
View and edit scenarios
 When you have the scenarios defined, you can
view each one by selecting the name of the
scenario you want to see in the Scenario
Manager dialog box.
 After you have selected the name, click Show
and then Close.
 Excel will display the original spreadsheet, with
the values from the scenario you chose.
 You can edit your scenarios from the Scenario
Manager
 Select the scenario you want to edit, and click
Edit
 This will bring up a dialog box in which you
can change any of the input values
 You can then display the spreadsheet with the
values from the edited scenario
17
Abdisalam Issa-Salwe, Thames Valley University
33
Create a scenario summary report
 Using the Scenario Manager, you can
display a summary of the results from
all of the scenarios you have created.
 This data can be displayed in a
summary table or a PivotTable.
 To create a summary table based on
the scenarios you have created, open
the Scenario Manager.
 In the Scenario Manager dialog box,
click Summary to view the Summary
dialog box.
Abdisalam Issa-Salwe, Thames Valley University
34
The Scenario Summary dialog box
This figure shows the
Scenario Summary dialog
box. Choose Scenario
summary. Then, in the Result
cells: box, enter the
references for the cells where
the results you are interested
in are.
18
Abdisalam Issa-Salwe, Thames Valley University
35
A Scenario Summary report
When you click OK in the Scenario Summary dialog box, a Scenario Summary,
like the one in this figure is created. Excel displays the values from all of the
changing cells, along with the values from the result cells you chose.
Abdisalam Issa-Salwe, Thames Valley University
36
Create a PivotTable report and chart
 To create a Scenario PivotTable report:
 Open the Scenario Manager dialog box and click
Summary
 From the Scenario Summary dialog box, choose
Scenario PivotTable report
 Excel will create a Scenario PivotTable report for
all of the scenarios you have created
 Excel can also chart the PivotTable. To do
so:
 Click on the Chart Wizard from the PivotTable
tool
 From the Menu bar, choose Chart and select the
type of chart you want
19
Abdisalam Issa-Salwe, Thames Valley University
37
An example of a PivotTable report
This figure shows a
Scenario PivotTable
report.
Abdisalam Issa-Salwe, Thames Valley University
38
An example of a PivotTable chart
This figure shows a
Scenario PivotTable
Clustered Column
Chart.
20
Abdisalam Issa-Salwe, Thames Valley University
39
 Use the PMT function to calculate the
payment of a car loan or mortgage.
 Use the FV function to determine the
future value of a retirement account
 Explain how the Goal Seek command
facilitates the decision-making process
 Use mixed references to vary two
parameters in a table
 Use the AVERAGE, MAX, MIN and COUNT
function
Abdisalam Issa-Salwe, Thames Valley University
40
QUESTIONS?

More Related Content

What's hot

Excel_2007_Final.pptx
Excel_2007_Final.pptxExcel_2007_Final.pptx
Excel_2007_Final.pptxZORAIZ HAIDER
 
Spreadsheet fundamentals
Spreadsheet fundamentalsSpreadsheet fundamentals
Spreadsheet fundamentalscrystalpullen
 
Advanced Spreadsheet Skills - Empowerment Technologies
Advanced Spreadsheet Skills - Empowerment TechnologiesAdvanced Spreadsheet Skills - Empowerment Technologies
Advanced Spreadsheet Skills - Empowerment TechnologiesMark Jhon Oxillo
 
Spss presentation
Spss presentationSpss presentation
Spss presentationKabir Khan
 
Ms excel and it’s function
Ms excel and it’s functionMs excel and it’s function
Ms excel and it’s functionsneha94
 
Percentiles and Deciles
Percentiles and DecilesPercentiles and Deciles
Percentiles and DecilesMary Espinar
 
Nurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSSNurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSSijtsrd
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functionsBuffalo Seminary
 
Excel lesson formulas and functions
Excel lesson formulas and functionsExcel lesson formulas and functions
Excel lesson formulas and functionswildman099
 
MS Excel Ch 3 PPT
MS Excel Ch 3 PPTMS Excel Ch 3 PPT
MS Excel Ch 3 PPTprsmith72
 
Exp2003 exl ppt_04
Exp2003 exl ppt_04Exp2003 exl ppt_04
Exp2003 exl ppt_04lonetree
 
Manual for Troubleshooting Formulas & Functions in Excel
Manual for Troubleshooting Formulas & Functions in ExcelManual for Troubleshooting Formulas & Functions in Excel
Manual for Troubleshooting Formulas & Functions in ExcelChristopher Ward
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2macrob14
 

What's hot (20)

Excel_2007_Final.pptx
Excel_2007_Final.pptxExcel_2007_Final.pptx
Excel_2007_Final.pptx
 
Spreadsheet fundamentals
Spreadsheet fundamentalsSpreadsheet fundamentals
Spreadsheet fundamentals
 
Dealing with data-excel
Dealing with data-excelDealing with data-excel
Dealing with data-excel
 
Advanced Excel Demo
Advanced Excel DemoAdvanced Excel Demo
Advanced Excel Demo
 
Advanced Spreadsheet Skills - Empowerment Technologies
Advanced Spreadsheet Skills - Empowerment TechnologiesAdvanced Spreadsheet Skills - Empowerment Technologies
Advanced Spreadsheet Skills - Empowerment Technologies
 
SPSS
SPSSSPSS
SPSS
 
Exel
ExelExel
Exel
 
Spss presentation
Spss presentationSpss presentation
Spss presentation
 
Gse 213 lesson 3
Gse 213 lesson 3Gse 213 lesson 3
Gse 213 lesson 3
 
Ms excel and it’s function
Ms excel and it’s functionMs excel and it’s function
Ms excel and it’s function
 
Percentiles and Deciles
Percentiles and DecilesPercentiles and Deciles
Percentiles and Deciles
 
Nurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSSNurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSS
 
Intro excel
Intro excelIntro excel
Intro excel
 
Excel solver
Excel solverExcel solver
Excel solver
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
 
Excel lesson formulas and functions
Excel lesson formulas and functionsExcel lesson formulas and functions
Excel lesson formulas and functions
 
MS Excel Ch 3 PPT
MS Excel Ch 3 PPTMS Excel Ch 3 PPT
MS Excel Ch 3 PPT
 
Exp2003 exl ppt_04
Exp2003 exl ppt_04Exp2003 exl ppt_04
Exp2003 exl ppt_04
 
Manual for Troubleshooting Formulas & Functions in Excel
Manual for Troubleshooting Formulas & Functions in ExcelManual for Troubleshooting Formulas & Functions in Excel
Manual for Troubleshooting Formulas & Functions in Excel
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2
 

Viewers also liked

Skills needed for a career in accounting
Skills needed for a career in accountingSkills needed for a career in accounting
Skills needed for a career in accountingnranatun
 
Murder In Montreux: Or How I Made a Kiling in the Insurance Business
Murder In Montreux: Or How I Made a Kiling in the Insurance BusinessMurder In Montreux: Or How I Made a Kiling in the Insurance Business
Murder In Montreux: Or How I Made a Kiling in the Insurance BusinessCatherine Chaney Bowman
 
iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11
iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11
iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11MobileMonday Estonia
 
How to assign homework using web 2.0 tools
How to assign homework using web 2.0 toolsHow to assign homework using web 2.0 tools
How to assign homework using web 2.0 toolsEscuela de Lenguas UNLP
 
Mobile applications development with Xamarin - Oleg Knut
Mobile applications development with Xamarin - Oleg KnutMobile applications development with Xamarin - Oleg Knut
Mobile applications development with Xamarin - Oleg KnutMobileMonday Estonia
 
ClearedJobs.Net Cleared Job Fair Job Seeker's Handbook May 13th BWI Westin
ClearedJobs.Net Cleared Job Fair Job Seeker's Handbook May 13th BWI WestinClearedJobs.Net Cleared Job Fair Job Seeker's Handbook May 13th BWI Westin
ClearedJobs.Net Cleared Job Fair Job Seeker's Handbook May 13th BWI WestinClearedJobs.Net
 
Gamification of User Adoption Startup Weekend
Gamification of User Adoption Startup WeekendGamification of User Adoption Startup Weekend
Gamification of User Adoption Startup WeekendMike Merrill
 
Twitter - How To Use Twitter
Twitter - How To Use TwitterTwitter - How To Use Twitter
Twitter - How To Use TwitterMike Litman
 
Aprendizaje significativo y metacognición seminario
Aprendizaje significativo y metacognición seminarioAprendizaje significativo y metacognición seminario
Aprendizaje significativo y metacognición seminarioLiliana Bonin
 
T E O RÍ A C E L U L A R (97 2003) ( P R E S E N T A C IÓ N No 2)
T E O RÍ A  C E L U L A R (97   2003) ( P R E S E N T A C IÓ N  No 2)T E O RÍ A  C E L U L A R (97   2003) ( P R E S E N T A C IÓ N  No 2)
T E O RÍ A C E L U L A R (97 2003) ( P R E S E N T A C IÓ N No 2)jaival
 
Laptop Institute Marketing Your School
Laptop Institute Marketing Your SchoolLaptop Institute Marketing Your School
Laptop Institute Marketing Your SchoolLorrie Jackson
 
Lesson 3 - Get your blog moving
Lesson 3 -  Get your blog movingLesson 3 -  Get your blog moving
Lesson 3 - Get your blog movingSeth dickens
 
Generali Group 1Q 2009 Results
Generali Group 1Q 2009 ResultsGenerali Group 1Q 2009 Results
Generali Group 1Q 2009 ResultsGenerali
 
The 10 key things i've learnt about IWBs - Interactive White Boards
The 10 key things i've learnt about IWBs - Interactive White BoardsThe 10 key things i've learnt about IWBs - Interactive White Boards
The 10 key things i've learnt about IWBs - Interactive White BoardsSeth dickens
 

Viewers also liked (20)

Skills needed for a career in accounting
Skills needed for a career in accountingSkills needed for a career in accounting
Skills needed for a career in accounting
 
Murder In Montreux: Or How I Made a Kiling in the Insurance Business
Murder In Montreux: Or How I Made a Kiling in the Insurance BusinessMurder In Montreux: Or How I Made a Kiling in the Insurance Business
Murder In Montreux: Or How I Made a Kiling in the Insurance Business
 
iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11
iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11
iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11
 
Tokio by julián
Tokio by juliánTokio by julián
Tokio by julián
 
How to assign homework using web 2.0 tools
How to assign homework using web 2.0 toolsHow to assign homework using web 2.0 tools
How to assign homework using web 2.0 tools
 
Mobile applications development with Xamarin - Oleg Knut
Mobile applications development with Xamarin - Oleg KnutMobile applications development with Xamarin - Oleg Knut
Mobile applications development with Xamarin - Oleg Knut
 
ClearedJobs.Net Cleared Job Fair Job Seeker's Handbook May 13th BWI Westin
ClearedJobs.Net Cleared Job Fair Job Seeker's Handbook May 13th BWI WestinClearedJobs.Net Cleared Job Fair Job Seeker's Handbook May 13th BWI Westin
ClearedJobs.Net Cleared Job Fair Job Seeker's Handbook May 13th BWI Westin
 
Gamification of User Adoption Startup Weekend
Gamification of User Adoption Startup WeekendGamification of User Adoption Startup Weekend
Gamification of User Adoption Startup Weekend
 
InformationSystems(ACCA20(PostImplementationIssue))
InformationSystems(ACCA20(PostImplementationIssue))InformationSystems(ACCA20(PostImplementationIssue))
InformationSystems(ACCA20(PostImplementationIssue))
 
Twitter - How To Use Twitter
Twitter - How To Use TwitterTwitter - How To Use Twitter
Twitter - How To Use Twitter
 
Aprendizaje significativo y metacognición seminario
Aprendizaje significativo y metacognición seminarioAprendizaje significativo y metacognición seminario
Aprendizaje significativo y metacognición seminario
 
T E O RÍ A C E L U L A R (97 2003) ( P R E S E N T A C IÓ N No 2)
T E O RÍ A  C E L U L A R (97   2003) ( P R E S E N T A C IÓ N  No 2)T E O RÍ A  C E L U L A R (97   2003) ( P R E S E N T A C IÓ N  No 2)
T E O RÍ A C E L U L A R (97 2003) ( P R E S E N T A C IÓ N No 2)
 
Lekcja 2
Lekcja 2Lekcja 2
Lekcja 2
 
Laptop Institute Marketing Your School
Laptop Institute Marketing Your SchoolLaptop Institute Marketing Your School
Laptop Institute Marketing Your School
 
Lecture1 is313-(intro i-sinnovation&tech)
Lecture1 is313-(intro i-sinnovation&tech)Lecture1 is313-(intro i-sinnovation&tech)
Lecture1 is313-(intro i-sinnovation&tech)
 
Marketing Times December 2011 Issue
Marketing Times December 2011 IssueMarketing Times December 2011 Issue
Marketing Times December 2011 Issue
 
Lesson 3 - Get your blog moving
Lesson 3 -  Get your blog movingLesson 3 -  Get your blog moving
Lesson 3 - Get your blog moving
 
Generali Group 1Q 2009 Results
Generali Group 1Q 2009 ResultsGenerali Group 1Q 2009 Results
Generali Group 1Q 2009 Results
 
Reunión de Adultos y jóvenes 2009
Reunión de Adultos y jóvenes 2009Reunión de Adultos y jóvenes 2009
Reunión de Adultos y jóvenes 2009
 
The 10 key things i've learnt about IWBs - Interactive White Boards
The 10 key things i've learnt about IWBs - Interactive White BoardsThe 10 key things i've learnt about IWBs - Interactive White Boards
The 10 key things i've learnt about IWBs - Interactive White Boards
 

Similar to Excel Functions and Formulas Guide

Introduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.pptIntroduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.pptdejene3
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excelmadhuparna bhowmik
 
Ms excel commands
Ms excel commandsMs excel commands
Ms excel commandsDiyaVerma14
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdfFranzLawrenzDeTorres1
 
Microsoft Excel.pptx
Microsoft Excel.pptxMicrosoft Excel.pptx
Microsoft Excel.pptxSIMNchannel
 
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdfNitish Nagar
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALRishabh Bansal
 
computer applications in business unit 3
computer applications in business unit 3computer applications in business unit 3
computer applications in business unit 3Dr T.Sivakami
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesBurCom Consulting Ltd.
 
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptxROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptxDishantGola
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.pptJosephIThomas
 

Similar to Excel Functions and Formulas Guide (20)

Introduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.pptIntroduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.ppt
 
Excel training
Excel trainingExcel training
Excel training
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Intro to ms excel
Intro to ms excelIntro to ms excel
Intro to ms excel
 
Ms excel commands
Ms excel commandsMs excel commands
Ms excel commands
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
 
G10 Unit 4.pptx
G10 Unit 4.pptxG10 Unit 4.pptx
G10 Unit 4.pptx
 
Microsoft Excel.pptx
Microsoft Excel.pptxMicrosoft Excel.pptx
Microsoft Excel.pptx
 
Office session10
Office session10Office session10
Office session10
 
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
 
Excelformulas
ExcelformulasExcelformulas
Excelformulas
 
Excel Function Training
Excel Function TrainingExcel Function Training
Excel Function Training
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
 
Ms excel 2016_function
Ms excel 2016_functionMs excel 2016_function
Ms excel 2016_function
 
Lesson 20
Lesson 20Lesson 20
Lesson 20
 
computer applications in business unit 3
computer applications in business unit 3computer applications in business unit 3
computer applications in business unit 3
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
 
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptxROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
 
Excel tips and tricks you should try
Excel tips and tricks you should tryExcel tips and tricks you should try
Excel tips and tricks you should try
 

More from Taibah University, College of Computer Science & Engineering

More from Taibah University, College of Computer Science & Engineering (20)

Lecture 1- Computer Organization and Architecture.pdf
Lecture 1- Computer Organization and Architecture.pdfLecture 1- Computer Organization and Architecture.pdf
Lecture 1- Computer Organization and Architecture.pdf
 
The paper the welfare state of the somali nation - a possible solution to t...
The paper   the welfare state of the somali nation - a possible solution to t...The paper   the welfare state of the somali nation - a possible solution to t...
The paper the welfare state of the somali nation - a possible solution to t...
 
Colonial intrusion and_the_somali_resistance
Colonial intrusion and_the_somali_resistanceColonial intrusion and_the_somali_resistance
Colonial intrusion and_the_somali_resistance
 
Lecture 3 (Contemporary approaches to Information Systems)
Lecture 3 (Contemporary approaches to Information Systems)Lecture 3 (Contemporary approaches to Information Systems)
Lecture 3 (Contemporary approaches to Information Systems)
 
Lecture 7 (business-level strategy and the value chain model)
Lecture 7  (business-level strategy and the value chain model)Lecture 7  (business-level strategy and the value chain model)
Lecture 7 (business-level strategy and the value chain model)
 
Lecture 4 (using information technology for competitive advantage)
Lecture 4 (using information technology for competitive advantage)Lecture 4 (using information technology for competitive advantage)
Lecture 4 (using information technology for competitive advantage)
 
Lecture 2 (major types of information systems in organizations)
Lecture 2 (major types of information systems in organizations)Lecture 2 (major types of information systems in organizations)
Lecture 2 (major types of information systems in organizations)
 
Practical session 1 (critical path analaysis)
Practical session 1 (critical path analaysis)Practical session 1 (critical path analaysis)
Practical session 1 (critical path analaysis)
 
Chapter 2 modeling the process and life-cycle
Chapter 2  modeling the process and life-cycleChapter 2  modeling the process and life-cycle
Chapter 2 modeling the process and life-cycle
 
Historical Perspective on the Challenge Facing the Somali Sacral Unity
Historical Perspective on the Challenge Facing the Somali Sacral UnityHistorical Perspective on the Challenge Facing the Somali Sacral Unity
Historical Perspective on the Challenge Facing the Somali Sacral Unity
 
Colonial intrusion and the Somali Resistance
Colonial intrusion and the Somali ResistanceColonial intrusion and the Somali Resistance
Colonial intrusion and the Somali Resistance
 
Lecture 8 (information systems and strategy planning)
Lecture 8  (information systems and strategy planning)Lecture 8  (information systems and strategy planning)
Lecture 8 (information systems and strategy planning)
 
Lecture 4 (using information technology for competitive advantage)
Lecture 4 (using information technology for competitive advantage)Lecture 4 (using information technology for competitive advantage)
Lecture 4 (using information technology for competitive advantage)
 
Lecture1 data structure(introduction)
Lecture1 data structure(introduction)Lecture1 data structure(introduction)
Lecture1 data structure(introduction)
 
Lecture2 is331 data&amp;infomanag(databaseenv)
Lecture2 is331 data&amp;infomanag(databaseenv)Lecture2 is331 data&amp;infomanag(databaseenv)
Lecture2 is331 data&amp;infomanag(databaseenv)
 
Lecture1 is322 data&amp;infomanag(introduction)(old curr)
Lecture1 is322 data&amp;infomanag(introduction)(old curr)Lecture1 is322 data&amp;infomanag(introduction)(old curr)
Lecture1 is322 data&amp;infomanag(introduction)(old curr)
 
Lecture6 is353(ea&amp;data viewpoint )
Lecture6 is353(ea&amp;data viewpoint )Lecture6 is353(ea&amp;data viewpoint )
Lecture6 is353(ea&amp;data viewpoint )
 
Lecture4 is353-ea(fea)
Lecture4 is353-ea(fea)Lecture4 is353-ea(fea)
Lecture4 is353-ea(fea)
 
Lecture3 is353-ea(togaf)
Lecture3 is353-ea(togaf)Lecture3 is353-ea(togaf)
Lecture3 is353-ea(togaf)
 
Lecture2 is353-ea(the zachma framework)
Lecture2 is353-ea(the zachma framework)Lecture2 is353-ea(the zachma framework)
Lecture2 is353-ea(the zachma framework)
 

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
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 

Recently uploaded (20)

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
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
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
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 

Excel Functions and Formulas Guide

  • 1. 1 1 Using Excel Functions and Formulas Abdisalam Issa-Salwe Faculty of Professional Studies Thames Valley University Abdisalam Issa-Salwe, Thames Valley University 2 Function Using Function  Function – a predefined computational task  Requires arguments  Values the function uses to calculate answers  Returns a value
  • 2. 2 Abdisalam Issa-Salwe, Thames Valley University 3 Function wizard Abdisalam Issa-Salwe, Thames Valley University 4 Statistical Functions  MAX, MIN, and AVERAGE functions Return highest, lowest, and average values from an argument list  Argument list may include cell references, cell ranges, values, functions, or formulas  Cells that are empty or contain text are not included  COUNT and COUNTA functions  COUNT returns number of cells containing numeric entries or formulas that return a number  COUNTA also includes cells with text
  • 3. 3 Abdisalam Issa-Salwe, Thames Valley University 5 Statistical Functions (cont…)  In general, use functions instead of formulas  Functions are adjusted as rows or columns are deleted or added within the range referenced the function  With formulas  Adding a row adjusts the cell references in the formula, but does not include the new row in the formula  Deleting a row causes a #REF error message Abdisalam Issa-Salwe, Thames Valley University 6 The IF Function  Enables decision making in a worksheet  Requires three arguments:  A condition  A value if the condition is true  A value if the condition is false  Condition must be able to be evaluated as true or false  Uses relational operators (=, <, etc.)
  • 4. 4 Abdisalam Issa-Salwe, Thames Valley University 7 Abdisalam Issa-Salwe, Thames Valley University 8 VLOOKUP function  Allows Excel to look up a value in a table and return a related value  Requires three arguments:  the numeric value (or cell) to look up  the range of the table  the column number containing the value you want to return
  • 5. 5 Abdisalam Issa-Salwe, Thames Valley University 9 Abdisalam Issa-Salwe, Thames Valley University 10 PMT Function PMT Function  Calculates a periodic payment, such as a car or mortgage payment  Based on:  Amount financed  Interest rate  Number of periods
  • 6. 6 Abdisalam Issa-Salwe, Thames Valley University 11 Using PMT function Abdisalam Issa-Salwe, Thames Valley University 12 Goal Seek The Goal Seek Command  Allows you to set an end result and vary the inputs (assumptions) to produce that result  Only one input can be varied at a time  All other assumptions remain constant  For example, set a desired monthly car payment  Vary the amount financed  Interest rate and number of months remain the same
  • 7. 7 Abdisalam Issa-Salwe, Thames Valley University 13 Using Goal Seek Abdisalam Issa-Salwe, Thames Valley University 14 Use a what-if analysis  Suppose you think that it might be better for the students if you limited the enrolment to 40. How would you calculate the net income?  On the spreadsheet that you have set up to figure the profits, change the number of students from 60 to 40, and recalculate.  The spreadsheet will show a net income of $5000.  Thus, at only 40 students, the school would lose $5,000 per month.  This process of changing the value of a variable in a calculation to see how the new answer compares with the old answer is called a what-if analysis.
  • 8. 8 Abdisalam Issa-Salwe, Thames Valley University 15 Data tables  Data tables are part of a suite of commands sometimes called what-if analysis tools.  A data table is a range of cells that shows how changing certain values in your formulas affects the results of the formulas.  Data tables provide a shortcut for calculating multiple versions in one operation and a way to view and compare the results of all of the different variations together on your worksheet. Abdisalam Issa-Salwe, Thames Valley University 16 Data tables (cont…)  Use a one-variable data table if you want to see how different interest rates affect a monthly mortgage payment.  In the following example, cell D2 contains the payment formula, =PMT(B3/12,B4,-B5), which refers to the input cell B3.
  • 9. 9 Abdisalam Issa-Salwe, Thames Valley University 17 Abdisalam Issa-Salwe, Thames Valley University 18 Two-variable data tables  A two-variable data table can show how different interest rates and loan terms will affect the mortgage payment.  In the following example, cell C2 contains the payment formula, =PMT(B3/12,B4,-B5), which uses two input cells, B3 and B4.
  • 10. 10 Abdisalam Issa-Salwe, Thames Valley University 19 Abdisalam Issa-Salwe, Thames Valley University 20  Data tables recalculate whenever a worksheet is recalculated, even if they have not changed.  To speed up calculation of a worksheet that contains a data table, you can change the Calculation options to automatically recalculate the worksheet but not data tables.
  • 11. 11 Abdisalam Issa-Salwe, Thames Valley University 21 Use two-variable data tables to perform a what-if analysis  Excel provides the capability to create two-variable data tables, which allow two input variables, and one result variable.  The data table will have the values for one input variable across the top row of the table, and the values for the other input variable down the first column  Excel can create a data table that will display the net income based on different tuition values and different student counts.  As with a one-variable data table, to create a two- variable data table in Excel, you must first create a spreadsheet that calculates net income based on the number of students and the amount of tuition  Once the spreadsheet is set up, you can create the two-variable data table Abdisalam Issa-Salwe, Thames Valley University 22 Create a graph for a two-variable table  Just as Excel can create a graph of a one- variable data table, it can also create a graph of a two-variable data table.  To do this, select the entire table.  From the Insert menu, click Chart. Choose XY (Scatter) and Scatter with data points connected by lines without markers.  Follow the instructions on the Chart dialog boxes to label the graph and the axes.  Tell Excel to put the graph on a new sheet.  When you click Finish, Excel will display a graph of the data table, with a different line for each of the rafting fees, using the example table from the previous slide.
  • 12. 12 Abdisalam Issa-Salwe, Thames Valley University 23 A CCP chart for a two-variable data table This figure shows a CVP chart for the two- variable data table shown in a previous slide. Note that it creates a separate line for each rafting fee in the table. Abdisalam Issa-Salwe, Thames Valley University 24 Create and use array formulas  For example, using the Excel function SUM, you could create the array formula =SUM(B3:B12*C2).  To ask Excel to treat this as an array formula, press and hold the Ctrl key and the Shift key while you press the Enter key (rather than just using the Enter key to enter the formula into the cell).  This will cause Excel to put brackets around the formula, so that it looks like this: {=SUM(B3:B12*C12)}.  Don't try to type in the brackets themselves; if you do, Excel will treat the formula as text  Excel will interpret the formula {=SUM(B3:B12*C12)} as a command to multiply each of the values in B3:B12 by the value in C12, and calculate the sum of the values.
  • 13. 13 Abdisalam Issa-Salwe, Thames Valley University 25 Create formulas using multiple arrays  Another example of an array formula using SUM is {=SUM(B3:B12*C3:C12)}.  Using this formula, Excel will multiply the first element in the first array by the first element in the second array, the second element of the first array by the second element of the second array, and so on, pair-wise through both arrays.  The two arrays must be the same size; if not, Excel returns an error message. Abdisalam Issa-Salwe, Thames Valley University 26 Functions can display multiple values  A few of the functions in Excel can display multiple values when given array arguments.  Some examples are TABLE and TREND.  Formulas that display several values must be entered into a range of cells that has the same number of rows and columns as the input array arguments have.
  • 14. 14 Abdisalam Issa-Salwe, Thames Valley University 27 An example of Excel’s Trend function This figure shows a range of values displayed by the Excel function TREND. Abdisalam Issa-Salwe, Thames Valley University 28 Create scenarios to perform what-if analyses  To perform what-if analyses with more than two input variables, you have to use scenarios, which are:  A set of values that Excel can put into a worksheet  Created based on existing spreadsheets in Excel  You use the Scenario Manager to set up and view different scenarios.  Once you have the spread sheet with one set of values, you can create several scenarios with different values.  As you view each scenario, Excel uses the values in the scenario as input to calculate the results.
  • 15. 15 Abdisalam Issa-Salwe, Thames Valley University 29 Use the Scenario Manager dialog box  To invoke the Scenario Manager and begin creating scenarios, start the Scenario Manager by choosing Scenarios from the Tools menu.  In the Scenario Manager dialog box, click the Add button, and enter a name for the scenario.  Enter the name for your first case, such as Normal Case.  Type in the reference to each of the cells that are going to change during the scenarios.  When you click OK, the Scenario Manager will prompt you for a set of values, one for each of the cells whose references you entered as changing cells.  The original values will be entered. Since this is the original case, you can accept these values. Abdisalam Issa-Salwe, Thames Valley University 30 The Scenario Manager dialog box This figure shows the Scenario Manager dialog box. Clicking theAdd button opens the next dialog box where you specify the name and specify the cells that will change.
  • 16. 16 Abdisalam Issa-Salwe, Thames Valley University 31 Add additional scenarios This figure shows the ScenarioValues dialog box. When you click the Add button, you will be prompted to enter a name and a set of values for the next scenario. Enter the name and replace the original values with the values for this case. Continue in this way until you have all of the cases entered. Abdisalam Issa-Salwe, Thames Valley University 32 View and edit scenarios  When you have the scenarios defined, you can view each one by selecting the name of the scenario you want to see in the Scenario Manager dialog box.  After you have selected the name, click Show and then Close.  Excel will display the original spreadsheet, with the values from the scenario you chose.  You can edit your scenarios from the Scenario Manager  Select the scenario you want to edit, and click Edit  This will bring up a dialog box in which you can change any of the input values  You can then display the spreadsheet with the values from the edited scenario
  • 17. 17 Abdisalam Issa-Salwe, Thames Valley University 33 Create a scenario summary report  Using the Scenario Manager, you can display a summary of the results from all of the scenarios you have created.  This data can be displayed in a summary table or a PivotTable.  To create a summary table based on the scenarios you have created, open the Scenario Manager.  In the Scenario Manager dialog box, click Summary to view the Summary dialog box. Abdisalam Issa-Salwe, Thames Valley University 34 The Scenario Summary dialog box This figure shows the Scenario Summary dialog box. Choose Scenario summary. Then, in the Result cells: box, enter the references for the cells where the results you are interested in are.
  • 18. 18 Abdisalam Issa-Salwe, Thames Valley University 35 A Scenario Summary report When you click OK in the Scenario Summary dialog box, a Scenario Summary, like the one in this figure is created. Excel displays the values from all of the changing cells, along with the values from the result cells you chose. Abdisalam Issa-Salwe, Thames Valley University 36 Create a PivotTable report and chart  To create a Scenario PivotTable report:  Open the Scenario Manager dialog box and click Summary  From the Scenario Summary dialog box, choose Scenario PivotTable report  Excel will create a Scenario PivotTable report for all of the scenarios you have created  Excel can also chart the PivotTable. To do so:  Click on the Chart Wizard from the PivotTable tool  From the Menu bar, choose Chart and select the type of chart you want
  • 19. 19 Abdisalam Issa-Salwe, Thames Valley University 37 An example of a PivotTable report This figure shows a Scenario PivotTable report. Abdisalam Issa-Salwe, Thames Valley University 38 An example of a PivotTable chart This figure shows a Scenario PivotTable Clustered Column Chart.
  • 20. 20 Abdisalam Issa-Salwe, Thames Valley University 39  Use the PMT function to calculate the payment of a car loan or mortgage.  Use the FV function to determine the future value of a retirement account  Explain how the Goal Seek command facilitates the decision-making process  Use mixed references to vary two parameters in a table  Use the AVERAGE, MAX, MIN and COUNT function Abdisalam Issa-Salwe, Thames Valley University 40 QUESTIONS?