Microsoft Excel. Part 2: Calculations & Functions. Department of Computer Science Faculty of Science Chiang Mai University

Similar documents
Microsoft Excel 2010 Handout

Excel Expert Microsoft Excel 2010

Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure.

Using Basic Formulas 4

Using Formulas and Functions

Formulas Learn how to use Excel to do the math for you by typing formulas into cells.

Formulas and Functions

EDIT202 Spreadsheet Lab Prep Sheet

Microsoft Office Illustrated. Using Tables

Intermediate Excel 2016

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions

CMPF124 Microsoft Excel Tutorial

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

Business Spreadsheets

EXCEL 2003 DISCLAIMER:

Excel 2. Module 2 Formulas & Functions

Working with Data and Charts

Using Microsoft Excel

LIBRE OFFICE CALC What is Calc? Spreadsheets, sheets, and cells spreadsheets Spreadsheets Cells

Microsoft Office Excel Use Excel s functions. Tutorial 2 Working With Formulas and Functions

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

Excel Format cells Number Percentage (.20 not 20) Special (Zip, Phone) Font

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

Excel Formulas & Functions I CS101

Intermediate Excel 2013

INSERT SUBTOTALS Database Exercise Sort the Data Department Department Data Tab Sort and Filter Group

In this section I m going to explain how to construct a formula, and give you some guidelines to ensure that your formulas work correctly.

Excel 2016: Formulas & Functions

Excel Quiz (Answers are shown in Page 7)

If you finish the work for the day go to QUIA and review any objective you feel you need help with.

Excel Formulas and Functions

Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti

Working with Basic Functions. Basic Functions. Excel 2010 Working with Basic Functions. The Parts of a Function. Page 1

Using Excel for a Gradebook: Advanced Gradebook Formulas

M i c r o s o f t E x c e l A d v a n c e d. Microsoft Excel 2010 Advanced

Create formulas in Excel

The insert tab is consist tables, illustrations, charts, Links and Text groups. Also in the Group at the end of the lower-right corner of the dialog

Microsoft Excel Basics Ben Johnson

Section 3. Topics Covered

Lesson 4: Auditing and Additional Formulas. Return to the FastCourse Excel 2007 Level 3 book page

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

Angel International School - Manipay

ARTT BUSINESS SCHOOL INTRODUCTION TO INFORMATION TECHNOLOGY

Data Service Center December

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

Pivot Tables, Lookup Tables and Scenarios

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

Advanced Formulas and Functions in Microsoft Excel

Introduction to COUNT Formulas for Excel 2010

Key concepts through Excel Basic videos 01 to 25

Excel 2016: Part 2 Functions/Formulas/Charts

Computer & Careers Mr. Lewis

1. Managing Information in Table

SBCUSD IT Training Program. MS Excel ll. Fill Downs, Sorting, Functions, and More

ADVANCED MS EXCEL 2007 USEFUL FUNCTIONS & FORMULAS FOR DAILY USE

EXCEL TUTORIAL.

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators:

Excel Lesson 3 USING FORMULAS & FUNCTIONS

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting

A Tutorial for Excel 2002 for Windows

Unit 3 Fill Series, Functions, Sorting

Performing Basic Calculations

Software Reference Sheet: Inserting and Organizing Data in a Spreadsheet

SPREADSHEET (Excel 2007)

Unit 3 Functions Review, Fill Series, Sorting, Merge & Center

Contents. The basics. Filling Cells A cell can contain: Text, Numbers or formulas

Excel 2010 Functions. 4/18/2011 Archdiocese of Chicago Mike Riley

Basic tasks in Excel 2013

USING FORMULAS AND FUNCTIONS...

Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1

Microsoft Excel Level 2

Created by Cheryl Tice. Table of Contents

Excel Conditional Formatting (Mac)

IFTA Staff Excel Training Manual

Microsoft Excel Microsoft Excel

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...

MICROSOFT EXCEL 2000 LEVEL 3

EXCEL BASICS: MICROSOFT OFFICE 2010

Microsoft Excel. An Introduction to. Lecture No. 2. Date: March Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian

FSFOA EXCEL INSTRUCTIONS. Tips and Shortcuts

Using Formulas and Functions in Microsoft Excel

Excel Simple Worksheets (with Functions)

EXCEL BASICS: MICROSOFT OFFICE 2007

Excel Tips. Contents. By Dick Evans

Microsoft Office Excel 2007

The New York Society Library Presents:

Excel tutorial Introduction

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Excel Tables & PivotTables

Excel 2007: Functions and Forumlas Learning Guide

1. Managing Information in Table

Microsoft Office Excel 2013 Courses 24 Hours

MICROSOFT EXCEL 2002 (XP): LEVEL 3

IF & VLOOKUP Function

Contents. Session 2. COMPUTER APPLICATIONS Excel Spreadsheets

Excel Tutorial 1

Excel Level 1

Microsoft Office Illustrated. Getting Started with Excel 2007

THE EXCEL ENVIRONMENT... 1 EDITING...

Transcription:

Microsoft Excel Part 2: Calculations & Functions Department of Computer Science Faculty of Science Chiang Mai University

Outlines 1. Creating you own formula 2. Using functions in Excel 3. Using cell references with functions 4. Cell reference from other worksheets 5. Sorting 2

Performing Calculation 2 Ways to perform calculation in Excel 1. Write your own formula 2. Using functions provided by Excel 3

1. Writing your own formula Main components of a formula 1. Cell value starts with equation symbol (=) 2. The calculation 4

1. Writing your own formula (2) 1. Mathematical Operations in Excel Symbol Description Example + Plus 71+12 - Minus 15-5 * Multiply 3*8 / Divide 6/2 - Minus sign -27 ^ Power 5^4 5

1. Writing your own formula (3) 2. Precedence for mathematical operations in Excel If there are multiple operators in a formula, Excel will perform calculation for operators with the higher precedence first. If there are multiple operators with equal precedence, Excel will perform calculation from left to right. 6

Operation Symbol Precedence 1. Parentheses ( ) Highest 2. Colon and Comma : and, 3. Additive Inverse - 4. Percent % 5. Power ^ 6. Multiplication and Division * and / 7. Addition and Subtraction + and - 8. Concatenation (for text) & 9. Comparison =, <, >, <=, >=,<> Lowest 7

1. Writing your own formula (5) Example: If the formula in cell A1 is =15 3/2 1, what is the result? Calculation steps: 1. = 15 3/2 1 = 15 1.5 1 2. = 15 1.5 1 = 13.5 1 3. = 13.5 1 = 12.5 8

1. Writing your own formula (6) Another Example: If the formula in cell A2 is = 22 + 2 * 1, what is the result? Calculation steps: 1. = 22 + 2 * 1 = 22 + 2 2. = 22 + 2 = 24 9

1. Writing your own formula (7) Exercise 1: Follow these steps to calculate the final values, when the formula of the cell is = 5^2 1 * (3/2) Steps: 1. = 5^2 1 * (3/2) 2. = 5^2 1 * 1.5 3. = 25 1 * 1.5 4. = 24 * 1.5 5. = 36 Question: Are the steps correct? If not, which one is not correct? And how to fix them? 10

1. Writing your own formula (8) Steps: 1. = 5^2 1 * (3/2) 2. = 5^2 1 * 1.5 3. = 25 1 * 1.5 4. = 24 * 1.5 5. = 36 Corrections: 1. = 5^2 1 * (3/2) 2. = 5^2 1 * 1.5 3. = 25 1 * 1.5 4. = 25 1.5 5. = 23.5 Incorrect 11

1. Writing your own formula (9) Exercise 2: Follow these steps to calculate the final values, when the formula of the cell is = 2^3^2/2^3*10 Steps: 1. = 2^3^2/2^3*10 2. = 2^3^2/2^3*10 3. = 8^2/8*10 4. = 64/80 5. = 0.8 Question: Are the steps correct? If not, which one is not correct? And how to fix them? 12

1. Writing your own formula (10) Steps: 1. =2^3^2/2^3*10 2. =2^3^2/2^3*10 3. =8^2/8*10 4. =64/80 5. =0.8 Incorrect Corrections: 1. ==2^3^2/2^3*10 2. =2^3^2/2^3*10 3. =8^2/8*10 4. =64/8*10 5. =8*10 6. =80 13

1. Writing your own formula (11) Exercise 3: Follow these steps to calculate the final values, when the formula of the cell is -15*-3^1*2 Steps: 1. = -15*-3^1*2 2. = -15*-3*2 3. = 45*2 4. = 90 Question: Are the steps correct? If not, which one is not correct? And how to fix them? The steps are correct, but equation symbol (=) is missing. 14

1. Writing your own formula (12) 3. Calculation with cell reference A1 Notice: In Excel, cell name is not case-sensitive. That is a1 will work like A1. 15

1. Writing your own formula (13) Example Fine the sum of cell A1, A3, B1, B5, and B6. Display the result at cell D1. Input formula on Formula Bar OR Input formula on cell directly 1. Click on the cell you want to display the result. (D1, in this case) 2. Type in the formula =A1+A3+B1+B5+B6. This can be done in 2 ways: 1. Type the formula directly to cell D1. 2. Click on cell D1, then type in the formula at the formula bar. Notice Reference cells will have colored borders matching its color at the formula. 16 3. When you finish, press Enter key.

2. Using Function Structure of a Function =function_name(argument1, argument2m, ) Before we input something as an argument, we need to know what type of data the function will accept as an argument. You can input the data directly: Or use cell reference: =SUM(1700,9800,7200) =SUM(E4:E7) 17

2. Using Function (2) 1. Looking for a function in Excel 1 Click Formulas tab 2 OR Click either to select a function 18

2. Using Function (3) Search for a function: o User can type in keywords and click Go to search for related functions. For example, type in Summation will result in SUM function appear in Select a function: box. Show structure of function, arguments, and short description. 19

2. Using Function (4) Or select a category: Functions are grouped into categories such as Accounting, or Statistics. When you pick a category, functions under that category will appear under Select a function: box. 20

2. Using Function (5) Help on this function Display help text for selected function for better understanding. 21

2. Using Function (6) When you find the function you want, click OK to use the function. 22

2. Using Function (7) Calculating sum using SUM function Example: We want to find the sum of cell A1, A3, B1, B5 and B6. 1. Click on cell D1. 2. Click at fx and then type Summation or sum in the search box, then click Go. 3. Look at the function list in Select a function box, a SUM function will appear. Click on SUM function. 4. Click OK. Function Argument dialog box will appear. Type in the cell names as shown. 23

2. Using Function (8) You can also pick function from the categories under Function Library group, in Formulas tab. 24

2. Using Function (9) Calculating sum using SUM function (cont.) Example: We want to find the sum of cell A1, A3, B1, B5 and B6. 5. Under SUM, type in the arguments in Number1 box or Number2 box. Even when we have more than 2 numbers, each box can take more than one. Use comma (,) to separate each value. 6. After you have typed in all arguments, click OK. 7. When you click on cell D1, the function and the arguments will appear in the formula bar. 25

2. Using Function (10) 2. Using Range of Data You can specify the range of data by using colon symbol (:) in this format: Starting_Cell:Ending_Cell Where Starting_cell is the top left corner of the group, and Ending_Cell is the bottom right corner. Example: If you want to add all cells from A1 to B5, you can write the formula as =SUM(A1:B5) 26

2. Using Function (11) 3. Functions you should know 3.1 Functions for basic calculations SUM MAX MIN for getting adding all of selected cells for finding the maximum value of selected cells for finding minimum value of selected cells AVERAGE for finding average value of selected cells 27

2. Using Function (12) 3. Functions you should know (2) 3.2 Functions for date/time information NOW displays current system date/time TODAY displays current system date DAY displays day part of date argument MONTH displays month part of date argument YEAR displays year part of date argument WEEKDAY displays weekday of the date argument. Return 1 (Sunday) 7 (Saturday) 28

2. Using Function (12) 3. Functions you should know (3) 3.3 IF function for logical computation Example 1 =IF(A1>A2, Hanaga, Hello ) Yes A1>A2 No Print Hanaga Print Hello If A1 > A2 Else Print Hanaga Print Hello 29

2. Using Function (13) 3. Functions you should know (4) 3.3 IF function for logical computation (2) Example 2 =IF(B1>B2, Panda ) Yes พ มพ Panda B1>B2 No If B1 > B2 Else Print Panda Excel will print FALSE 30

2. Using Function (14) 3. Functions you should know (4) 3.3 IF function for logical computation (2) Example 3 =IF(B1>B2, Panda, ) Yes พ มพ Panda B1>B2 No If B1 > B2 Else Print Panda Nothing will be printed 31

Example 4 2. Using Function (15) 3. Functions you should know (5) 3.3 IF function for logical computation (3) Yes No = IF(C1>C2, Greater, IF(C1=C2, Equal, Lesser )) C1>C2 Print Greater Yes Print Equal C1=C2 No Print Lesser If C1 > C2 Else Print Greater If C1 = C2 Print Equal Else Print Lesser 32

2. Using Function (16) Example: Grading Range Grade 80-100 A 60-79 B 40-59 C 0-39 F =IF(B2>=80,"A",IF(B2>=60,"B",IF(B2>=40,"C","F"))) 33

2. Using Function (17) 3.4 Comparison Operators Greater Than > Greater or equal to >= Less than < Less than or equal to <= Not equal <> 34

2. Using Function (18) 3. Functions you should know (6) 3.5 Counting functions COUNT counts cell in range that contains number. COUNTA counts cell in range that is not empty. COUNTIF counts cell in range that fit given condition. 35

2. Using Function (19) 3. Functions you should know (7) 3.5 Counting functions (2) Example Formula Result = COUNT (A1:A5) 2 =COUNTA(A1:A5) 4 =COUNTIF(A1:A5,15) 1 =COUNTIF(A1:A5,abc) 0 =COUNTIF(A1:A5, abc ) 1 36

2. Using Function (20) 3. Functions you should know (8) AND(argument1, argument2) will return TRUE if both arguments are TRUE, and return FALSE otherwise. OR() will return TRUE if at least one of the two arguments is TRUE, and return FALSE if both arguments are FALSE. 37

2. Using Function (21) AND() and OR() can be use to make IF() function conditions easier to write. Example: If you want to know if the value of cell B3 is in the range of 0 and 10 or not. You can use: IF(AND(B3 >= 0, B3 <=10), Yes, No ) Or you can use: IF(OR(B3 < 0, B3 > 50), No, Yes ) 38

3. Cell Reference Cell Reference is using cell name to get to cell data. There are two ways to reference a cell in Excel 1. Relative Reference 2. Absolute Reference 39

3. Cell Reference (2) 3.1 Relative Reference Default reference When you copy the reference to another cell, the reference will change, but formula remain the same. 40

3. Cell Reference (3) 3.1 Relative Reference (2) Example: Formula is on cell C1. The formula is the sum of 5 consecutive cells A1 to A5. The formula is =sum(a1:a5) 41

3. Cell Reference (4) 3.1 Relative Reference (3) sum(a1:a5) sum(a2:a6) C1 C2 When you copy formula with relative reference to cell C2. The reference will change. Since C2 is one row down from C1, all relative reference will move down one row as well. The resulting formula will be =sum(a2:a6) 42

3. Cell Reference (5) 3.2 Absolute Reference For absolute reference, the reference will not change regardless of where it is copied to. We use dollar sign ($) to mark the reference as absolute reference. When the $ is in front of the row part of the cell name, row will not change. Same applies to column. 43

3. Cell Reference (6) 3.2 Absolute Reference (2) For example, if you want the column to be A regardless of where you copy it to, use $A1 If you want column changing, but also want to the row to always be 2, use A$2 If you want column to always be A and row to always be 1, use $A$1 You can select the reference, then press F4 to toggle between absolute and relative reference. 44

3. Cell Reference (7) 3.2 Absolute Reference (3) sum(a1:c1)+$e$7 sum(a2:c2)+$e$7 D1 D2 You want to add fixed value at cell E1 to sum of column A, B, C in a row and put the result on column D. The formula at D1 will be = sum(a1:c1) + $E$7 When you copy the formula to D2, it will become = sum(a2:c2) + $E$7 45

Example of Relative Reference Formula at E4 is =C4*D4 46

Example of Relative Reference (2) Copy E4 to E5. Formula becomes =C5*D5 47

Example of Relative Reference (3) Referenced cell changes when copied, giving correct calculation 48

Example of Absolute Reference Formula at F4 is =E4-(E4*$E$2) 49

Example of Absolute Reference (2) When copied to F5 Formula becomes =E5-(E5*$E$2) 50

Example of Reference by Range 51

4. Reference from Other Worksheet If you want to access values in cells in other worksheet, they can be referenced as follows: worksheet_name!range_of_cells 52

Naming Cells You can assigned a group of cells with a name, making referencing easier. Cell name can be referenced from other worksheet as well. Steps: 1. Select cells 2. Click the name box 3. Type in the name 4. Press Enter 53

4. Reference from Other Worksheet (2) Example We want to count student with A for grade, which is in cell C2 to C7, and display the result at cell B2, on another worksheet, Sheet2. 54

4. Reference from Other Worksheet (3) 1. Click at sheet2 on worksheet tab. 2. Click cell B2 on sheet2. Then type the formula =COUNTIF(เกรด!C2:C7, A ) 3. Press Enter to finish the formula. The result will appear. 55 55

5. Sorting 1 Type in data 2 Click Data tab Ascending Sort (small to large) Descending Sort (large to small) Select your own criteria 56

5. Sorting (2) 1. Select primary column to sort [Sort by] Click Add secondary column(s) Remove column of sorting criteria Select primary column to sort Select sort order Check to not sort first row 57

5. Sorting (3) 2. Select Secondary Column [Then by] Click Select sort order for that column Select Secondary column 58