Excel Functions and Tables

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

EXCEL UNIT 3 Computer Technology Timpview High School.
MS-Excel XP Lesson 2. Handling Worksheets 1.Bottom of the every workbook you can get worksheets. 2.No of sheets for a book is three. But you can add,
Microsoft Office Illustrated Fundamentals Unit H: Using Complex Formulas, Functions, and Tables.
Lesson 4 Study Guide Review Microsoft Office 2003.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 1 1 Microsoft Office Excel 2003.
Pre-defined System Functions Simple IF & VLOOKUP.
1 Introduction to Excel Chapter 3. 2 Rotating Text: Steps to Rotate Text: –Select cells –Format menu –Cells command –Alignment tab Or Select cells Right.
Tutorial 3 Calculating Data with Formulas and Functions
Microsoft ® Office Excel ® 2003 Training How to use lists KLDCS presents:
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
Excel Web App By: Ms. Fatima Shannag.
FIRST COURSE Excel Lecture. XP 2 Introducing Excel Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative.
EXCEL UNIT 3 Computer Technology Timpview High School.
Excel 2007 Part (2) Dr. Susan Al Naqshbandi
Lesson 16: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
XP Excel Tutorial 3 Working with Formulas and Functions.
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
Excel Projects 5 & 6 Notes Mr. Ursone. Excel Project 5: Sorting a List  Sorting: Arranging records in a specific sequence  The Sort command is on the.
 What is a formula in Excel?  A formula is statement written by the user to be calculated. Formulas can be as simple or as complex as the user wants.
AGB 260: Agribusiness Information Technology Tables.
Advanced Word - Lesson 1: Sorting and Calculating.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Chapter 6 Creating, Sorting, and Querying a Table
Excel Web App By: Ms. Fatima Shannag.
Chapter 2:Excel. Determining Results with the if Function =IF(logical_test, value_if_true,value_if_false) The IF function has three arguments: – A condition.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
1 Excel Lesson 3 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
Lesson 4: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
Microsoft® Excel Create an Excel table. 1 Work with the Table Tools Design tab. 2 Sort and filter records in a table. 3 Identify structured references.
Excel application for accounting principles. Creating a Table  When you create a table in Excel, you can manage and analyse the data in that table.
Microsoft Office 2013 ®® Calculating Data with Formulas and Functions.
Chapter 4 Decision Making. Agenda Function Goal Seek command AutoFilter command Worksheet operation Printing worksheet.
Microsoft ® Excel ® 2013 Enhanced Excel Tutorial 3 Calculating Data with Formulas and Functions.
Microsoft Excel 2007 Noris Bt. Ismail Faculty of Information and Communication Technology Tel : (Ext 8408) BCOMP0101.
Pmt Function Vlookup Function Excel Database.  Naming a Range is very useful Makes copying more clear because formula or function contains a name rather.
Ms. Hall Spring Functions. Excel – Lesson 4 Summarizing Data with Functions A function is a predefined formula that performs a calculation. When.
AGB 260: Agribusiness Data Literacy
Relative, Absolute, & Mixed References
Formulas, Functions, and other Useful Features
Chapter 6 Modifying Cell Styles
Excel Lesson 5 Using Functions
Excel Tutorial 3 Working with Formulas and Functions
Formatting a Worksheet
2007 MICROSOFT EXCEL INTERMEDIATE
Excel Part 3 Working with Formulas and Functions
SUB-ICT STD-10 Working with Data in Microsoft Excel
Creating, Sorting, and Querying a List
Excel Formatting Rules
Microsoft Excel 2003 Illustrated Complete
Excel Functions and Tables
Advanced Excel Helen Mills OME-RESA.
Deep Dive Presented by Greg Creech MCAS-I and CompTIA CTT+
Excel: Formulas & Functions I Participation Project
Navya Thum January 28, 2013 Day 4: MICROSOFT EXCEL Navya Thum January 28, 2013.
Excel 2010 Functions A function is a predefined formula that performs a calculation using specific values in a particular order. Functions save you time.
Excel: Tables Participation Project
Lesson 1 Notes Chapter 6.
Excel: Tables Participation Project
REACH Computer Resource Center
Lesson 3: Working with Formulas and Functions
Intro to Excel CSCI-150.
Excel Tutorial 3 Working with 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.
Chapter 6 Modifying Cell Styles
Using Complex Formulas, Functions, and Tables
Shelly Cashman: Microsoft Excel 2016
Lesson 13 Working with Tables
Microsoft Office Illustrated Fundamentals
Presentation transcript:

Excel Functions and Tables William Klingelsmith

Reminders MyITLab Lesson A due September 4th 4/27/2019 William Klingelsmith

Organizing Data using Tables 4/27/2019 Organizing Data using Tables Last lecture we worked on a simple example that consisted of entering data into a worksheet and performing very basic calculations We can organize data in a different way in Excel using Tables William Klingelsmith

Excel Tables Tables in Excel have several great features Sorting 4/27/2019 Excel Tables Tables in Excel have several great features Sorting Filtering Column-wise calculations Heightened visual appearance William Klingelsmith

4/27/2019 Creating a Table In order to create a table in Excel, you must first recognize what data you want to be in said table Should include only data values and headers (if available) Select the data range you wish to use A3:I7 in our example Move to the Insert tab and click the Table button If your table already has headers defined like ours does, make sure the ‘My table has headers’ option is selected William Klingelsmith

Table Sorting and Filtering 4/27/2019 Table Sorting and Filtering You will notice that the new table created has small down-arrows to the right of each column label Contains powerful features for manipulating data Clicking the down arrow and choosing the Sort options will allow you to sort data in ascending or descending order Clicking the checkboxes in the dialog will hide/unhide entries in your table Entries are not deleted, just hidden If a formula requires a cell reference from a hidden entry, it will still work as intended William Klingelsmith

Table Design and Style Options 4/27/2019 Table Design and Style Options To access the table design features: Make sure you’re clicked inside the table Click the Design tab Table themes can be changed through the Table Styles subgroup to the right Table Style Options let you change other design characteristics and use features such as the Total Row William Klingelsmith

Excel Functions Functions are predefined formulas in Excel 4/27/2019 Excel Functions Functions are predefined formulas in Excel They perform functions ranging from math and trigonometric utilities to text manipulation Function libraries are located on the Formulas tab William Klingelsmith

Excel Functions All built-in functions have a similar syntax 4/27/2019 Excel Functions All built-in functions have a similar syntax = FUNCTION_NAME(ARGUMENT(S)) = sign is required for formulas as mentioned last lecture FUNCTION_NAME is the name of the function you’re referencing ARGUMENT(S) is the data or pieces of data going into the function Some functions only take one argument, but many take more than one separated by a comma William Klingelsmith

Basic Statistical Functions 4/27/2019 Basic Statistical Functions =SUM(x) Adds all numbers within a cell range and displays the results =AVERAGE(x) Averages all numbers within a cell range =MAX(x) Returns the highest value from a cell range =MIN(X) Returns the smallest value from a cell range =COUNT(X) Returns the number of items in a cell range William Klingelsmith

Stat. Function Examples 4/27/2019 Stat. Function Examples On our grade book worksheet let’s average the student final grade by using the Average function =AVERAGE(B4:F4) William Klingelsmith

Stat. Function Examples 4/27/2019 Stat. Function Examples These student grades are somewhat poor Let’s award the students bonus points =SUM(B4:F4, B14) Uh oh. William Klingelsmith

Referencing Types Relative Referencing Absolute Referencing 4/27/2019 Referencing Types Relative Referencing What we’ve been using up till now Absolute Referencing Will keep a cell reference static when Autofilled either column-wise or row-wise Mixed Referencing Will keep a cell reference static for only a column or only a row William Klingelsmith

4/27/2019 Referencing Types To make part of a cell reference static, you place a dollar sign within the reference Relative: B4 Absolute: $B$4 Column-Absolute: $B4 Row-Absolute: B$4 William Klingelsmith

Assigning a Letter Grade 4/27/2019 Assigning a Letter Grade We wish to assign a letter grade (A-F) to each student Add a column to the table by right clicking on the rightmost column -> Insert -> Table Column to the left William Klingelsmith

Assigning a Letter Grade 4/27/2019 Assigning a Letter Grade We will use the =VLOOKUP function to accomplish this task =VLOOKUP(lookup_value, table array, column index number) Lookup value, is the single entry you’re comparing to the table Student’s average G4 Table array is the cell range for the table you’re comparing the lookup value against Our grade scale mini table E10:F14 Column index number is the part of the table you wish the VLOOKUP function to display The column with the letter grades 2 William Klingelsmith

4/27/2019 Using the =IF function We have a column named Passing that has thus far not been used In this column let’s figure out a way to say “PASS” is the student has a passing grade and “FAIL” if the student is failing The IF function allows one thing or another to happen depending on if a condition is satisfied or not William Klingelsmith

Using the =IF function The =IF function syntax is as follows: 4/27/2019 Using the =IF function The =IF function syntax is as follows: =IF(Conditional Statement, If_True, If_False) Conditional Statement defines the condition for the statement to either true or false If_True defines what happens if the condition is true If_False defines what happens if the condition is false William Klingelsmith

IF Example =IF(3 > 4, “No”, “Yes”) 4/27/2019 IF Example =IF(3 > 4, “No”, “Yes”) =IF(A4=“Maria Jones”, “Maria”, “Not Maria” William Klingelsmith