Introducing Excel Entering Text, Numbers and Dates

Size: px
Start display at page:

Download "Introducing Excel Entering Text, Numbers and Dates"

Transcription

1 Chapter 1 Use excel to do quantitative analysis (numerical analysis) Know what rows, columns, etc. are What are the things you want to keep in mind when creating a workbook (planning, etc.)? Three different data types used in excel: Dates, Numbers, Text Why is it important to know the difference between those On first tab create documentation tab telling people how to use it, what its about, etc. Introducing Excel Spreadsheet: collection of text and numbers laid out in rectangular grid (used in business for budgeting, inventory management, decision making) What-if-analysis: when you change one or more values in a spreadsheet and assess the affect those changes have on the calculated values Use excel to store data, generate reports, analyze data Workbook can have two types of sheets: o Worksheet: contains grid of rows and columns where user enters data o Chart sheet: contains Excel chart providing visual representation of worksheet data Having multiple sheets allow you to better organize data in the workbook Cell reference: the column and row location identifying each cell in the worksheet (ex. B6) Can move directly to a specific cell using the Go To dialog box or by typing in a cell reference in the Name box Planning a Workbook Should develop a plan before entering data into workbook Use a planning analysis sheet: 1. What problems do I want to solve? The answer defines the goal or purpose of the workbook. 2. What data do I need? The answer defines the type of data that you need to collect and enter into the workbook. 3. What calculations do I need to enter? The answer defines the formulas you need to apply to the data you ve collected and entered. 4. What form should my solution take? The answer defines the appearance of the workbook content and how it should be presented to others. Entering Text, Numbers and Dates Text data: any combination of letters, numbers and symbols that form words and sentences Number data: any numerical value that can be used in a mathematical calculation

2 Date and Time data: formats for date and time values (left-aligned) AutoComplete: helps make entering repetitive text easier (does not work with dates or numbers) To make two lines of text in a cell press Alt key while pressing Enter Date as numerical value: number of days between date and January 0, 1900 Storing dates/times as numerical values lets excel perform date/time calculations (ex. Determining elapsed time between two dates) Working with Columns and Rows To make cell content easier to read, resize columns and rows in worksheet Default column width: 8.43 standard-sized characters (64 pixels) Default row height: 15 points (20 pixels) Can define specific column width/row height using Format command When insert new column, has same width as one to its left When insert row, has same height as row above it Clearing: removes data from worksheet leaving blank cells Deleting: removes data and cells from worksheet Working with Cells and Ranges Range reference: indicates location and size of a cell range Adjacent ranges: upper-left and lower-right cells in rectangle (ex. A1:G5) Non-adjacent range: separate each adjacent range by semi-colon (ex. A1:A5;F1:G5) Drag and drop: select range and drag it to new location Cutting: places cell contents on to Clipboard so can paste to new location When insert cells, existing cells shift down when selected range is wider than it is long, shift right when longer than it is wide Working with Formulas Operators: combine different values resulting in single value Arithmetic operators: perform addition, subtraction, multiplication, division and exponentiation Formulas contain cell references so you can change value without having to modify formula Order of precedence: set of predefined rules used to determine sequence in which operators applied in calculation (BEDMAS) Can copy formulas down a row to save time and avoid potential mistakes in retyping same formula over and over Introducing Functions Function: named operation that returns a value (used to simplify formulas) Less likely to make a mistake (ex. =SUM(F1:F10)) Avoid putting data values within formulas, make an outside cell reference

3 Break up formulas to show other people all the sums calculated in separate places instead of one formula so they can better understand final result AutoSum can quickly generate: o Sum of values in column/row (SUM) o Average value in column/row (AVERAGE) o Total count of numeric values in column/row (COUNT) o Minimum value in column/row (MIN) o Maximum value in column/row (MAX) Editing Worksheet Content Use Find & Select button to replace certain things in workbook with different things Search string: string of characters you need to locate to change Replacement string: new text characters that replace the previous characters Previewing and Printing a Workbook Normal view: shows contents of worksheet Page Layout view: shows how worksheet will appear when printed Page Break Preview: shows location of different page breaks within worksheet (can control what content appears on what page) Can change worksheet from portrait to landscape orientation to print entire worksheet on one page Formula view: view of worksheet contents that displays formulas instead of resulting values (use Ctrl + ) Scaling: reduces width and height of printout to fit number of pages by shrinking text size Chapter 5 No questions about Pivot Charts only tables Structured range of data a bunch of records/fields that represent some set of data We use tables to be more organized, automatic, use names of columns in references Sorting, filtering of subtotals Use pivot tables to categorize things more and analyze at a higher level Looking at more summarized data Planning a Structured Range of Data More common use of worksheet is to manage data (lists of clients, products, transactions) Can store/update data, sort, search/retrieve data, summarize, create reports Structured range of data is a list or table

4 Data definition table: documentation that lists fields to be maintained for each record and description of info each field will include Freezing: keeps the headings of a row/column visible while scrolling down the worksheet Makes it easier to identify data in each record Creating an Excel Table Excel table makes it easier to identify, manage and analyze groups of related data Productive and error reducing table features: o Add new rows/columns to table that automatically expand range o Add Total row to calculate summary function (ex. SUM, COUNT, MAX) o Enter formula in one cell that is automatically copied to all other cells in that table column o Create formulas that reference cells in a table by using table/column names instead of cell addresses Can assign specific name to table making it easier to identify table by content Table names must start with letter or underscore and cannot include spaces Check boxes in Table Style Options on Design tab can remove/add elements and change formatting of table (ex. Display/hide header row) Maintaining Data in an Excel Table Use Find command to locate a record and edit data in this field Sorting Data Can sort the data in the column you want by using it as the sort field Ascending order: arranges text from A-Z, smallest to largest, oldest to newest Descending order: arranges from Z-A, largest to smallest, newest to oldest Sometimes need to sort more than one column (should use Sort dialog box) Primary sort field: first sort field Secondary sort field: second sort field (etc. ) Can use up to 64 sort fields in a single sort Custom list: indicates the sequence in which you want the data ordered Predefined custom sort lists: two days-of-the-week, two months-of-the-year Use Sort & Filter group on Data tab, click Sort, click Order arrow then Custom List, enter each entry for custom list, click Add Filtering Data Filtering data temporarily hides any records that do not meet specific criteria In excel table, each column header has a filter arrow Can filter column of data by: cell colours/font colours; specific text, number, data; or by selecting exact values you want to filter in column Can filter using Begins With, Ends With and Contains operations Ex. Begins with Sm would show all records beginning with Sm

5 Can further filter data; each additional filter applied to currently filtered data AND condition requires all of selected criteria be true for record to be displayed (ex. Category equals Painting AND Condition equals Poor ) OR condition requires only one of selected criteria be true for record to be displayed (ex. Category equals Installation OR Category equals Sculpture ) Criteria filters: enable you to specify various conditions in addition to those that are base on equals criterion Ex. All art objects valued greater than $20,000 acquired after 7/1/2011 Filtering limits data enabling you to more effectively analyze data Use Sort dialog box to perform more complex sort Using the Total Row to Calculate Summary Statistics Can calculate summary statistics (sum, average, count, max, min) on all columns in Excel table or on filtered table Click Total Row in Table Style Options group on Table Tools Design tab Can split worksheet window into two or four separate panes (use Split) Can easily view data from several areas of worksheet at same time To create two panes: select cell in row 1 or column A To create four panes: select any other cell Inserting Subtotals Summarize data in a range by inserting subtotals Subtotal command: inserts subtotal row into the range for each group of data and adds grand total below last row Must sort data before using Subtotal command (because inserts subtotals wherever value in specified field changes) Subtotal command cannot be used in Excel tables Subtotal feature also outlines worksheet to control level of detail displayed Level 3: individual records, subtotals and grand total (most detail) Level 2: subtotals and grand total Level 1: only the grand total Analyzing Data with PivotTables PivotTables help organize data into meaningful summaries Must specify which fields in data source you want to summarize Value fields: fields containing summary data Category fields: fields that group values in PivotTable (condition, location, year acquired, etc.) Category fields used as row labels, column labels and report filters Can easily hide, rearrange and display different categories in table Best to create a layout of how you want PivotTable to look before Great way to summarize data to help support specific points Can display data as percentages of totals (useful for comparing product sales with total sales/comparing expense categories to total expenses)

6 Creating a PivotTable Must specify where to find data for PivotTable (ex. Excel table/range) Specify whether to place in new or existing worksheet If in existing worksheet must specify cell that upper-left corner will be in Place fields from field list (from table) into four areas: o Report Filter: field used to filter report by selecting one or more items, enabling you to display subset of data in PivotTable report o Row Labels: fields you want to display as row (one row displayed for each unique item, can have nested row fields) o Column Labels: fields you want to display as columns (one column displayed for each unique item, can have nested column fields) o Values: fields you want to summarize Default: uses SUM function for numbers in Values area, uses COUNT function for text/nonnumeric values (can change this to whatever function you need) Can view data in different ways by rearranging fields Compact report layout: places all fields from row area in single column and indents item from each field below outer fields Outline report layout: each field in row area takes column in table (shows subtotals for each group at the top of every group) Tabular report layout: displays one column for each field and leaves space for column headers (total appears at bottom of each group) Filtering a field lets you focus on subset of items in that field (like in table) Can sort PivotTable like you sort an Excel table Can hide field headers and expand/collapse buttons in Show group options Slicer: provides quicker and easier way to filter PivotTable Refreshing a PivotTable Cannot change data directly in PivotTable Edit data in Excel table Must refresh PivotTable to reflect updated data Grouping PivotTable Items Can combine items in rows of PivotTable when field contains numbers, dates or times Allow you to analyze data by different levels of summarization (Ex. Days, months, years, etc.) Use Group Field command in PivotTable Options Chapter 7 How many arguments are required What do those arguments mean Nesting is a function inside a function to get them to do different things Conditional: going to format this differently IF something

7 Working with Logical Functions Logical functions like IF, AND, OR determine whether condition is true/false When enter formula in one cell of column, formula is automatically copied to all cells in column Can edit formula in any cell in column and all cells in column will be modified Can customize formula in one cell but then new edits will not be automatically copied to rest of column Using the IF Function Sometimes value stored in a cell depends on certain conditions IF function: logical function that evaluates a condition and returns one value if condition is true and another if it is false =IF(logical_test,[value_if_true],[value_if_false]) logical_test: condition that is true or false value_if_true: value returned by function if condition is true value_if_false: value returned by function if condition is false Using the AND Function Sometimes need to test two or more conditions and test if all are true AND function: logical function that returns the value TRUE if all logical conditions are true and FALSE if any or all of logical conditions are false =AND(logical1[,logical2,] ) logical1 and logial2: conditions that can be true or false Can use up to 255 logical conditions in an AND function Nested functions: when results of one function are used as argument of another function Ex. =IF(AND(G2= FT,M2>1),K2*0.03,0) Using the OR Function OR function: logical function that returns TRUE value if any of logical conditions are true and FALSE value if all of logical conditions are false =OR(logical1[,logical2,] ) logical1 and logical2: conditions that can be true or false Can nest IF function inside OR function as well to identify what happens when OR function is true/false Using Structured References to Create Formulas in Excel Tables Can replace specific cell/range address in a formula with structured reference (actual table name or column header) Structured references: make it easier to create formulas that use portions or all of Excel tables because names/headers usually simpler to identify than cell addresses To reference entire column of data in table: Tablename[qualifier] Tablename: name entered in Table Name box for table wanted to be used

8 Qualifier: column header Fully qualified: =IF(Employee[Add Life Ins]= Y,Employee[Annual Salary]*0.001,0) Unqualified: =IF([Add Life Ins]= Y,[Annual Salary]*0.001) Must use fully qualified if outside of worksheet Creating Nested IFs Nested IF function: when one IF function is nested in another (so can have more than just two options) Ex. =IF([Pay Grade]=1,2500,IF([Pay Grade]=2,5000,7500)) Reference cells in a formula to quickly update calculations without having to edit formula Common Excel Errors Syntax error: error in a statement that violates rules of Excel (ex. Unmatched parentheses or required argument omitted from function) Logic error: formulas that work but return incorrect result (ex. Formula uses wrong calculation, references wrong cell, uses faulty reasoning) Using Lookup Tables and Functions Lookup functions: allow you to use tables of data to look up values and insert in another worksheet location Lookup table: stores data you want to retrieve and organizes it in different categories Compare values: categories for lookup table (lookup value must match one of these) Exact match lookup: value entered must match one of values in first column of lookup table Approximate match lookup: value entered falls within range of values in first column of lookup table Using the VLOOKUP Function to Find an Exact Match VLOOKUP function: searches a lookup table and retrieves appropriate value =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) lookup_value: value you want to use to search first column of lookup table table_array: range reference of lookup table or table name col_index_num: number of column in lookup table that contains value you want to return range_lookup: indicates whether compare values are range of values (approx. match) or exact match (use TRUE for approximate and FALSE for exact) Using the VLOOKUP Function to Find and Approximate Match Categories in first column/row of lookup table can represent range of values (Ex. Quantity discounts, shipping charges, income tax rates)

9 Approximate match lookup: determines whether lookup value falls within range of values Each row in first column of table represents low end of category range Excel searches first column of table until it locates largest value less than lookup value then move across row to retrieve value Compare values must be in alphabetical/low-to-high order Looking Up Values Using the HLOOKUP Function HLOOKUP function: searches horizontally across top row of lookup table and retrieves value in column specified Used when comparison values located in first row of table and want to look down row =HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup]) lookup_value: value you want to search in first row of lookup table table_array: range reference of lookup table or table name row_index_num: number of row in lookup table that contains value you want range_lookup: whether compare values are approx. or exact match (True is for approximate, FALSE is for exact) Major difference between HLOOKUP and VLOOKUP: the way lookup table is organized (i.e. more rows than columns or more columns than rows) Using the IFERROR Function Error values: indicate some element in formula/cell reference in formula preventing excel from returning calculated value Error value begins with # and then error name (not very descriptive/helpful) IFERROR function: can determine if a cell contains an error value and display message you choose rather than default =IFERROR(expression, valueiferror) expression: formula you want to check for an error valueiferror: message you want displayed if Excel detects area in formula Allows you to easily find and handle formula errors Conditional Formatting Changes a cell s formatting when contents match specified condition Designed to make searching data range simple and efficient Can see if values in a data set are duplicates (will highlight duplicate values) Choose what you want to highlight (ex. Duplicate values) and choose colour to highlight them in Each time apply conditional format, you define conditional formatting rule Specifies type of condition and type of formatting when condition occurs To create own formula: select range of data you want to format, click Conditional Formatting button and click New Rule

10 Summarizing Data Conditionally COUNT function: tallies number of data values in a range SUM function: adds values in a range AVERAGE function: calculates average of values in a range Sometimes need to create conditional count, sum or average using cells that meet particular condition Using the COUNTIF Function Conditional count (COUNTIF): calculate number of cells in range that match criteria specified =COUNTIF(range, criteria) range: range of cells you want to count criteria: expression defining which cells to count Using the SUMIF Function Conditional sum (SUMIF): adds values in a range that meet specified criteria =SUMIF(range, criteria [, sum_range]) range: range of cells you want to filter criteria: condition used to filter range sum_range: range of cells to total (not necessary) Using the AVERAGEIF Function Used to calculate average of values in a range that meet specified criteria =AVERAGEIF(range, criteria [, average_range]) range: number of cells you want to filter before calculating average criteria: condition used to filter range average_range: range of cells to average (optional) Chapter 10 Total revenue=total cost, break-even point What is the difference between the methods, why would you use each one what are the limitations of each Understanding Cost-Volume-Profit Relationships Cost-volume-profit (CVP) analysis: branch of financial analysis that studies relationship between expenses, sales volume and profitability Can help predict the effect of cutting overhead/raising prices on a company s net income Variable expenses: change in proportion to the amount of a business a company does (when sales volume increase, cost of production does too) Fixed expense: an expense that must be paid regardless of sales volume (ex. Salaries and benefits for employees, maintenance fees, taxes, insurance) Mixed expense: expense that is part variable and part fixed Break-even point: where revenue equals expense

11 CVP analysis sometimes called break-even analysis Cost-volume-profit (CVP) chart: graphs revenue and total expenses against sales volume (break-even point is where lines cross) Preforming a What-If Analysis with Goal Seek What-if analysis lets you explore impact of changing different values in worksheet Goal Seek: automates the trial-and-error process by allowing you to specify a value for a calculated item then returning input needed to reach that goal What-if analysis can determine what the total revenue would be if you sell a certain amount of product Goal Seek can determine how much of a product must be sold to generate a specific revenue Working with Data Tables Data table is more efficient than Goal Seeking Data table: Excel table that displays results from several what-if analyses Creating a One-Variable Data Table One-variable data table: specify one input cell and any number of result cells Range of possible values for input cell is in first row/column of table Corresponding result values will be in accompanying rows/columns Useful in business to explore how changing a single input cell can impact several result cells Results from the data table can be made clearer by a CVP chart Data tables are dynamic so changes in worksheet automatically update data table values Creating a Two-Variable Data Table Two-variable data table: uses two input cells but can only display a single result value Can analyze variety of combinations simultaneously First column of data table displays range of values for first input cell First row of data table shows range of terms for second input cell Result values are displayed at intersection of each input value Reference to result cell is in upper-let corner of table (intersection between row and column input values) May be confusing so can cover up reference with a text format Row input cell: cell on which values place in first row of data table are based Column in put cell: cell on which values placed in first column of data table are based CVP chart will plot each result value as a different line Array formula: performs multiple calculations in a single step returning single value to one cell or multiple value to several cells (use curly brackets)

12 Using the Scenario Manager Scenario Manager: performs a what-if analysis with more than two input cells Should define names for all input and result cells being used in analysis (not necessary but makes it easier for you and other people to understand) Use Scenario Manager to define scenarios (examples): o Status Quo: everything remains the same for upcoming year o Expanded Operations: company will expand production and marketing o Reduced operations: decreases amount spent for fixed expenses and assumes decline in sales o Sale: assumes unit price will drop and company will reduce fixed expenses to compensate Scenario Manager calls input cells changing cells because they contain values that are changed under the scenario Can view scenarios created by using the Scenario Manager dialog box Editing a scenario will automatically update the worksheet calculations Creating a Scenario Summary Report Can create single table with results from all scenarios Tabular layout makes it simpler to compare results of each scenario Must identify result cells to create summary report Displays values of input cells and result cells under each scenario Creating a Scenario PivotTable Report Scenario PivotTable report: displays results from each scenario as pivot field in PivotTable

Tutorial 8: Working with Advanced Functions. Microsoft Excel 2013 Enhanced

Tutorial 8: Working with Advanced Functions. Microsoft Excel 2013 Enhanced Tutorial 8: Working with Advanced Functions Microsoft Excel 2013 Enhanced Objectives Use the IF function Use the AND function Use the OR function Use structured references in formulas Nest the IF function

More information

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts Microsoft Excel 2013 Enhanced Objectives Explore a structured range of data Freeze rows and columns Plan and create an Excel table Rename

More information

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts New Perspectives on Microsoft Excel 2016 Module 5: Working with Excel Tables, PivotTables, and PivotCharts Objectives, Part 1 Explore a structured range of data Freeze rows and columns Plan and create

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

1. Two types of sheets used in a workbook- chart sheets and worksheets

1. Two types of sheets used in a workbook- chart sheets and worksheets Quick Check Answers Session 1.1 1. Two types of sheets used in a workbook- chart sheets and worksheets 2. Identify the active cell- The active cell is surrounded by a thick border and its cell reference

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

Tutorial 1: Getting Started with Excel

Tutorial 1: Getting Started with Excel Tutorial 1: Getting Started with Excel Microsoft Excel 2010 Objectives Understand the use of spreadsheets and Excel Learn the parts of the Excel window Scroll through a worksheet and navigate between worksheets

More information

Pivot Table Project. Objectives. By the end of this lesson, you will be able to:

Pivot Table Project. Objectives. By the end of this lesson, you will be able to: Pivot Table Project Objectives By the end of this lesson, you will be able to: Set up a Worksheet Enter Labels and Values Use Sum and IF functions Format and align cells Change column width Use AutoFill

More information

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College Excel 101 DJ Wetzel Director of Financial Aid Greenville Technical College Introduction Spreadsheets are made up of : Columns identified with alphabetic headings Rows - identified with numeric headings.

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Key concepts through Excel Basic videos 01 to 25

Key concepts through Excel Basic videos 01 to 25 Key concepts through Excel Basic videos 01 to 25 1) Row and Colum make up Cell 2) All Cells = Worksheet = Sheet 3) Name of Sheet is in Sheet Tab 4) All Worksheets = Workbook File 5) Default Alignment In

More information

Excel Tutorial 1: Getting Started with Excel

Excel Tutorial 1: Getting Started with Excel Excel Tutorial 1: Getting Started with Excel TRUE/FALSE 1. The name of the active workbook appears in the status bar of the Excel window. ANS: F PTS: 1 REF: EX 2 2. The formula bar displays the value or

More information

FSFOA EXCEL INSTRUCTIONS. Tips and Shortcuts

FSFOA EXCEL INSTRUCTIONS. Tips and Shortcuts Tips and Shortcuts Drag Fill 1. Go to the 2016 Sales Report worksheet. 2. In cell E4 key in the calculation =D4-C4 and hit enter. 3. Go back to cell E4 and put your cursor in the bottom right corner of

More information

Excel Expert Microsoft Excel 2010

Excel Expert Microsoft Excel 2010 Excel Expert Microsoft Excel 2010 Formulas & Functions Table of Contents Excel 2010 Formulas & Functions... 2 o Formula Basics... 2 o Order of Operation... 2 Conditional Formatting... 2 Cell Styles...

More information

SPREADSHEET (Excel 2007)

SPREADSHEET (Excel 2007) SPREADSHEET (Excel 2007) 1 U N I T 0 4 BY I F T I K H A R H U S S A I N B A B U R Spreadsheet Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative

More information

Skill Set 5. Outlines and Complex Functions

Skill Set 5. Outlines and Complex Functions Spreadsheet Software OCR Level 3 ITQ Skill Set 5 Outlines and Complex Functions By the end of this Skill Set you should be able to: Create an Outline Work with an Outline Create Automatic Subtotals Use

More information

Ahmad Al-Rjoub Excel Tutorial 7. Using Advanced Functions, Conditional Formatting, and Filtering

Ahmad Al-Rjoub Excel Tutorial 7. Using Advanced Functions, Conditional Formatting, and Filtering Ahmad Al-Rjoub Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering Objectives Evaluate a single condition using the IF function Evaluate multiple conditions using the AND function

More information

Microsoft Excel 2010 Training. Excel 2010 Basics

Microsoft Excel 2010 Training. Excel 2010 Basics Microsoft Excel 2010 Training Excel 2010 Basics Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

New Perspectives on Microsoft Excel Module 1: Getting Started with Excel

New Perspectives on Microsoft Excel Module 1: Getting Started with Excel New Perspectives on Microsoft Excel 2016 Module 1: Getting Started with Excel 1 Objectives, Part 1 Open and close a workbook Navigate through a workbook and worksheet Select cells and ranges Plan and create

More information

Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 2 INTEGRATION WITH OFFICE EDITING FILES 4 EDITING A WORKBOOK. 1.

Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 2 INTEGRATION WITH OFFICE EDITING FILES 4 EDITING A WORKBOOK. 1. Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 1.1 Introduction 1.2 A spreadsheet 1.3 Starting up Excel 1.4 The start screen 1.5 The interface 1.5.1 A worksheet or workbook 1.5.2 The title bar 1.5.3

More information

Intermediate Excel 2016

Intermediate Excel 2016 Intermediate Excel 2016 Relative & Absolute Referencing Relative Referencing When you copy a formula to another cell, Excel automatically adjusts the cell reference to refer to different cells relative

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

IF & VLOOKUP Function

IF & VLOOKUP Function IF & VLOOKUP Function If Function An If function is used to make logical comparisons between values, returning a value of either True or False. The if function will carry out a specific operation, based

More information

Microsoft Certified Application Specialist Exam Objectives Map

Microsoft Certified Application Specialist Exam Objectives Map Microsoft Certified Application Specialist Exam s Map This document lists all Microsoft Certified Application Specialist exam objectives for (Exam 77-602) and provides references to corresponding coverage

More information

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS ü Open the file Task_1_Template.xlsx. All the further tasks will be conducted in this file, on particular sheets (Menu, Task 1, Task 2, Task 3). TASK 1.

More information

DESCRIPTION 1 TO DEFINE A NAME 2. USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6

DESCRIPTION 1 TO DEFINE A NAME 2. USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6 Table of contents The use of range names 1 DESCRIPTION 1 TO DEFINE A NAME 2 USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6 THE ROUND FUNCTION 7 THE SUMIF

More information

Excel Foundation Quick Reference (Windows PC)

Excel Foundation Quick Reference (Windows PC) Excel Foundation Quick Reference (Windows PC) See https://staff.brighton.ac.uk/is/training/pages/excel/foundation.aspx for videos and exercises to accompany this quick reference card. Structure of a spreadsheet

More information

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

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Excel 2013 PivotTables and PivotCharts

Excel 2013 PivotTables and PivotCharts Excel 2013 PivotTables and PivotCharts PivotTables... 1 PivotTable Wizard... 1 Creating a PivotTable... 2 Groups... 2 Rows Group... 3 Values Group... 3 Columns Group... 4 Filters Group... 5 Field Settings...

More information

MODULE VI: MORE FUNCTIONS

MODULE VI: MORE FUNCTIONS MODULE VI: MORE FUNCTIONS Copyright 2012, National Seminars Training More Functions Using the VLOOKUP and HLOOKUP Functions Lookup functions look up values in a table and return a result based on those

More information

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon Custom Sorting and Subtotaling Excel Intermediate Excel allows us to sort data whether it is alphabetic or numeric. Simply clicking within a column or row of data will begin the process. Click in the name

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

Using Advanced Formulas and 9 Securing Workbooks

Using Advanced Formulas and 9 Securing Workbooks Using Advanced Formulas and 9 Securing Workbooks LESSON SKILL MATRIX Skill Exam Objective Objective Number Using Formulas to Conditionally Use a series of conditional 5.4.3 Summarize Data logic values

More information

What is a spreadsheet?

What is a spreadsheet? Microsoft Excel is a spreadsheet developed by Microsoft. It is a software program included in the Microsoft Office suite (Others include MS Word, MS PowerPoint, MS Access etc.). Microsoft Excel is used

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. 6. You can use a table s sizing handle to add columns or rows to a table.

Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. 6. You can use a table s sizing handle to add columns or rows to a table. Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts TRUE/FALSE 1. The header row must be row 1. ANS: F PTS: 1 REF: EX 234 2. If you freeze the top row in a worksheet and press Ctrl+Home,

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Microsoft Excel 2013/2016 Pivot Tables

Microsoft Excel 2013/2016 Pivot Tables Microsoft Excel 2013/2016 Pivot Tables Creating PivotTables PivotTables are powerful data analysis tools. They let you summarize data in various ways and instantly change the view you use. A PivotTable

More information

Excel Tutorials - File Size & Duration

Excel Tutorials - File Size & Duration Get Familiar with Excel 46.30 2.96 The Excel Environment 4.10 0.17 Quick Access Toolbar 3.10 0.26 Excel Ribbon 3.10 0.26 File Tab 3.10 0.32 Home Tab 5.10 0.16 Insert Tab 3.10 0.16 Page Layout Tab 3.10

More information

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

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

All Excel Topics Page 1 of 11

All Excel Topics Page 1 of 11 All Excel Topics Page 1 of 11 All Excel Topics All of the Excel topics covered during training are listed below. Pick relevant topics and tailor a course to meet your needs. Select a topic to find out

More information

Advanced Formulas and Functions in Microsoft Excel

Advanced Formulas and Functions in Microsoft Excel Advanced Formulas and Functions in Microsoft Excel This document provides instructions for using some of the more complex formulas and functions in Microsoft Excel, as well as using absolute references

More information

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning Quick Reference Tables Preface EXCEL 2013 LESSON 1: EXPLORING EXCEL 2013 Presenting Excel 2013 Starting Excel Windows 7 Windows 8 Exploring the Excel Program Window Using Worksheets and Workbooks Mousing

More information

Excel 2010 Tutorials - Video File Attributes

Excel 2010 Tutorials - Video File Attributes Get Familiar with Excel 2010 42.30 2.70 The Excel 2010 Environment 4.10 0.18 Quick Access Toolbar 3.10 0.27 Excel 2010 Ribbon 3.10 0.26 File Tab 3.10 0.28 Home Tab 5.10 0.17 Insert Tab 3.10 0.18 Page Layout

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information

Spreadsheet Applications Test

Spreadsheet Applications Test Spreadsheet Applications Test 1. The expression returns the maximum value in the range A1:A100 and then divides the value by 100. a. =MAX(A1:A100/100) b. =MAXIMUM(A1:A100)/100 c. =MAX(A1:A100)/100 d. =MAX(100)/(A1:A100)

More information

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems Advanced Excel Presented By: Chad Jarvi, CPA President, Civic Systems IMFOA Conference April 11, 2019 3:15 pm 4:15 pm COPY AND PASTE... 4 USING THE RIBBON... 4 USING RIGHT CLICK... 4 USING CTRL-C AND CTRL-V...

More information

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Week 9 Using lookup functions Microsoft Excel is essentially a spreadsheet tool, while Microsoft Access is a database tool.

More information

Using Advanced Formulas

Using Advanced Formulas 10 Using Advanced Formulas LESSON SKILL MATRIX Skills Exam Objective Objective Number Using Formulas to Conditionally Summarize Data Adding Conditional Logic Functions to Formulas Using Formulas to Modify

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED EXCEL ADVANCED Overview OVERVIEW... 2 ADVANCED FORMULAS... 4 VIEW THE PROJECT... 4 Viewing Available Excel Functions... 5 Help with Functions... 6 TEXT FUNCTIONS... 7 Text Functions Used in this Section:...

More information

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32 TABLE OF CONTENTS Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14 Creating an Excel Workbook 14 Examining the Excel Environment 15 Opening an Existing Workbook 19 Navigating a Worksheet

More information

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel Tutorial 2 Formatting a Workbook Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel COMPREHENSIVE Objectives

More information

Microsoft Excel 2007

Microsoft Excel 2007 Kennesaw State University Information Technology Services Microsoft Excel 2007 Special Topics PivotTable IF Function V-lookup Function Copyright 2010 KSU Dept. of Information Technology Services This document

More information

ADVANCED EXCEL BY NACHIKET PENDHARKAR (CA, CFA, MICROSOFT CERTIFIED TRAINER & EXCEL EXPERT)

ADVANCED EXCEL BY NACHIKET PENDHARKAR (CA, CFA, MICROSOFT CERTIFIED TRAINER & EXCEL EXPERT) ADVANCED EXCEL BY NACHIKET PENDHARKAR (CA, CFA, MICROSOFT CERTIFIED TRAINER & EXCEL EXPERT) Ph: +91 80975 38138 Email: nachiket@vinlearningcentre.com Website: www.vinlearningcentre.com LOOKUP FUNCTIONS

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015 EXCEL AS BUSINESS ANALYSIS TOOL 10-May-2015 TOUCH POINTS Part A- Excel Shortcuts Part B: Useful Excel Functions Part C: Useful Excel Formulas Part D: Sheet and Cell Protection Part A: EXCEL SHORTCUTS EXCEL

More information

The subject of this chapter is the pivot table, the name given to a special

The subject of this chapter is the pivot table, the name given to a special Chapter 2: Generating Pivot Tables In This Chapter Understanding how to use pivot tables to summarize and analyze your data The many methods for creating pivot tables Pivoting the elements in the data

More information

Microsoft Excel for the Real World

Microsoft Excel for the Real World Microsoft Excel for the Real World Coughran Coughran Copyright 2017 by Wisdify Inc. All rights reserved This book includes the full text of Microsoft Excel for the Real World, written by Nathaniel T. Coughran

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE EXCEL INTERMEDIATE Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS AND FUNCTIONS... 6 BASIC EXCEL REVIEW... 6 FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references...

More information

ABOUT THIS COURSE... 5 ABOUT THIS MANUAL... 6 LESSON 1: CALCULATING DATA WITH ADVANCED FORMULAS... 7

ABOUT THIS COURSE... 5 ABOUT THIS MANUAL... 6 LESSON 1: CALCULATING DATA WITH ADVANCED FORMULAS... 7 Table of Contents ABOUT THIS COURSE... 5 ABOUT THIS MANUAL... 6 LESSON 1: CALCULATING DATA WITH ADVANCED FORMULAS... 7 TOPIC 1A: APPLY CELL AND RANGE NAMES... 8 Rules for naming cells and ranges... 9 Defined

More information

GO! with Microsoft Excel 2016 Comprehensive

GO! with Microsoft Excel 2016 Comprehensive GO! with Microsoft Excel 2016 Comprehensive First Edition Chapter 2 Using Functions, Creating Tables, and Managing Large Workbooks Use SUM and Statistical Functions The SUM function is a predefined formula

More information

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents Section Topic Sub-topic Pages Section 2 Spreadsheets Layout and Design S2: 2 3 Formulae

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

Microsoft Excel 2016 LEVEL 3

Microsoft Excel 2016 LEVEL 3 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Excel 2016 LEVEL 3 kcls.org/techtutor Microsoft Excel 2016 Level 3 Manual Rev 11/2017 instruction@kcls.org Microsoft Excel 2016 Level 3 Welcome

More information

MICROSOFT OFFICE APPLICATIONS

MICROSOFT OFFICE APPLICATIONS MICROSOFT OFFICE APPLICATIONS EXCEL 2016 : LOOKUP, VLOOKUP and HLOOKUP Instructor: Terry Nolan terry.nolan@outlook.com Friday, April 6, 2018 1 LOOKUP FUNCTIONS WHAT ARE LOOKUP FUNCTIONS USUALLY USED FOR?

More information

EXCEL ADVANCED Linda Muchow

EXCEL ADVANCED Linda Muchow EXCEL ADVANCED 2016 Alexandria Technical and Community College Customized Training Technology Specialist 1601 Jefferson Street, Alexandria, MN 56308 320-762-4539 Linda Muchow lindac@alextech.edu 1 Table

More information

Commonly Used Excel Formulas

Commonly Used Excel Formulas Microsoft Excel 2016 Advanced Formulas Look Up Values in a List of Data: Commonly Used Excel Formulas Let's say you want to look up an employee's phone extension by using their badge number or the correct

More information

Basics of Spreadsheet

Basics of Spreadsheet 106 :: Data Entry Operations 6 Basics of Spreadsheet 6.1 INTRODUCTION A spreadsheet is a large sheet having data and information arranged in rows and columns. As you know, Excel is one of the most widely

More information

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar Microsoft Excel 2007 is a spreadsheet application in the Microsoft Office Suite. A spreadsheet is an accounting program for the computer. Spreadsheets are primarily used to work with numbers and text.

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTERMEDIATE MICROSOFT EXCEL 2016 Intermediate Microsoft Excel 2016 (EXC2016.2 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn joined

More information

Excel 2. Module 2 Formulas & Functions

Excel 2. Module 2 Formulas & Functions Excel 2 Module 2 Formulas & Functions Revised 1/1/17 People s Resource Center Module Overview This module is part of the Excel 2 course which is for advancing your knowledge of Excel. During this lesson

More information

2013 ADVANCED MANUAL

2013 ADVANCED MANUAL 2013 ADVANCED MANUAL C B C H O U S E 2 4 C A N N I N G S T R E E T E D I N B U R G H E H 3 8 E G 0 1 3 1 2 7 2 2 7 9 0 W W W. I T R A I N S C O T L A N D. C O. U K I N F O @ I T R A I N S C O T L A N D.

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012 Introductory Excel 2010 Walpole Public Schools Professional Development Day March 6, 2012 By: Jessica Midwood Agenda: What is Excel? How is Excel 2010 different from Excel 2007? Basic functions of Excel

More information

Introduction to MS Excel Management Information Systems

Introduction to MS Excel Management Information Systems Introduction to MS Excel 2007 Management Information Systems 1 Overview What is MS Excel? Functions. Sorting Data. Filtering Data. Data Form. Data Validation. Create charts in Excel. Formatting Cells.

More information

COURSE CONTENT EXCEL BASIC ONE DAY

COURSE CONTENT EXCEL BASIC ONE DAY COURSE CONTENT EXCEL BASIC ONE DAY SOME OF THE BENEFITS OF USING A SPREADSHEET STARTING EXCEL GETTING YOURSELF ORIENTATED WITH THE EXCEL SCREEN THE OFFICE BUTTON/FILE TAB THE TITLE BAR THE RIBBONS GROUPS

More information

Making EXCEL Work for YOU!

Making EXCEL Work for YOU! Tracking and analyzing numerical data is a large component of the daily activity in today s workplace. Microsoft Excel 2003 is a popular choice among individuals and companies for organizing, analyzing,

More information

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

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4 Microsoft Excel 2010 Advanced 3-4 0 Absolute references There may be times when you do not want a cell reference to change when copying or filling cells. You can use an absolute reference to keep a row

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

More information

Microsoft Excel Training Master Topic List

Microsoft Excel Training Master Topic List BUILD YOUR OWN EXCEL COURSE Microsoft Excel Training Our build your own course program provides the ultimate level of flexibility to ensure your team gets the most out of their training. Simply mix and

More information

Computer Training That Makes The Difference

Computer Training That Makes The Difference Computer Training That Makes The Difference MICROSOFT EXCEL INTRODUCTION (LEVEL 1) A one-day course to introduce you to Excel and show you the basic functions of the program. Prerequisite Introduction

More information

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

If you finish the work for the day go to QUIA and review any objective you feel you need help with. 8 th Grade Computer Skills and Applications Common Assessment Review DIRECTIONS: Complete each activity listed under each heading in bold. If you are asked to define terms or answer questions do so on

More information

Mobile MOUSe EXCEL 2013 ONLINE COURSE OUTLINE

Mobile MOUSe EXCEL 2013 ONLINE COURSE OUTLINE Mobile MOUSe EXCEL 2013 ONLINE COURSE OUTLINE COURSE TITLE Excel 2013 Course DURATION 14 Hours of Interactive Training COURSE OVERVIEW If you are looking to start a career in business or finance, having

More information

Course Content Excel Advanced Duration: 1 Day Unit Standard

Course Content Excel Advanced Duration: 1 Day Unit Standard Course Content Excel Advanced Duration: 1 Day Unit Standard 258876 Overview Sorting Extra AutoSum functionality Date and Time =NOW() =TODAY() =DATE Other Time & Date Advanced Mathematical and Financial

More information

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

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 Microsoft Excel 2010 Advanced 0 Working with Rows, Columns, Formulas and Charts Formulas A formula is an equation that performs a calculation. Like a calculator, Excel can execute formulas that add, subtract,

More information

10 Ways To Efficiently Analyze Your Accounting Data in Excel

10 Ways To Efficiently Analyze Your Accounting Data in Excel 10 Ways To Efficiently Analyze Your Accounting Data in Excel Live Demonstration Investment advisory services are offered through CliftonLarsonAllen Wealth Advisors, LLC, an SEC-registered investment advisor.

More information

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis Microsoft Excel 2013 Chapter 3 Working with Large Worksheets, Charting, and What-If Analysis Objectives Rotate text in a cell Create a series of month names Copy, paste, insert, and delete cells Format

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3. WWP Learning and Development Ltd Page 1

MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3. WWP Learning and Development Ltd Page 1 MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3 WWP Learning and Development Ltd Page 1 NOTE Unless otherwise stated, screenshots in this book were taken using Excel 2007 with a silver colour scheme and running

More information

Microsoft Office Excel 2013 Courses 24 Hours

Microsoft Office Excel 2013 Courses 24 Hours Microsoft Office Excel 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Getting Started With Excel 2013 Starting Excel 2013 Selecting the Blank Worksheet Template The Excel 2013 Cell

More information