SlideShare a Scribd company logo
1 of 42
CSE111 Introduction to Computer Applications
Lecture 10
Introduction to MS Excel 2010-Part 2
Prepared by Asst. Prof. Dr. Mohamed KURDI
Revised and presented by Asst. Prof. Dr. Samsun M. BAŞARICI
Summary of the Last week
• Exploring & identifying MS Excel user interface elements.
• Moving around worksheets.
• Selecting cells, rows, and columns.
• Editing & formatting worksheets.
• Inserting & deleting rows and columns.
• Deleting rows & columns.
• Changing row heights & column widths.
• Hiding & unhiding rows & columns.
• Selecting worksheets
• Navigating between worksheets
• Renaming worksheets
• Inserting & deleting worksheets
• Moving & copying worksheets
• Switching between MS Excel views
• Freezing & unfreezing panes
• Using templates
Learning Objectives
Understand and apply the following skills:
• How to enter a formula.
• How to edit a formula.
• How to use parentheses to change the operators precendence.
• How to copy/paste a formula.
• How to choose between the paste options (Paste,Values, Formulas, Formatting, and
Pase Special).
• How to insert a function.
• How to use the count functions (Count, Countif, and Countifs).
• How to use the sum functions (Sum, Sumif, and Sumifs).
• How to use the logical functions (If, And, and Or).
• How to use the statistical functions (Average, Averageif, Median, Mode, Standard
Deviation, Min, Max, Large, and Small).
Outlines
 Formulas and Functions
 Entering a Formula
 Editing a Formula
 Changing the Operators Precedence
 Copying/Pasting a Formula
 Paste Options
• Paste
• Values
• Formulas
• Formatting
• Pase Special
 Inserting a Function
 Count Functions (Count, Countif, Countifs)
 Sum Functions (Sum, Sumif, Sumifs)
 Logical Functions (If, And, Or)
 Statistical Functions (Average, Averageif, Median, Mode, Standard Deviation, Min,
Max, Large, and Small).
Formulas and Functions
• A formula is an expression which calculates the value of a cell.
• Functions are predefined formulas, and are already available in Excel.
• For example, cell A3 below contains a formula which adds the value of cell A2 to the
value of cell A1.
•For example, cell A3 below contains the SUM function which calculates the sum of
the range A1:A2
Entering a Formula
To enter a formula, execute the following steps.
1. Select a cell.
2. To let Excel know that you want to enter a formula, type an equal sign (=).
3. For example, type the formula A1+A2.
Tip: instead of typing A1 and A2, simply select cell A1 and cell A2.
4. Change the value of cell A1 to 3.
Excel automatically recalculates the value of cell A3. This is one of Excel's most
powerful features!
Editing a Formula
When you select a cell, Excel shows the value or formula of the cell in the formula bar.
To edit a formula:
1. click in the formula bar and change the formula.
2. Press Enter
Operator Precedence
Excel uses a default order in which calculations occur. If a part of the formula is in
parentheses, that part will be calculated first. It then performs multiplication or division
calculations. Once this is complete, Excel will add and subtract the remainder of your
formula. See the example below.
First, Excel performs multiplication (A1 * A2). Next, Excel adds the value of cell A3 to this
result.
Another example,
First, Excel calculates the part in parentheses (A2+A3). Next, it multiplies this result by
the value of cell A1.
Copying/Pasting a Formula
When you copy a formula, Excel automatically adjusts
the cell references for each new cell the formula is
copied to. To understand this, execute the following
steps.
Copying/Pasting a Formula
When you copy a formula, Excel automatically adjusts
the cell references for each new cell the formula is
copied to. To understand this, execute the following
steps.
1. Enter the formula shown below into cell A4.
Copying/Pasting a Formula
When you copy a formula, Excel automatically adjusts
the cell references for each new cell the formula is
copied to. To understand this, execute the following
steps.
1. Enter the formula shown below into cell A4.
2. Select cell A4, right click, and then click Copy (or press CTRL + c), and then select cell
B4, right click, and then click Paste under 'Paste Options:' (or press CTRL + v).Or You
can also drag the formula to cell B4. Select cell A4, click on the lower right corner of
cell A4 and drag it across to cell B4. This is much easier and gives the exact same result!
Copying/Pasting a Formula
When you copy a formula, Excel automatically adjusts
the cell references for each new cell the formula is
copied to. To understand this, execute the following
steps.
1. Enter the formula shown below into cell A4.
2. Select cell A4, right click, and then click Copy (or press CTRL + c), and then select cell
B4, right click, and then click Paste under 'Paste Options:' (or press CTRL + v).Or You
can also drag the formula to cell B4. Select cell A4, click on the lower right corner of
cell A4 and drag it across to cell B4. This is much easier and gives the exact same result!
Result. The formula in cell B4 references
the values in column B.
Paste Options - the Paste Option
The Paste option pastes everything.
1. Select cell B5, right click, and then click Copy (or press CTRL + c).
2. Select cell F5, right click, and then click Paste under 'Paste Options:' (or press CTRL + v).
Result
Paste Options - the Values Option
The Values option pastes the result of the formula.
1. Select cell B5, right click, and then click Copy (or press CTRL + c).
2. Select cell D5, right click, and then click Values under 'Paste Options:'
Result
Paste Options - the Formulas Option
The Formulas option only pastes the formula.
1. Select cell B5, right click, and then click Copy (or press CTRL + c).
2. Select cell F5, right click, and then click Formulas under 'Paste Options:'
Result
Paste Options – the Formatting Option
The Formatting option only pastes the formatting.
1. Select cell B5, right click, and then click Copy (or press CTRL + c).
2. Select cell D5, right click, and then click Formatting under 'Paste Options:'
Result
Note: the Format Painter copy/pastes formatting even quicker.
Paste Options – the Paste Special Option
The Paste Special dialog box offers many more paste options. To launch the Paste Special
dialog box, execute the following steps.
1. Select cell B5, right click, and then
click Copy (or press CTRL + c).
2. Next, select cell D5, right click, and then
click Paste Special.
Paste Options – the Paste Special Option
The Paste Special dialog box offers many more paste options. To launch the Paste Special
dialog box, execute the following steps.
1. Select cell B5, right click, and then
click Copy (or press CTRL + c).
2. Next, select cell D5, right click, and then
click Paste Special.
3. The Paste Special dialog box appears.
4. Choose the option that fits you, then click OK.
Inserting a Function
To insert a function, execute the following steps.
1. Select a cell.
Inserting a Function
To insert a function, execute the following steps.
1. Select a cell.
2. Click the Insert Function button.
Inserting a Function
To insert a function, execute the following steps.
1. Select a cell.
2. Click the Insert Function button.
3.The Insert Function dialog box appears, search for a
function or select a function from a category.
For example, choose COUNTIF from the Statistical
category.
Inserting a Function
To insert a function, execute the following steps.
1. Select a cell.
2. Click the Insert Function button.
3.The Insert Function dialog box appears, search for a
function or select a function from a category.
For example, choose COUNTIF from the Statistical
category.
4. Click OK, the Function Arguments dialog box appears.
5. Click in the Range box and select the range A1:C2.
6. Click in the Criteria box and type >5.
Inserting a Function
To insert a function, execute the following steps.
1. Select a cell.
2. Click the Insert Function button.
3.The Insert Function dialog box appears, search for a
function or select a function from a category.
For example, choose COUNTIF from the Statistical
category.
4. Click OK, the Function Arguments dialog box appears.
5. Click in the Range box and select the range A1:C2.
6. Click in the Criteria box and type >5.
7. Click OK.
Result. Excel counts the number of cells that
are higher than 5.
Count Functions- the COUNT Function
To count the number of cells that contain numbers, use the following COUNT
function.
Count Functions – the COUNTIF Function
To count cells based on one criteria (for example, higher than 9), use the following
COUNTIF function.
Note: in contrast to the COUNT function, cells can contain text as well.
Count Functions – the COUNTIFS Function
To count cells based on multiple criteria (for example, green and higher than 9), use
the following COUNTIFS function.
Sum Functions - the SUM Function
To sum a range of cells, use the following SUM function.
Sum Functions - the SUMIF Function
To sum cells based on one criteria (for example, higher than 9), use the following SUMIF
function (two arguments).
To sum cells based on multiple criteria (for example, blue and green), use the following
SUMIFS function (first argument is the range to sum).
Sum Functions - the SUMIFS Function
The IF Function checks whether a condition is met, and returns one value if TRUE and
another value if FALSE.
Select cell C2 and enter the following function.
Logical Functions - the IF Function
The IF function returns Correct because the value in cell A1 is higher than 10.
The AND Function returns TRUE if all conditions are true and returns FALSE if any of
the conditions are false.
Select cell D2 and enter the following formula.
Logical Functions - the AND Function
The AND function returns FALSE because the value in cell B2 is not higher than 5. As a
result the IF function returns Incorrect.
The OR Function returns TRUE if any of the conditions are TRUE and returns FALSE
if all conditions are false.
Select cell E2 and enter the following formula.
Logical Functions - the OR Function
The OR function returns TRUE because the value in cell A1 is higher than 10. As a result
the IF function returns Correct.
General note: the AND and OR function can check up to 255 conditions
Statistical Functions – the AVERAGE Function
To calculate the average of a range of cells, use the following AVERAGE function.
Statistical Functions – the AVERAGEIF Function
To average cells based on one criteria, use the following AVERAGEIF function.
For example, to calculate the average excluding zeros.
Note: <> means not equal to
Statistical Functions – the MEDIAN Function
To find the median (or middle number), use the following MEDIAN function.
Check:
Statistical Functions – the MODE Function
To find the most frequently occurring number, use the following MODE function
Statistical Functions – the STEDV Function
To calculate the standard deviation, use the following STEDV function.
Statistical Functions – the MIN Function
To find the minimum value, use the efollowing MIN function.
Statistical Functions – the MAX Function
To find the maximum value, use the following MAX function.
Statistical Functions – the LARGE Function
To find the third largest number, use the following LARGE function.
Check:
Statistical Functions – the SMALL Function
To find the second smallest number, use the following SMALL function
Check:
References
All the materials presented in this lecture are copyrighted by
http://www.excel-easy.com

More Related Content

Similar to cse111-lecture10-1491556635.pptx

MS Excel 2013.pptx
MS Excel 2013.pptxMS Excel 2013.pptx
MS Excel 2013.pptxRobbia Rana
 
Learn Advanced Excel Online
Learn Advanced Excel OnlineLearn Advanced Excel Online
Learn Advanced Excel Onlinebigspire
 
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
 
Creating Formulas in Excel
Creating Formulas in ExcelCreating Formulas in Excel
Creating Formulas in ExcelKim Estes
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007simply_coool
 
CBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptxCBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptxEdwinAdeolaOluwasina1
 
Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143Ramesh Meti
 
Excel Formulas Functions
Excel Formulas FunctionsExcel Formulas Functions
Excel Formulas Functionssimply_coool
 
Using Microsoft Excel2 Calculations
Using Microsoft Excel2 CalculationsUsing Microsoft Excel2 Calculations
Using Microsoft Excel2 CalculationsJack Frost
 
Using microsoftexcelgj2 calculations
Using microsoftexcelgj2 calculationsUsing microsoftexcelgj2 calculations
Using microsoftexcelgj2 calculationsjeet121121
 
functions_in_microsoft_excel_2003
 functions_in_microsoft_excel_2003 functions_in_microsoft_excel_2003
functions_in_microsoft_excel_2003gaurav jain
 
instapdf.in-ms-excel-formulas-and-functions-list-856.pdf
instapdf.in-ms-excel-formulas-and-functions-list-856.pdfinstapdf.in-ms-excel-formulas-and-functions-list-856.pdf
instapdf.in-ms-excel-formulas-and-functions-list-856.pdfMd. Irfan Uddin Sayeem
 
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
 
Microsoft Excel- basics
Microsoft Excel-  basicsMicrosoft Excel-  basics
Microsoft Excel- basicsjeshin jose
 
Excel formulas-manual
Excel formulas-manualExcel formulas-manual
Excel formulas-manualjpdas54
 
Spreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number MagicSpreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number MagicMalcolm Wilson
 

Similar to cse111-lecture10-1491556635.pptx (20)

MS Excel 2013.pptx
MS Excel 2013.pptxMS Excel 2013.pptx
MS Excel 2013.pptx
 
Learn Advanced Excel Online
Learn Advanced Excel OnlineLearn Advanced Excel Online
Learn Advanced Excel Online
 
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
 
Excelformulas
ExcelformulasExcelformulas
Excelformulas
 
Creating Formulas in Excel
Creating Formulas in ExcelCreating Formulas in Excel
Creating Formulas in Excel
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007
 
CBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptxCBN Advanced Excel Training Slide.pptx
CBN Advanced Excel Training Slide.pptx
 
Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143
 
Excel Formulas Functions
Excel Formulas FunctionsExcel Formulas Functions
Excel Formulas Functions
 
Using Microsoft Excel2 Calculations
Using Microsoft Excel2 CalculationsUsing Microsoft Excel2 Calculations
Using Microsoft Excel2 Calculations
 
Using microsoftexcelgj2 calculations
Using microsoftexcelgj2 calculationsUsing microsoftexcelgj2 calculations
Using microsoftexcelgj2 calculations
 
functions_in_microsoft_excel_2003
 functions_in_microsoft_excel_2003 functions_in_microsoft_excel_2003
functions_in_microsoft_excel_2003
 
Excel11
Excel11Excel11
Excel11
 
instapdf.in-ms-excel-formulas-and-functions-list-856.pdf
instapdf.in-ms-excel-formulas-and-functions-list-856.pdfinstapdf.in-ms-excel-formulas-and-functions-list-856.pdf
instapdf.in-ms-excel-formulas-and-functions-list-856.pdf
 
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
 
MS Excel 2013
MS Excel 2013MS Excel 2013
MS Excel 2013
 
Formulas and functions
Formulas and functions Formulas and functions
Formulas and functions
 
Microsoft Excel- basics
Microsoft Excel-  basicsMicrosoft Excel-  basics
Microsoft Excel- basics
 
Excel formulas-manual
Excel formulas-manualExcel formulas-manual
Excel formulas-manual
 
Spreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number MagicSpreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number Magic
 

Recently uploaded

21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptxJoelynRubio1
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptNishitharanjan Rout
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111GangaMaiya1
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17Celine George
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningMarc Dusseiller Dusjagr
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonhttgc7rh9c
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17Celine George
 

Recently uploaded (20)

21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
Our Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdfOur Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdf
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learning
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 

cse111-lecture10-1491556635.pptx

  • 1. CSE111 Introduction to Computer Applications Lecture 10 Introduction to MS Excel 2010-Part 2 Prepared by Asst. Prof. Dr. Mohamed KURDI Revised and presented by Asst. Prof. Dr. Samsun M. BAŞARICI
  • 2. Summary of the Last week • Exploring & identifying MS Excel user interface elements. • Moving around worksheets. • Selecting cells, rows, and columns. • Editing & formatting worksheets. • Inserting & deleting rows and columns. • Deleting rows & columns. • Changing row heights & column widths. • Hiding & unhiding rows & columns. • Selecting worksheets • Navigating between worksheets • Renaming worksheets • Inserting & deleting worksheets • Moving & copying worksheets • Switching between MS Excel views • Freezing & unfreezing panes • Using templates
  • 3. Learning Objectives Understand and apply the following skills: • How to enter a formula. • How to edit a formula. • How to use parentheses to change the operators precendence. • How to copy/paste a formula. • How to choose between the paste options (Paste,Values, Formulas, Formatting, and Pase Special). • How to insert a function. • How to use the count functions (Count, Countif, and Countifs). • How to use the sum functions (Sum, Sumif, and Sumifs). • How to use the logical functions (If, And, and Or). • How to use the statistical functions (Average, Averageif, Median, Mode, Standard Deviation, Min, Max, Large, and Small).
  • 4. Outlines  Formulas and Functions  Entering a Formula  Editing a Formula  Changing the Operators Precedence  Copying/Pasting a Formula  Paste Options • Paste • Values • Formulas • Formatting • Pase Special  Inserting a Function  Count Functions (Count, Countif, Countifs)  Sum Functions (Sum, Sumif, Sumifs)  Logical Functions (If, And, Or)  Statistical Functions (Average, Averageif, Median, Mode, Standard Deviation, Min, Max, Large, and Small).
  • 5. Formulas and Functions • A formula is an expression which calculates the value of a cell. • Functions are predefined formulas, and are already available in Excel. • For example, cell A3 below contains a formula which adds the value of cell A2 to the value of cell A1. •For example, cell A3 below contains the SUM function which calculates the sum of the range A1:A2
  • 6. Entering a Formula To enter a formula, execute the following steps. 1. Select a cell. 2. To let Excel know that you want to enter a formula, type an equal sign (=). 3. For example, type the formula A1+A2. Tip: instead of typing A1 and A2, simply select cell A1 and cell A2. 4. Change the value of cell A1 to 3. Excel automatically recalculates the value of cell A3. This is one of Excel's most powerful features!
  • 7. Editing a Formula When you select a cell, Excel shows the value or formula of the cell in the formula bar. To edit a formula: 1. click in the formula bar and change the formula. 2. Press Enter
  • 8. Operator Precedence Excel uses a default order in which calculations occur. If a part of the formula is in parentheses, that part will be calculated first. It then performs multiplication or division calculations. Once this is complete, Excel will add and subtract the remainder of your formula. See the example below. First, Excel performs multiplication (A1 * A2). Next, Excel adds the value of cell A3 to this result. Another example, First, Excel calculates the part in parentheses (A2+A3). Next, it multiplies this result by the value of cell A1.
  • 9. Copying/Pasting a Formula When you copy a formula, Excel automatically adjusts the cell references for each new cell the formula is copied to. To understand this, execute the following steps.
  • 10. Copying/Pasting a Formula When you copy a formula, Excel automatically adjusts the cell references for each new cell the formula is copied to. To understand this, execute the following steps. 1. Enter the formula shown below into cell A4.
  • 11. Copying/Pasting a Formula When you copy a formula, Excel automatically adjusts the cell references for each new cell the formula is copied to. To understand this, execute the following steps. 1. Enter the formula shown below into cell A4. 2. Select cell A4, right click, and then click Copy (or press CTRL + c), and then select cell B4, right click, and then click Paste under 'Paste Options:' (or press CTRL + v).Or You can also drag the formula to cell B4. Select cell A4, click on the lower right corner of cell A4 and drag it across to cell B4. This is much easier and gives the exact same result!
  • 12. Copying/Pasting a Formula When you copy a formula, Excel automatically adjusts the cell references for each new cell the formula is copied to. To understand this, execute the following steps. 1. Enter the formula shown below into cell A4. 2. Select cell A4, right click, and then click Copy (or press CTRL + c), and then select cell B4, right click, and then click Paste under 'Paste Options:' (or press CTRL + v).Or You can also drag the formula to cell B4. Select cell A4, click on the lower right corner of cell A4 and drag it across to cell B4. This is much easier and gives the exact same result! Result. The formula in cell B4 references the values in column B.
  • 13. Paste Options - the Paste Option The Paste option pastes everything. 1. Select cell B5, right click, and then click Copy (or press CTRL + c). 2. Select cell F5, right click, and then click Paste under 'Paste Options:' (or press CTRL + v). Result
  • 14. Paste Options - the Values Option The Values option pastes the result of the formula. 1. Select cell B5, right click, and then click Copy (or press CTRL + c). 2. Select cell D5, right click, and then click Values under 'Paste Options:' Result
  • 15. Paste Options - the Formulas Option The Formulas option only pastes the formula. 1. Select cell B5, right click, and then click Copy (or press CTRL + c). 2. Select cell F5, right click, and then click Formulas under 'Paste Options:' Result
  • 16. Paste Options – the Formatting Option The Formatting option only pastes the formatting. 1. Select cell B5, right click, and then click Copy (or press CTRL + c). 2. Select cell D5, right click, and then click Formatting under 'Paste Options:' Result Note: the Format Painter copy/pastes formatting even quicker.
  • 17. Paste Options – the Paste Special Option The Paste Special dialog box offers many more paste options. To launch the Paste Special dialog box, execute the following steps. 1. Select cell B5, right click, and then click Copy (or press CTRL + c). 2. Next, select cell D5, right click, and then click Paste Special.
  • 18. Paste Options – the Paste Special Option The Paste Special dialog box offers many more paste options. To launch the Paste Special dialog box, execute the following steps. 1. Select cell B5, right click, and then click Copy (or press CTRL + c). 2. Next, select cell D5, right click, and then click Paste Special. 3. The Paste Special dialog box appears. 4. Choose the option that fits you, then click OK.
  • 19. Inserting a Function To insert a function, execute the following steps. 1. Select a cell.
  • 20. Inserting a Function To insert a function, execute the following steps. 1. Select a cell. 2. Click the Insert Function button.
  • 21. Inserting a Function To insert a function, execute the following steps. 1. Select a cell. 2. Click the Insert Function button. 3.The Insert Function dialog box appears, search for a function or select a function from a category. For example, choose COUNTIF from the Statistical category.
  • 22. Inserting a Function To insert a function, execute the following steps. 1. Select a cell. 2. Click the Insert Function button. 3.The Insert Function dialog box appears, search for a function or select a function from a category. For example, choose COUNTIF from the Statistical category. 4. Click OK, the Function Arguments dialog box appears. 5. Click in the Range box and select the range A1:C2. 6. Click in the Criteria box and type >5.
  • 23. Inserting a Function To insert a function, execute the following steps. 1. Select a cell. 2. Click the Insert Function button. 3.The Insert Function dialog box appears, search for a function or select a function from a category. For example, choose COUNTIF from the Statistical category. 4. Click OK, the Function Arguments dialog box appears. 5. Click in the Range box and select the range A1:C2. 6. Click in the Criteria box and type >5. 7. Click OK. Result. Excel counts the number of cells that are higher than 5.
  • 24. Count Functions- the COUNT Function To count the number of cells that contain numbers, use the following COUNT function.
  • 25. Count Functions – the COUNTIF Function To count cells based on one criteria (for example, higher than 9), use the following COUNTIF function. Note: in contrast to the COUNT function, cells can contain text as well.
  • 26. Count Functions – the COUNTIFS Function To count cells based on multiple criteria (for example, green and higher than 9), use the following COUNTIFS function.
  • 27. Sum Functions - the SUM Function To sum a range of cells, use the following SUM function.
  • 28. Sum Functions - the SUMIF Function To sum cells based on one criteria (for example, higher than 9), use the following SUMIF function (two arguments).
  • 29. To sum cells based on multiple criteria (for example, blue and green), use the following SUMIFS function (first argument is the range to sum). Sum Functions - the SUMIFS Function
  • 30. The IF Function checks whether a condition is met, and returns one value if TRUE and another value if FALSE. Select cell C2 and enter the following function. Logical Functions - the IF Function The IF function returns Correct because the value in cell A1 is higher than 10.
  • 31. The AND Function returns TRUE if all conditions are true and returns FALSE if any of the conditions are false. Select cell D2 and enter the following formula. Logical Functions - the AND Function The AND function returns FALSE because the value in cell B2 is not higher than 5. As a result the IF function returns Incorrect.
  • 32. The OR Function returns TRUE if any of the conditions are TRUE and returns FALSE if all conditions are false. Select cell E2 and enter the following formula. Logical Functions - the OR Function The OR function returns TRUE because the value in cell A1 is higher than 10. As a result the IF function returns Correct. General note: the AND and OR function can check up to 255 conditions
  • 33. Statistical Functions – the AVERAGE Function To calculate the average of a range of cells, use the following AVERAGE function.
  • 34. Statistical Functions – the AVERAGEIF Function To average cells based on one criteria, use the following AVERAGEIF function. For example, to calculate the average excluding zeros. Note: <> means not equal to
  • 35. Statistical Functions – the MEDIAN Function To find the median (or middle number), use the following MEDIAN function. Check:
  • 36. Statistical Functions – the MODE Function To find the most frequently occurring number, use the following MODE function
  • 37. Statistical Functions – the STEDV Function To calculate the standard deviation, use the following STEDV function.
  • 38. Statistical Functions – the MIN Function To find the minimum value, use the efollowing MIN function.
  • 39. Statistical Functions – the MAX Function To find the maximum value, use the following MAX function.
  • 40. Statistical Functions – the LARGE Function To find the third largest number, use the following LARGE function. Check:
  • 41. Statistical Functions – the SMALL Function To find the second smallest number, use the following SMALL function Check:
  • 42. References All the materials presented in this lecture are copyrighted by http://www.excel-easy.com

Editor's Notes

  1. Every function has the same structure. For example, SUM(A1:A4). The name of this function is SUM. The part between the brackets (arguments) means we give Excel the range A1:A4 as input. This function adds the values in cells A1, A2, A3 and A4. It's not easy to remember which function and which arguments to use for each task. Fortunately, the Insert Function feature in Excel helps you with this.
  2. Every function has the same structure. For example, SUM(A1:A4). The name of this function is SUM. The part between the brackets (arguments) means we give Excel the range A1:A4 as input. This function adds the values in cells A1, A2, A3 and A4. It's not easy to remember which function and which arguments to use for each task. Fortunately, the Insert Function feature in Excel helps you with this.
  3. Every function has the same structure. For example, SUM(A1:A4). The name of this function is SUM. The part between the brackets (arguments) means we give Excel the range A1:A4 as input. This function adds the values in cells A1, A2, A3 and A4. It's not easy to remember which function and which arguments to use for each task. Fortunately, the Insert Function feature in Excel helps you with this.
  4. Every function has the same structure. For example, SUM(A1:A4). The name of this function is SUM. The part between the brackets (arguments) means we give Excel the range A1:A4 as input. This function adds the values in cells A1, A2, A3 and A4. It's not easy to remember which function and which arguments to use for each task. Fortunately, the Insert Function feature in Excel helps you with this.
  5. Every function has the same structure. For example, SUM(A1:A4). The name of this function is SUM. The part between the brackets (arguments) means we give Excel the range A1:A4 as input. This function adds the values in cells A1, A2, A3 and A4. It's not easy to remember which function and which arguments to use for each task. Fortunately, the Insert Function feature in Excel helps you with this.
  6. The most used functions in Excel are the functions that count and sum. You can count and sum based on onecriteria or multiple criteria
  7. The most used functions in Excel are the functions that count and sum. You can count and sum based on onecriteria or multiple criteria
  8. The most used functions in Excel are the functions that count and sum. You can count and sum based on onecriteria or multiple criteria
  9. The most used functions in Excel are the functions that count and sum. You can count and sum based on onecriteria or multiple criteria
  10. The most used functions in Excel are the functions that count and sum. You can count and sum based on onecriteria or multiple criteria
  11. The most used functions in Excel are the functions that count and sum. You can count and sum based on onecriteria or multiple criteria
  12. The most used functions in Excel are the functions that count and sum. You can count and sum based on onecriteria or multiple criteria
  13. The most used functions in Excel are the functions that count and sum. You can count and sum based on onecriteria or multiple criteria
  14. The most used functions in Excel are the functions that count and sum. You can count and sum based on onecriteria or multiple criteria