SlideShare uma empresa Scribd logo
1 de 23
Creating complex formulas Lesson 8
Excel is a spreadsheet application and is intended to be used to calculate and analyze numerical information such as household budgets, company finances, inventory, and more. To do this, you need to understand formulas.

In this lesson, we’ll discuss complex formulas that use multiple mathematical operators, and that use absolute and relative references. 11 December 2009 2 Guevarra Institute of Technology
Complex Formulas Defined Simple formulas have one mathematical operation. Complex formulas involve more than one mathematical operation. Simple Formula: =2+2 
Complex Formula: =2+2*8 To calculate complex formulas correctly, you must perform certain operations before others. This is defined in the order of operations. 11 December 2009 3 Guevarra Institute of Technology
Order of Operations The order of mathematical operations is very important. If you enter a formula that contains several operations, Excel knows to work those operations in a specific order. The order of operations is: Operations enclosed in parenthesis Exponential calculations (to the power of) Multiplication and division, whichever comes first Addition and subtraction, whichever comes first A mnemonic that can help you remember this is Please Excuse My Dear Aunt Sally (P.E.M.D.A.S). 11 December 2009 4 Guevarra Institute of Technology
Example 1 Using this order, let us see how the formula 20/(8-4)*8-2 is calculated in the following breakdown: 11 December 2009 5 Guevarra Institute of Technology
Example 2 3+3*2=? Is the answer 12 or 9? Well, if you calculated in the order in which the numbers appear, 3+3*2, you'd get the wrong answer, 12. You must follow the order of operations to get the correct answer. 11 December 2009 6 Guevarra Institute of Technology
To Calculate the Correct Answer: Calculate 3*2 first because multiplication comes before addition in the order of operations. The answer is 6. Add the answer obtained in step #1, which is 6, to the number 3 that opened the equation. In other words, add 3 + 6. The answer is 9. 11 December 2009 7 Guevarra Institute of Technology
Complex Formulas Before moving on, let's explore some more formulas to make sure you understand the order of operations by which Excel calculates the answer 4*2/4	Multiply 4*2 before performing the division operation because the multiplication sign comes before the division sign. The answer is 2.	 4/2*4	Divide 4 by 2 before performing the multiplication operation because the division sign comes before the multiplication sign. The answer is 8.	 4/(2*4)	Perform the operation in parentheses (2*4) first and divide 4 by this result. The answer is 0.5.	 4-2*4	Multiply 2*4 before performing the subtraction operation because the multiplication sign is of a higher order than the subtraction sign. The answer is -4.	 11 December 2009 8 Guevarra Institute of Technology
Creating Complex Formulas Excel automatically follows a standard order of operations in a complex formula. If you want a certain portion of the formula to be calculated first, put it in parentheses. 11 December 2009 9 Guevarra Institute of Technology
Example of How to Write a Complex Formula: Click the cell where you want the formula result to appear. In this example, H6.Type the equal sign (=) to let Excel know a formula is being defined. Type an open parenthesis, or (Click on the first cell to be included in the formula (G6, for example). Type the addition sign (+) to let Excel know that an add operation is to be performed. Click on the second cell in the formula (G7, for example) Type a close parentheses ). 11 December 2009 10 Guevarra Institute of Technology
11 December 2009 11 Guevarra Institute of Technology
Type the next mathematical operator, or the division symbol (/) to let Excel know that a division operation is to be performed. Type an open parenthesis, or (Click on the third cell to be included in the formula (D6, for example). Type the addition sign (+) to let Excel know that an add operation is to be performed. Click on the fourth cell to be included in formula. (D7, for example). Type a close parentheses ). 11 December 2009 12 Guevarra Institute of Technology
Very Important: Press Enter or click the Enter button on the Formula bar. This step ends the formula. 11 December 2009 13 Guevarra Institute of Technology
What is an Absolute Reference? In earlier lessons we saw how cell references in formulas automatically adjust to new locations when the formula is pasted into different cells. This is called a relative reference. 11 December 2009 14 Guevarra Institute of Technology
Sometimes, when you copy and paste a formula, you don't want one or more cell references to change. Absolute reference solves this problem. Absolute cell references in a formula always refer to the same cell or cell range in a formula. If a formula is copied to a different location, the absolute reference remains the same. An absolute reference is designated in the formula by the addition of a dollar sign ($). It can precede the column reference or the row reference, or both. Examples of absolute referencing include: 11 December 2009 15 Guevarra Institute of Technology
11 December 2009 16 Guevarra Institute of Technology
To Create an Absolute Reference: Select the cell where you wish to write the formula (in this example, H2)Type the equal sign (=) to let Excel know a formula is being defined. Click on the first cell to be included in the formula (F2, for example). Enter a mathematical operator (use the multiplication symbol for this example). Click on the second cell in the formula (C2, for example). Add a $ sign before the C and a $ sign before the 2 to create an absolute reference. 11 December 2009 17 Guevarra Institute of Technology
11 December 2009 18 Guevarra Institute of Technology
Copy the formula into H3. The new formula should read =F3*$C$2. The F2 reference changed to F3 since it is a relative reference, but C2 remained constant since you created an absolute reference by inserting the dollar signs. 11 December 2009 19 Guevarra Institute of Technology
Challenge Use the Inventory or any Excel workbook you choose to complete this challenge. Create at least one complex formula that uses the addition and division operations. Create at least one complex formula that uses parentheses and a multiplication operation. Create a formula that uses an absolute reference. 


 11 December 2009 20 Guevarra Institute of Technology
11 December 2009 21 Guevarra Institute of Technology
11 December 2009 22 Guevarra Institute of Technology
11 December 2009 23 Guevarra Institute of Technology

Mais conteúdo relacionado

Mais procurados

Excel SUMIFS Function
Excel SUMIFS FunctionExcel SUMIFS Function
Excel SUMIFS FunctionExcel
 
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,matchOn if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,matchRakesh Sah
 
Spreadsheet text functions
Spreadsheet text functionsSpreadsheet text functions
Spreadsheet text functionsAnjan Mahanta
 
VLOOKUP HLOOKUP INDEX MATCH
VLOOKUP HLOOKUP INDEX MATCHVLOOKUP HLOOKUP INDEX MATCH
VLOOKUP HLOOKUP INDEX MATCHMridul Bansal
 
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticVLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticMaria Elena Acdol-Talavera
 
Formulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariFormulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariAmresh Tiwari
 
Sql joins inner join self join outer joins
Sql joins inner join self join outer joinsSql joins inner join self join outer joins
Sql joins inner join self join outer joinsDeepthi Rachumallu
 
MS Sql Server: Joining Databases
MS Sql Server: Joining DatabasesMS Sql Server: Joining Databases
MS Sql Server: Joining DatabasesDataminingTools Inc
 
Microsoft Excel VLOOKUP Function
Microsoft Excel VLOOKUP FunctionMicrosoft Excel VLOOKUP Function
Microsoft Excel VLOOKUP FunctionExcel
 
Lesson 2.1 what is a function
Lesson 2.1    what is a functionLesson 2.1    what is a function
Lesson 2.1 what is a functionDreams4school
 
Spreadsheet formulas ppt (1)
Spreadsheet formulas ppt (1)Spreadsheet formulas ppt (1)
Spreadsheet formulas ppt (1)Tammy Carter
 

Mais procurados (20)

Excel SUMIFS Function
Excel SUMIFS FunctionExcel SUMIFS Function
Excel SUMIFS Function
 
Spreadsheets
SpreadsheetsSpreadsheets
Spreadsheets
 
Grade 6 computer
Grade 6 computer Grade 6 computer
Grade 6 computer
 
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,matchOn if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
 
Irahm I
Irahm IIrahm I
Irahm I
 
Spreadsheet text functions
Spreadsheet text functionsSpreadsheet text functions
Spreadsheet text functions
 
VLOOKUP HLOOKUP INDEX MATCH
VLOOKUP HLOOKUP INDEX MATCHVLOOKUP HLOOKUP INDEX MATCH
VLOOKUP HLOOKUP INDEX MATCH
 
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticVLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
 
Formulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariFormulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh Tiwari
 
Factorial Investigation
Factorial InvestigationFactorial Investigation
Factorial Investigation
 
Sql joins inner join self join outer joins
Sql joins inner join self join outer joinsSql joins inner join self join outer joins
Sql joins inner join self join outer joins
 
MS Sql Server: Joining Databases
MS Sql Server: Joining DatabasesMS Sql Server: Joining Databases
MS Sql Server: Joining Databases
 
Microsoft Excel VLOOKUP Function
Microsoft Excel VLOOKUP FunctionMicrosoft Excel VLOOKUP Function
Microsoft Excel VLOOKUP Function
 
Sumif () ppt
Sumif () pptSumif () ppt
Sumif () ppt
 
Join sql
Join sqlJoin sql
Join sql
 
Lesson 2.1 what is a function
Lesson 2.1    what is a functionLesson 2.1    what is a function
Lesson 2.1 what is a function
 
Spreadsheet formulas ppt (1)
Spreadsheet formulas ppt (1)Spreadsheet formulas ppt (1)
Spreadsheet formulas ppt (1)
 
Oracle: Joins
Oracle: JoinsOracle: Joins
Oracle: Joins
 
Lect11
Lect11Lect11
Lect11
 
Excel functions
Excel functionsExcel functions
Excel functions
 

Destaque

Spreadsheets
SpreadsheetsSpreadsheets
Spreadsheetsiarthur
 
Spreadsheets & Databases
Spreadsheets & DatabasesSpreadsheets & Databases
Spreadsheets & DatabasesSina Soltani
 
Applications: Word-Processing, Spreadsheet & Database
Applications: Word-Processing, Spreadsheet & DatabaseApplications: Word-Processing, Spreadsheet & Database
Applications: Word-Processing, Spreadsheet & DatabaseAlaa Sadik
 

Destaque (6)

Spreadsheets
SpreadsheetsSpreadsheets
Spreadsheets
 
Week2 excel
Week2 excelWeek2 excel
Week2 excel
 
Spreadsheets & Databases
Spreadsheets & DatabasesSpreadsheets & Databases
Spreadsheets & Databases
 
What is a spreadsheet
What is a spreadsheetWhat is a spreadsheet
What is a spreadsheet
 
Applications: Word-Processing, Spreadsheet & Database
Applications: Word-Processing, Spreadsheet & DatabaseApplications: Word-Processing, Spreadsheet & Database
Applications: Word-Processing, Spreadsheet & Database
 
Spreadsheets
SpreadsheetsSpreadsheets
Spreadsheets
 

Semelhante a Creating complex Excel formulas

Lesson5 creating simple formula
Lesson5 creating simple formulaLesson5 creating simple formula
Lesson5 creating simple formulaguevarra_2000
 
Basic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 TutorialBasic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 TutorialSpreadsheetTrainer
 
Microsoft Excel Advanced Features
Microsoft Excel Advanced FeaturesMicrosoft Excel Advanced Features
Microsoft Excel Advanced FeaturesAkashMeghwar2
 
In Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docxIn Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docxsleeperharwell
 
Using formula and function
Using formula and functionUsing formula and function
Using formula and functionRachel Espino
 
A Presentation on Spreadsheet
A Presentation on SpreadsheetA Presentation on Spreadsheet
A Presentation on SpreadsheetEjiro Ndifereke
 
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)Patrice Dowtin, MS, MBA
 
Sample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced EssentialsSample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced Essentialslearnbydoing
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdfFranzLawrenzDeTorres1
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excelmadhuparna bhowmik
 
Simple formulas excel
Simple formulas excelSimple formulas excel
Simple formulas excelMalika khalil
 
Libre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsLibre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsSmart Chicago Collaborative
 
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.
 
CBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptxCBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptxEdwinAdeolaOluwasina1
 
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptx
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptxLESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptx
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptxmarybethgrabillo1
 
Top 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowTop 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowAlexHenderson59
 

Semelhante a Creating complex Excel formulas (20)

Lesson5 creating simple formula
Lesson5 creating simple formulaLesson5 creating simple formula
Lesson5 creating simple formula
 
Basic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 TutorialBasic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 Tutorial
 
Microsoft Excel Advanced Features
Microsoft Excel Advanced FeaturesMicrosoft Excel Advanced Features
Microsoft Excel Advanced Features
 
G10 Unit 4.pptx
G10 Unit 4.pptxG10 Unit 4.pptx
G10 Unit 4.pptx
 
In Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docxIn Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docx
 
Using formula and function
Using formula and functionUsing formula and function
Using formula and function
 
A Presentation on Spreadsheet
A Presentation on SpreadsheetA Presentation on Spreadsheet
A Presentation on Spreadsheet
 
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
 
Sample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced EssentialsSample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced Essentials
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
042-MIS105-L07.ppt
042-MIS105-L07.ppt042-MIS105-L07.ppt
042-MIS105-L07.ppt
 
Print5
Print5Print5
Print5
 
Excel (E-Module 2)
Excel (E-Module 2)Excel (E-Module 2)
Excel (E-Module 2)
 
Simple formulas excel
Simple formulas excelSimple formulas excel
Simple formulas excel
 
Libre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsLibre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding Functions
 
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
 
CBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptxCBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptx
 
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptx
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptxLESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptx
LESSON-4-HOW-DO-I-USE-ADVANCED-EXCEL-TOOLS-TO-PROCESS-AND-PRESENTDATA.pptx
 
Top 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowTop 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must know
 

Mais de guevarra_2000

School personnel sheet2
School personnel sheet2School personnel sheet2
School personnel sheet2guevarra_2000
 
Ting's report on training of spa
Ting's report on training of spaTing's report on training of spa
Ting's report on training of spaguevarra_2000
 
Personnel administration
Personnel administrationPersonnel administration
Personnel administrationguevarra_2000
 
Filipino values and culture
Filipino values and cultureFilipino values and culture
Filipino values and cultureguevarra_2000
 
Format for the action research project
Format for the action research projectFormat for the action research project
Format for the action research projectguevarra_2000
 
Action research format
Action research formatAction research format
Action research formatguevarra_2000
 
Recruitmentcompatible 1222798911739370-9
Recruitmentcompatible 1222798911739370-9Recruitmentcompatible 1222798911739370-9
Recruitmentcompatible 1222798911739370-9guevarra_2000
 
Filipino culture report
Filipino culture reportFilipino culture report
Filipino culture reportguevarra_2000
 
Personnel administration report
Personnel administration reportPersonnel administration report
Personnel administration reportguevarra_2000
 
Leader&cultural diversity
Leader&cultural diversityLeader&cultural diversity
Leader&cultural diversityguevarra_2000
 
Leader&cultural diversity
Leader&cultural diversityLeader&cultural diversity
Leader&cultural diversityguevarra_2000
 
Principles of getting job done
Principles of getting job donePrinciples of getting job done
Principles of getting job doneguevarra_2000
 
Leading different personalities
Leading different personalitiesLeading different personalities
Leading different personalitiesguevarra_2000
 

Mais de guevarra_2000 (20)

School personnel sheet2
School personnel sheet2School personnel sheet2
School personnel sheet2
 
Ting's report on training of spa
Ting's report on training of spaTing's report on training of spa
Ting's report on training of spa
 
Personnel admin
Personnel adminPersonnel admin
Personnel admin
 
Personnel administration
Personnel administrationPersonnel administration
Personnel administration
 
Supervisor's role
Supervisor's roleSupervisor's role
Supervisor's role
 
Filipino values and culture
Filipino values and cultureFilipino values and culture
Filipino values and culture
 
Format for the action research project
Format for the action research projectFormat for the action research project
Format for the action research project
 
Course outline
Course outlineCourse outline
Course outline
 
Course outline
Course outlineCourse outline
Course outline
 
Action research format
Action research formatAction research format
Action research format
 
Recruitment
RecruitmentRecruitment
Recruitment
 
Recruitmentcompatible 1222798911739370-9
Recruitmentcompatible 1222798911739370-9Recruitmentcompatible 1222798911739370-9
Recruitmentcompatible 1222798911739370-9
 
Filipino culture report
Filipino culture reportFilipino culture report
Filipino culture report
 
Personnel administration report
Personnel administration reportPersonnel administration report
Personnel administration report
 
Leader&cultural diversity
Leader&cultural diversityLeader&cultural diversity
Leader&cultural diversity
 
Leader&cultural diversity
Leader&cultural diversityLeader&cultural diversity
Leader&cultural diversity
 
Edleadership
EdleadershipEdleadership
Edleadership
 
Principles of getting job done
Principles of getting job donePrinciples of getting job done
Principles of getting job done
 
Leading different personalities
Leading different personalitiesLeading different personalities
Leading different personalities
 
Success2012
Success2012Success2012
Success2012
 

Último

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
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
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
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
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
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
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
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 

Último (20)

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
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
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
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
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
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
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
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
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"
 
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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 

Creating complex Excel formulas

  • 2. Excel is a spreadsheet application and is intended to be used to calculate and analyze numerical information such as household budgets, company finances, inventory, and more. To do this, you need to understand formulas.

In this lesson, we’ll discuss complex formulas that use multiple mathematical operators, and that use absolute and relative references. 11 December 2009 2 Guevarra Institute of Technology
  • 3. Complex Formulas Defined Simple formulas have one mathematical operation. Complex formulas involve more than one mathematical operation. Simple Formula: =2+2 
Complex Formula: =2+2*8 To calculate complex formulas correctly, you must perform certain operations before others. This is defined in the order of operations. 11 December 2009 3 Guevarra Institute of Technology
  • 4. Order of Operations The order of mathematical operations is very important. If you enter a formula that contains several operations, Excel knows to work those operations in a specific order. The order of operations is: Operations enclosed in parenthesis Exponential calculations (to the power of) Multiplication and division, whichever comes first Addition and subtraction, whichever comes first A mnemonic that can help you remember this is Please Excuse My Dear Aunt Sally (P.E.M.D.A.S). 11 December 2009 4 Guevarra Institute of Technology
  • 5. Example 1 Using this order, let us see how the formula 20/(8-4)*8-2 is calculated in the following breakdown: 11 December 2009 5 Guevarra Institute of Technology
  • 6. Example 2 3+3*2=? Is the answer 12 or 9? Well, if you calculated in the order in which the numbers appear, 3+3*2, you'd get the wrong answer, 12. You must follow the order of operations to get the correct answer. 11 December 2009 6 Guevarra Institute of Technology
  • 7. To Calculate the Correct Answer: Calculate 3*2 first because multiplication comes before addition in the order of operations. The answer is 6. Add the answer obtained in step #1, which is 6, to the number 3 that opened the equation. In other words, add 3 + 6. The answer is 9. 11 December 2009 7 Guevarra Institute of Technology
  • 8. Complex Formulas Before moving on, let's explore some more formulas to make sure you understand the order of operations by which Excel calculates the answer 4*2/4 Multiply 4*2 before performing the division operation because the multiplication sign comes before the division sign. The answer is 2. 4/2*4 Divide 4 by 2 before performing the multiplication operation because the division sign comes before the multiplication sign. The answer is 8. 4/(2*4) Perform the operation in parentheses (2*4) first and divide 4 by this result. The answer is 0.5. 4-2*4 Multiply 2*4 before performing the subtraction operation because the multiplication sign is of a higher order than the subtraction sign. The answer is -4. 11 December 2009 8 Guevarra Institute of Technology
  • 9. Creating Complex Formulas Excel automatically follows a standard order of operations in a complex formula. If you want a certain portion of the formula to be calculated first, put it in parentheses. 11 December 2009 9 Guevarra Institute of Technology
  • 10. Example of How to Write a Complex Formula: Click the cell where you want the formula result to appear. In this example, H6.Type the equal sign (=) to let Excel know a formula is being defined. Type an open parenthesis, or (Click on the first cell to be included in the formula (G6, for example). Type the addition sign (+) to let Excel know that an add operation is to be performed. Click on the second cell in the formula (G7, for example) Type a close parentheses ). 11 December 2009 10 Guevarra Institute of Technology
  • 11. 11 December 2009 11 Guevarra Institute of Technology
  • 12. Type the next mathematical operator, or the division symbol (/) to let Excel know that a division operation is to be performed. Type an open parenthesis, or (Click on the third cell to be included in the formula (D6, for example). Type the addition sign (+) to let Excel know that an add operation is to be performed. Click on the fourth cell to be included in formula. (D7, for example). Type a close parentheses ). 11 December 2009 12 Guevarra Institute of Technology
  • 13. Very Important: Press Enter or click the Enter button on the Formula bar. This step ends the formula. 11 December 2009 13 Guevarra Institute of Technology
  • 14. What is an Absolute Reference? In earlier lessons we saw how cell references in formulas automatically adjust to new locations when the formula is pasted into different cells. This is called a relative reference. 11 December 2009 14 Guevarra Institute of Technology
  • 15. Sometimes, when you copy and paste a formula, you don't want one or more cell references to change. Absolute reference solves this problem. Absolute cell references in a formula always refer to the same cell or cell range in a formula. If a formula is copied to a different location, the absolute reference remains the same. An absolute reference is designated in the formula by the addition of a dollar sign ($). It can precede the column reference or the row reference, or both. Examples of absolute referencing include: 11 December 2009 15 Guevarra Institute of Technology
  • 16. 11 December 2009 16 Guevarra Institute of Technology
  • 17. To Create an Absolute Reference: Select the cell where you wish to write the formula (in this example, H2)Type the equal sign (=) to let Excel know a formula is being defined. Click on the first cell to be included in the formula (F2, for example). Enter a mathematical operator (use the multiplication symbol for this example). Click on the second cell in the formula (C2, for example). Add a $ sign before the C and a $ sign before the 2 to create an absolute reference. 11 December 2009 17 Guevarra Institute of Technology
  • 18. 11 December 2009 18 Guevarra Institute of Technology
  • 19. Copy the formula into H3. The new formula should read =F3*$C$2. The F2 reference changed to F3 since it is a relative reference, but C2 remained constant since you created an absolute reference by inserting the dollar signs. 11 December 2009 19 Guevarra Institute of Technology
  • 20. Challenge Use the Inventory or any Excel workbook you choose to complete this challenge. Create at least one complex formula that uses the addition and division operations. Create at least one complex formula that uses parentheses and a multiplication operation. Create a formula that uses an absolute reference. 


 11 December 2009 20 Guevarra Institute of Technology
  • 21. 11 December 2009 21 Guevarra Institute of Technology
  • 22. 11 December 2009 22 Guevarra Institute of Technology
  • 23. 11 December 2009 23 Guevarra Institute of Technology