SlideShare uma empresa Scribd logo
1 de 9
Excel



Formulas and Functions
Formulas
Formulas are entered in the worksheet cell and must begin with an equal sign
"=". The formula then includes the addresses of the cells whose values will be
manipulated with appropriate operands placed in between. After the formula is
typed into the cell, the calculation executes immediately and the formula itself is
visible in the formula bar. See the example below to view the formula for
calculating the sub total for a number of textbooks. The formula multiplies the
quantity and price of each textbook and adds the subtotal for each book.
Formula Operators
There are four basic Mathematical Operators when writing a formula. These operators are used to
tell the formula what action to perform. The following table lists the operators, its symbol.

                 Operation                   Symbol       Symbol Name


                 Addition                        +        Plus Sign
                 Subtraction                     -        Dash or hyphen
                 Multiplication                  *        Asterisk
                 Division                        /        Forward slash


The next table lists the order of operation for each mathematical operator. As you begin to write your
formulas, keep in mind that information in parenthesis ( ) is always performed first while everything
outside the parenthesis is performed left to right.

           Operator               Operation                           Order of Calculation
           AND, OR, NOT           Logic Test: AND, OR, NOT            1
           + or -                 Positive or Negative Value          2
           ^                      Exponentiation                      3
           * or /                 Multiplication or Division          4
           +-                     Addition or Subtraction             5
           &                      Text Concatenation                  6
                                  Logic Test                          7
           =                      Equal to                            7
           <>                     Not Equal To                        7
           <=                     Less than or Equal to               7
           >=                     Greater than or Equal to            7
Functions
•     Built-in Excel Functions can be a faster way of doing mathematical operations than
      formulas.

•     Example- if you wanted to add the values of cells D1 through D10, you could type the
      formula "=D1+D2+D3+D4+D5+D6+D7+D8+D9+D10".

•     A shorter way would be to use the SUM function and simply type "=SUM(D1:D10)".

Function          Example                   Description
SUM               =SUM(A1:A100)             finds the sum of cells A1 through A100
AVERAGE           =AVERAGE(B1:B10)          finds the average of cells B1 through B10
MAX               =MAX(C1:C100)             returns the highest number from cells C1 through C100
MIN               =MIN(D1:D100)             returns the lowest number from cells D1 through D100
SQRT              =SQRT(D10)                finds the square root of the value in cell D10
TODAY             =TODAY()                  returns the current date (leave the parentheses empty)



SUM( ) function
The SUM( ) function is probably the most common function in Excel. It adds a range of numbers. To build a
SUM( ) function, begin by typing the = sign; all functions begin with the = sign. Next type the word SUM
followed by an open parenthesis. You must now tell Excel which cells to sum. Using the mouse, click and drag
over the range of cells you wish to add. A dotted outline will appear around the cells and the cell range will be
displayed in the formula bar. When you have the correct cells selected, release the mouse button, type a closing
parenthesis and press the <Enter> key.
If you do not want to use the mouse, type in the references of the cells you want to sum. For example, to add
cells B3 through B5, type =SUM(B3:B5). Excel interprets B3:B5 as the range of cells from B3 to B5.
Insert Function
        Excel has hundreds of prewritten formulas which make it easy to do complex
        procedures with numbers, dates, times, text, and more.




                                                        •Type a brief description of what you want to do in the
                                                        Search for a function box. In this example, you
                                                        could type "mortgage payment" or some other
                                                        keywords.

                                                        •Click Go.


                                                        Tips
                                                        •You can also select a function category in the Or
                                                        select a category box. This action will display a list of
                                                        related functions, which you can then browse through.

                                                        •If you'd like help on how to enter the arguments, you
                                                        could type the function name in the Search for a
                                                        function box and click OK.

Click the Insert Function button on the formula bar.

 The Insert Function dialog box opens

 In the Search for a function box, type a description
 of what you want to do.
AutoSum

AutoSum button


In Excel, the editing group on the home tab has a button that simplifies adding a column or row of
numbers. The AutoSum button, which resembles the Greek letter Sigma (shown above), automatically
creates a SUM( ) function. When you click the AutoSum button Excel creates a sum function for the
column of numbers directly above or the row of numbers to the left. Excel pastes the SUM( ) function
and the range to sum into the formula bar. If the range is not correct, simply select the proper range
with your mouse on the worksheet. When you have the correct range entered, press the <Enter> key
to complete the function.
Autofilling Functions
Autofill can also be used to copy functions. In the example below, column A and column B each
contain lists of numbers and column C contains the sums of columns A and B for each row. The
function in cell C2 would be "=SUM(A2:B2)". This function can then be copied to the remaining
cells of column C by activating cell C2 and dragging the handle down to fill in the remaining
cells. The autofill feature will automatically update the row numbers as shown below if the cells
are reference relatively
Cell Reference
There are two basic types of cell references in Excel: relative and absolute. The difference between
absolute and relative cell references becomes apparent when you copy formulas from one cell to
another. When you copy a formula containing relative references, the references are adjusted to
reflect the new location. Absolute references always refer to the same cell, regardless of where the
formula is copied. Relative references are the default.


To create an absolute reference, type $ before each part of the cell address.
Relative / Absolute


Relative   Absolute
                             This shows the formulas used to
                             create the order form below.


                             We used the fill handle which
                             usually gives us the relative
                             reference.


                              For the sales tax calculation
                             we needed to use the absolute
                             reference in cell C9




                        To toggle between seeing the formulas and
                        seeing the results, hold down the Ctrl key
                        and press the tilde ~

Mais conteúdo relacionado

Mais procurados

Microsoft Excel- basics
Microsoft Excel-  basicsMicrosoft Excel-  basics
Microsoft Excel- basicsjeshin jose
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excelmadhuparna bhowmik
 
Formulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariFormulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariAmresh Tiwari
 
Basic Excel PPT Presentation.pptx
Basic Excel PPT Presentation.pptxBasic Excel PPT Presentation.pptx
Basic Excel PPT Presentation.pptxClengAP
 
Introduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersIntroduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersBlogger Mumma
 
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentationvethics
 
2. mathematical functions in excel
2. mathematical functions in excel2. mathematical functions in excel
2. mathematical functions in excelDr. Prashant Vats
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel BasicsCompudon
 
Performing basic computation (Microsoft Excel)
Performing basic computation (Microsoft Excel)Performing basic computation (Microsoft Excel)
Performing basic computation (Microsoft Excel)Mirea Mizushima
 
MS Excel Ch 1 PPT
MS Excel Ch 1 PPTMS Excel Ch 1 PPT
MS Excel Ch 1 PPTprsmith72
 
MS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training CourseMS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training CourseRanjan Jena
 

Mais procurados (20)

Microsoft Excel- basics
Microsoft Excel-  basicsMicrosoft Excel-  basics
Microsoft Excel- basics
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Formulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariFormulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh Tiwari
 
Excel lesson01
Excel lesson01Excel lesson01
Excel lesson01
 
Formulas and functions
Formulas and functions Formulas and functions
Formulas and functions
 
Formula in MS Excel
Formula in MS ExcelFormula in MS Excel
Formula in MS Excel
 
Basic Excel PPT Presentation.pptx
Basic Excel PPT Presentation.pptxBasic Excel PPT Presentation.pptx
Basic Excel PPT Presentation.pptx
 
Excel Tutorial
Excel TutorialExcel Tutorial
Excel Tutorial
 
MS Excel
MS ExcelMS Excel
MS Excel
 
22 Excel Basics
22 Excel Basics22 Excel Basics
22 Excel Basics
 
Introduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersIntroduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginners
 
Advanced Excel ppt
Advanced Excel pptAdvanced Excel ppt
Advanced Excel ppt
 
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentation
 
2. mathematical functions in excel
2. mathematical functions in excel2. mathematical functions in excel
2. mathematical functions in excel
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel Basics
 
Performing basic computation (Microsoft Excel)
Performing basic computation (Microsoft Excel)Performing basic computation (Microsoft Excel)
Performing basic computation (Microsoft Excel)
 
MS Excel Ch 1 PPT
MS Excel Ch 1 PPTMS Excel Ch 1 PPT
MS Excel Ch 1 PPT
 
MS Excel 2nd
MS Excel 2ndMS Excel 2nd
MS Excel 2nd
 
MS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training CourseMS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training Course
 
Ms excel
Ms excelMs excel
Ms excel
 

Destaque

10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any Job10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any JobHitesh Biyani
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMridul Bansal
 
Excel functions and formulas
Excel functions and formulasExcel functions and formulas
Excel functions and formulasJason Wong
 
Excel lesson formulas and functions
Excel lesson formulas and functionsExcel lesson formulas and functions
Excel lesson formulas and functionswildman099
 
Absolute Reference Sample Lesson
Absolute Reference Sample Lesson Absolute Reference Sample Lesson
Absolute Reference Sample Lesson LaWanda Thomas
 
Microsoft power point
Microsoft power pointMicrosoft power point
Microsoft power pointargusacademy
 
MS Excel: The Four Types of Operator
MS Excel: The Four Types of OperatorMS Excel: The Four Types of Operator
MS Excel: The Four Types of OperatorJesus Obenita Jr.
 
EXCEL Program
EXCEL Program EXCEL Program
EXCEL Program sur96
 
Ms Word How To Use Like A Pro (Madhubanti Dasgupta)
Ms Word   How To Use Like A Pro (Madhubanti Dasgupta)Ms Word   How To Use Like A Pro (Madhubanti Dasgupta)
Ms Word How To Use Like A Pro (Madhubanti Dasgupta)Madhubanti Dasgupta
 
MS Word - Paragraph Indenting and Line Spacing
MS Word - Paragraph Indenting and Line SpacingMS Word - Paragraph Indenting and Line Spacing
MS Word - Paragraph Indenting and Line Spacingkross015
 
Previewing ( prereading skill )
Previewing ( prereading skill )Previewing ( prereading skill )
Previewing ( prereading skill )Aziz Salafi
 
How to Prepare a PPT Presentation
How to Prepare a PPT PresentationHow to Prepare a PPT Presentation
How to Prepare a PPT Presentationvmargutti
 
Understanding numbers
Understanding numbersUnderstanding numbers
Understanding numbersAlicia Garcia
 
Users Guide To Microsoft Word Tables
Users Guide To Microsoft Word TablesUsers Guide To Microsoft Word Tables
Users Guide To Microsoft Word TablesMadhubanti Dasgupta
 

Destaque (20)

Microsoft excel 2010 useful formula & functions
Microsoft excel 2010   useful formula & functionsMicrosoft excel 2010   useful formula & functions
Microsoft excel 2010 useful formula & functions
 
10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any Job10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any Job
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
 
Excel functions and formulas
Excel functions and formulasExcel functions and formulas
Excel functions and formulas
 
Ppt on ms excel
Ppt on ms excelPpt on ms excel
Ppt on ms excel
 
Excel lesson formulas and functions
Excel lesson formulas and functionsExcel lesson formulas and functions
Excel lesson formulas and functions
 
Absolute Reference Sample Lesson
Absolute Reference Sample Lesson Absolute Reference Sample Lesson
Absolute Reference Sample Lesson
 
TEMPRANILLO
TEMPRANILLOTEMPRANILLO
TEMPRANILLO
 
Excel exercise pdf
Excel exercise pdfExcel exercise pdf
Excel exercise pdf
 
Microsoft power point
Microsoft power pointMicrosoft power point
Microsoft power point
 
MS Excel: The Four Types of Operator
MS Excel: The Four Types of OperatorMS Excel: The Four Types of Operator
MS Excel: The Four Types of Operator
 
EXCEL Program
EXCEL Program EXCEL Program
EXCEL Program
 
Ms Word How To Use Like A Pro (Madhubanti Dasgupta)
Ms Word   How To Use Like A Pro (Madhubanti Dasgupta)Ms Word   How To Use Like A Pro (Madhubanti Dasgupta)
Ms Word How To Use Like A Pro (Madhubanti Dasgupta)
 
MS Word - Paragraph Indenting and Line Spacing
MS Word - Paragraph Indenting and Line SpacingMS Word - Paragraph Indenting and Line Spacing
MS Word - Paragraph Indenting and Line Spacing
 
Microsoft power point
Microsoft power pointMicrosoft power point
Microsoft power point
 
Previewing ( prereading skill )
Previewing ( prereading skill )Previewing ( prereading skill )
Previewing ( prereading skill )
 
How to Prepare a PPT Presentation
How to Prepare a PPT PresentationHow to Prepare a PPT Presentation
How to Prepare a PPT Presentation
 
Understanding numbers
Understanding numbersUnderstanding numbers
Understanding numbers
 
Users Guide To Microsoft Word Tables
Users Guide To Microsoft Word TablesUsers Guide To Microsoft Word Tables
Users Guide To Microsoft Word Tables
 
Pivot Tables
Pivot TablesPivot Tables
Pivot Tables
 

Semelhante a 03 Excel formulas and functions

Excel for research
Excel  for researchExcel  for research
Excel for researchJamalBhai
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.pptAllanGuevarra1
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.pptJosephIThomas
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.pptelsagalgao
 
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
 
Useful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptxUseful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptxvanshikatyagi74
 
Excel 2003 tutorial 3
Excel 2003 tutorial 3Excel 2003 tutorial 3
Excel 2003 tutorial 3catacata1976
 
22-excel-basics-15511.ppt
22-excel-basics-15511.ppt22-excel-basics-15511.ppt
22-excel-basics-15511.ppt20ArnavKumar8F
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdfFranzLawrenzDeTorres1
 
CBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptxCBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptxEdwinAdeolaOluwasina1
 
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
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007simply_coool
 
Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143Ramesh Meti
 
Excel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a WorksheetExcel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a Worksheetdpd
 

Semelhante a 03 Excel formulas and functions (20)

Excel
ExcelExcel
Excel
 
Excel for research
Excel  for researchExcel  for research
Excel for research
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
 
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
 
Useful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptxUseful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptx
 
Excel 2003 tutorial 3
Excel 2003 tutorial 3Excel 2003 tutorial 3
Excel 2003 tutorial 3
 
AAG_Excel_2010_Formulas_and_Functions
AAG_Excel_2010_Formulas_and_FunctionsAAG_Excel_2010_Formulas_and_Functions
AAG_Excel_2010_Formulas_and_Functions
 
22-excel-basics-15511.ppt
22-excel-basics-15511.ppt22-excel-basics-15511.ppt
22-excel-basics-15511.ppt
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
 
Excel11
Excel11Excel11
Excel11
 
CBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptxCBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptx
 
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
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007
 
Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143
 
Excel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a WorksheetExcel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a Worksheet
 

Mais de Buffalo Seminary

Mais de Buffalo Seminary (20)

Buffalo Seminary History 2019 by Harry Schooley
Buffalo Seminary History 2019 by Harry SchooleyBuffalo Seminary History 2019 by Harry Schooley
Buffalo Seminary History 2019 by Harry Schooley
 
Buffalo Seminary History 2018 by Harry Schooley
Buffalo Seminary History 2018 by Harry SchooleyBuffalo Seminary History 2018 by Harry Schooley
Buffalo Seminary History 2018 by Harry Schooley
 
SEM History - version 2017
SEM History - version 2017SEM History - version 2017
SEM History - version 2017
 
Erie Canal
Erie Canal Erie Canal
Erie Canal
 
The History of Buffalo Seminary
The History of Buffalo SeminaryThe History of Buffalo Seminary
The History of Buffalo Seminary
 
Mid-Autumn Festival by Elf Dong
Mid-Autumn Festival by Elf DongMid-Autumn Festival by Elf Dong
Mid-Autumn Festival by Elf Dong
 
Spring service week 2015 power point
Spring service week 2015 power pointSpring service week 2015 power point
Spring service week 2015 power point
 
Teaching with technology in the foreign language classroom
Teaching with technology in the foreign language classroomTeaching with technology in the foreign language classroom
Teaching with technology in the foreign language classroom
 
Donate Life Poster Contest
Donate Life Poster ContestDonate Life Poster Contest
Donate Life Poster Contest
 
05 Excel Charts
05 Excel Charts05 Excel Charts
05 Excel Charts
 
02 Excel entering data
02 Excel entering data02 Excel entering data
02 Excel entering data
 
01 Excel interface
01 Excel interface01 Excel interface
01 Excel interface
 
04 Excel Tips
04 Excel Tips04 Excel Tips
04 Excel Tips
 
08 graphics
08 graphics08 graphics
08 graphics
 
Tables
TablesTables
Tables
 
Program Presentation
Program PresentationProgram Presentation
Program Presentation
 
06 page formatting
06 page formatting06 page formatting
06 page formatting
 
05 formatting paragraphs
05   formatting paragraphs05   formatting paragraphs
05 formatting paragraphs
 
04 formatting text
04 formatting text04 formatting text
04 formatting text
 
03 more
03 more03 more
03 more
 

Último

Oauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftOauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftshyamraj55
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfSrushith Repakula
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...CzechDreamin
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIES VE
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101vincent683379
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfFIDO Alliance
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekCzechDreamin
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaCzechDreamin
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...marcuskenyatta275
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessUXDXConf
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?Mark Billinghurst
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon
 
Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024TopCSSGallery
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyUXDXConf
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FIDO Alliance
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...CzechDreamin
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfFIDO Alliance
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfFIDO Alliance
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxDavid Michel
 

Último (20)

Oauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftOauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoft
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and Planning
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří Karpíšek
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdf
 
Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System Strategy
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
 

03 Excel formulas and functions

  • 2. Formulas Formulas are entered in the worksheet cell and must begin with an equal sign "=". The formula then includes the addresses of the cells whose values will be manipulated with appropriate operands placed in between. After the formula is typed into the cell, the calculation executes immediately and the formula itself is visible in the formula bar. See the example below to view the formula for calculating the sub total for a number of textbooks. The formula multiplies the quantity and price of each textbook and adds the subtotal for each book.
  • 3. Formula Operators There are four basic Mathematical Operators when writing a formula. These operators are used to tell the formula what action to perform. The following table lists the operators, its symbol. Operation Symbol Symbol Name Addition + Plus Sign Subtraction - Dash or hyphen Multiplication * Asterisk Division / Forward slash The next table lists the order of operation for each mathematical operator. As you begin to write your formulas, keep in mind that information in parenthesis ( ) is always performed first while everything outside the parenthesis is performed left to right. Operator Operation Order of Calculation AND, OR, NOT Logic Test: AND, OR, NOT 1 + or - Positive or Negative Value 2 ^ Exponentiation 3 * or / Multiplication or Division 4 +- Addition or Subtraction 5 & Text Concatenation 6 Logic Test 7 = Equal to 7 <> Not Equal To 7 <= Less than or Equal to 7 >= Greater than or Equal to 7
  • 4. Functions • Built-in Excel Functions can be a faster way of doing mathematical operations than formulas. • Example- if you wanted to add the values of cells D1 through D10, you could type the formula "=D1+D2+D3+D4+D5+D6+D7+D8+D9+D10". • A shorter way would be to use the SUM function and simply type "=SUM(D1:D10)". Function Example Description SUM =SUM(A1:A100) finds the sum of cells A1 through A100 AVERAGE =AVERAGE(B1:B10) finds the average of cells B1 through B10 MAX =MAX(C1:C100) returns the highest number from cells C1 through C100 MIN =MIN(D1:D100) returns the lowest number from cells D1 through D100 SQRT =SQRT(D10) finds the square root of the value in cell D10 TODAY =TODAY() returns the current date (leave the parentheses empty) SUM( ) function The SUM( ) function is probably the most common function in Excel. It adds a range of numbers. To build a SUM( ) function, begin by typing the = sign; all functions begin with the = sign. Next type the word SUM followed by an open parenthesis. You must now tell Excel which cells to sum. Using the mouse, click and drag over the range of cells you wish to add. A dotted outline will appear around the cells and the cell range will be displayed in the formula bar. When you have the correct cells selected, release the mouse button, type a closing parenthesis and press the <Enter> key. If you do not want to use the mouse, type in the references of the cells you want to sum. For example, to add cells B3 through B5, type =SUM(B3:B5). Excel interprets B3:B5 as the range of cells from B3 to B5.
  • 5. Insert Function Excel has hundreds of prewritten formulas which make it easy to do complex procedures with numbers, dates, times, text, and more. •Type a brief description of what you want to do in the Search for a function box. In this example, you could type "mortgage payment" or some other keywords. •Click Go. Tips •You can also select a function category in the Or select a category box. This action will display a list of related functions, which you can then browse through. •If you'd like help on how to enter the arguments, you could type the function name in the Search for a function box and click OK. Click the Insert Function button on the formula bar. The Insert Function dialog box opens In the Search for a function box, type a description of what you want to do.
  • 6. AutoSum AutoSum button In Excel, the editing group on the home tab has a button that simplifies adding a column or row of numbers. The AutoSum button, which resembles the Greek letter Sigma (shown above), automatically creates a SUM( ) function. When you click the AutoSum button Excel creates a sum function for the column of numbers directly above or the row of numbers to the left. Excel pastes the SUM( ) function and the range to sum into the formula bar. If the range is not correct, simply select the proper range with your mouse on the worksheet. When you have the correct range entered, press the <Enter> key to complete the function.
  • 7. Autofilling Functions Autofill can also be used to copy functions. In the example below, column A and column B each contain lists of numbers and column C contains the sums of columns A and B for each row. The function in cell C2 would be "=SUM(A2:B2)". This function can then be copied to the remaining cells of column C by activating cell C2 and dragging the handle down to fill in the remaining cells. The autofill feature will automatically update the row numbers as shown below if the cells are reference relatively
  • 8. Cell Reference There are two basic types of cell references in Excel: relative and absolute. The difference between absolute and relative cell references becomes apparent when you copy formulas from one cell to another. When you copy a formula containing relative references, the references are adjusted to reflect the new location. Absolute references always refer to the same cell, regardless of where the formula is copied. Relative references are the default. To create an absolute reference, type $ before each part of the cell address.
  • 9. Relative / Absolute Relative Absolute This shows the formulas used to create the order form below. We used the fill handle which usually gives us the relative reference. For the sales tax calculation we needed to use the absolute reference in cell C9 To toggle between seeing the formulas and seeing the results, hold down the Ctrl key and press the tilde ~