Reduced Quality Sample

Size: px
Start display at page:

Download "Reduced Quality Sample"

Transcription

1 Excel Formula Workshop 1 DAY COURSE Revision # 2.0

2 THIS MANUAL BELONGS TO TODAY S DATE IS MY OBJECTIVE(S) FOR THIS COURSE ARE

3 Microsoft Excel Formula Workshop ABOUT THIS COURSE Mobile MOUSe Unit 13 / 795 Beaufort St MT Lawley, WA, 6050 Telephone: (08) Facsimile: (08) officeadmin@mobilemouse.com.au Website: This workshop is focused on the real power of Microsoft Excel calculations. Excel has many built-in calculations (known as Functions) that perform specific tasks or calculations. This workshop focuses on many different categories of functions right through from fundamental functions to more advanced array {CSE} formulae. DOWNLOAD YOUR PRACTICE FILES... In addition to the exercises you will complete in class, there are also exercises in this workbook. These workbook exercises can only be completed in conjunction with your Mobile MOUSe practice files. In order to locate your Mobile MOUSe Practice Files visit COURSE STRUCTURE SESSION 1 - HOW TO USE THIS MANUAL SESSION 2 - FORMULA BASICS SESSION 3 - COUNT, SUMIF, IF, AND, OR FORMULAE SESSION 4 - LOOKUP & REFERENCE, TEXT & MORE NESTING SESSION 5 - DATE AND TIME FORMULAE SESSION 6 - DATABASE FUNCTIONS SESSION 7 - ROUNDING FORMULAE SESSION 8 - FINANCIAL FORMULAE SESSION 9 - ARRAY FORMULAE SESSION 10 - FORMULA AUDITING WHAT IS REQUIRED To complete the exercises in this manual you must have the following resources at your disposal Mobile MOUSe configured computer (with Windows & Microsoft Excel) Set of Mobile MOUSe practice files

4 TABLE OF CONTENTS SESSION 1 - HOW TO USE THIS MANUAL A Brief Explanation Mobile MOUSe Practice Files How to Download and Install the Practice Files...2 SESSION 2 - FORMULA BASICS ENTERING FORMULAS BOMDAS / PEMDAS / BIMDAS / BIDMAS Using AutoSUM to create Totals Formulas More simple formulas (calculating a percentage) Absolute References Calculating an Average, Minimum and Maximum Using LARGE and SMALL (Get the X largest or X smallest value) The REPT Function (Repeats characters) MODE (Most Common Numerical Value)...19 SESSION 3 - COUNT, SUMIF, IF, AND, OR FORMULAE COUNT Functions COUNT (Count Cells that contain Numbers) COUNTA (Counts all cells) and COUNTBLANK (Counts Blank Cells) COUNTIF (Counts cells if they contain certain values) SUMIF (SUM cells only IF certain Conditions are met) IF (If this... then do X, if not do Y) Building a simple IF statement Nested IF (Multiple IF statements) IS Functions AND Function / OR Function AND Function The OR Function Nesting an IF with AND...35 SESSION 4 - LOOKUP & REFERENCE, TEXT & MORE NESTING Naming Ranges The Name Box Using VLOOKUP and Reference Functions in Formulas Using VLOOKUP HLOOKUP More Named Ranges Create Names with the Create Names dialog box Create / Modify / Delete Names using the Define Name dialog box Using LOOKUP Using INDEX and MATCH (Finding a value & returning a corresponding value, without sort or directional limitations) INDEX MATCH Nesting INDEX and MATCH together Using Nesting to Replace Error Messages SUBTOTALS Comparing Two Lists Useful TEXT Functions Using UPPER Using LOWER Using PROPER Using CONCATENATION Using TEXT More Nested Examples RANK Using RANK...64

5 SESSION 5 - DATE AND TIME FORMULAE Common Date and Time Functions DATEDIF...68 SESSION 6 - DATABASE FUNCTIONS Database Functions DAVERAGE DSUM DMAX DMIN DCOUNT Notes on DVAR / DVARP / DSTDEV / DSTDEVP...75 SESSION 7 - ROUNDING FORMULAE The Need for Rounding Using ROUND Using INT Using ROUNDDOWN Using ROUNDUP Using CEILING Using FLOOR...83 SESSION 8 - FINANCIAL FORMULAE Financial Functions...85 SESSION 9 - ARRAY FORMULAE An Introduction to Arrays and Array Formulas Array Formula Syntax Rules for Entering and Changing Array Formulas Expanding an Array Formula Disadvantages of Using Array Formulas Array Constants An Introduction to Array Constants Creating One-Dimensional and Two-Dimensional Constants Naming Array Constants Troubleshooting Array Constants More Array Formula Exercises Create Arrays and Array Constants from Existing Values More Array Examples (with SUM) More Array Examples (with AVERAGE) More Array Examples - Count the Differences between Two Ranges of Cells SESSION 10 - FORMULA AUDITING Formula Auditing Precedents and Dependants Locating and Resolving Errors Using the Formula / Error Checker to Find Errors The Watch Window...114

6 LIST OF FIGURES Figure 1.1-1: Mobile MOUSe downloads.2 Figure 1.1-2: File Download Security...3 Figure 1.1-3: Saving the file to be downloaded...3 Figure 1.1-4: Security Warning...4 Figure 1.1-5: Starting the Installation...4 Figure 1.1-6: The default installation location...5 Figure 1.1-7: Completing the installation..5 Figure 2.2-1: Building a simple point and click formula...9 Figure 2.2-2: Microsoft Excel AutoSum (above)...9 Figure 2.2-3: The SUM function in action...10 Figure 2.2-4: looking at the function in the formula bar...11 Figure 2.2-5: Using the AutoFiller to copy a formula...11 Figure 2.2-6: Selecting a range for the purpose of AutoSUM...11 Figure 2.2-7: the end result of AutoSUM12 Figure 2.2-8: the Initial division formula..13 Figure 2.2-9: When using the AutoFiller, you receive errors?...13 Figure : the Relative reference is moving away from cell F Figure : Creating an Absolute reference...14 Figure : Having adding the absolute reference the formula now works...15 Figure : Choosing the AVERAGE function from the AutoSUM drop-down...15 Figure : Reselecting the correct range on which to perform the AVERAGE...16 Figure : the MEDIAN function...16 Figure : Use Quick Sum for quick answers...17 Figure : Building the REPT function...19 Figure : An In-Cell Bar Chart created with the REPT function...19 Figure 3.1-1: Choosing the COUNT Function...21 Figure 3.1-2: the results of your functions...26 Figure 3.2-1: the Williams Paint Commission worksheet...27 Figure 3.2-2: Building the IF statement..28 Figure 3.2-3: ISERROR producing TRUE for cells that contain errors...32 Figure 3.3-1: Building the AND function.34 Figure 3.3-2: Building the OR function...35 Figure 3.3-3: Nesting AND within IF...36 Figure 4.1-1: Naming cells with the Name box...38 Figure 4.2-1: We can use Lookup functions to return information from corresponding columns or rows...40 Figure 4.2-2: Using the Insert Function dialog box...41 Figure 4.2-3: The Function Arguments dialog box...41 Figure 4.2-4: Pasting a Range name...42 Figure 4.2-5: the Function Arguments dialog box with arguments entered...42 Figure 4.4-1: the Create Names dialog box...45 Figure 4.4-2: the Define Name dialog box...46 Figure 4.4-3: A named ranges cell reference...46 Figure 4.4-4: Creating a named constant...47 Figure 4.4-5: the Select Arguments dialog box...48 Figure 4.4-6: Function Arguments for the vector version of the LOOKUP function...49 Figure 4.4-7: LOOKUP arguments as entered...49 Figure 4.5-1: the INDEX and nested MATCH function...52 Figure 4.5-2: the completed Index and Match results for cells D6 and D Figure 4.5-3: Your custom error message is displayed...54 Figure 4.8-1: Using the TEXT function as part of concatenation...61 Figure 4.9-1: the Create Names dialog box again...62 Figure 4.9-2: the results of your VLOOKUPS...63 Figure : AutoFill the RANK function...65 Figure 5.1-1: Using the Insert function dialog to insert date and time functions...67 Figure 5.1-2: Format the result of the subtraction of two dates as a General number...68 Figure 6.1-1: Choosing Poinsettia as the criteria...73 Figure 6.1-2: the DGSales workbook demonstrates DFunctions...74 Figure 7.1-1: Some results of the ROUND formula...78 Figure 7.1-2: the ROUNDDOWN function results...80 Figure 7.1-3: the FLOOR function rounds values down...84 Figure 8.1-1: More Functions...87

7 Figure 8.1-2: Financial Function Arguments...88 Figure 8.1-3: the Completed Financial Functions worksheet...89 Figure 9.1-1: Building a multi-cell Array formula...91 Figure 9.1-2: Building a single-cell Array formula...92 Figure 9.3-1: a Horizontal Array constant...94 Figure 9.3-2: a Vertical Array Constant..95 Figure 9.3-3: a 2-Dimensional Array Constant...95 Figure 9.3-4: a Horizontal Array Constant multiplied by a single cell...96 Figure 9.3-5: a Vertical Array Constant multiplied by a single cell...96 Figure 9.3-6: a 2D Array Constant multiplied by a single cell...97 Figure 9.3-7: An Array Constant used in combination with the SUM function...97 Figure 9.3-8: Entering the LARGE function as a MultiCell array...97 Figure 9.3-9: the Define Name dialog box...98 Figure : the Results of the named Array Constant: Qtr Figure : using an Array formula to simplify a AND function Figure : Excluding zero values from a MIN Figure : Using an Array to cross reference and Add values from another sheet Figure : Creating Array Constants from existing cell values Figure : The formula auditing toolbar Figure : Tracing Precedents Figure : Tracing precedents even further Figure : Tracing Dependants Figure : Tracing dependants across sheets or workbooks Figure : Go To dialog box Figure : Error Checker Figure : Trace Error Figure : Copying a formula from above using the error options smart tag Figure : More Error Checking Figure : The Watch Window LIST OF TABLES Table 2.1-1: Mathematical and logical operations and the symbol(s) used...6 Table 2.2-1: Microsoft Excel AutoSum options (below)...10 Table 3.2-1: IS Function formulae...31 Table 3.2-2: More Information functions.32 Table 3.3-1: Excel Logical Functions...33 Table 4.2-1: Excel s Lookup and Reference Functions...39 Table : the Subtotal Worksheet Function Numbers...55 Table 4.8-1: Excel Text functions...58 Table : Useful Position / Ranking / Percentage functions...63 Table 5.1-1: Common Date and Time functions...66 Table 5.2-1: DateDif Interval codes...69 Table 6.1-1: Database Functions...70 Table 8.1-1: A comprehensive list of Excels Financial Functions...85 Table 8.1-2: To calculate your repayment amount according to the repayment type...89 Table : Formula Auditing Toolbar Table : Excel error values, causes and corrective actions...110

8 Microsoft Excel - Formula Workshop Page 1 of 125 SESSION 1 - HOW TO USE THIS MANUAL In this session you will learn about the following How to use this manual 1.1 A Brief Explanation When you see What follows is a brief explanation of the various fonts and symbols used in this manual. Text listed like this Text listed like this This is the name of an Exercise Bolded text in exercises Text listed like this F + G + L Format > Cells Edit > Paste View > Normal It means... You MUST read this, because it could have an effect on the final outcome of an action you perform. This is optional to read, but these tips often point out quicker ways of doing things, or alternative methods. You are about to start an exercise in the book. Objects that you click on, like buttons, tabs or menus are often listed in bold. Locations and folders are also listed in bold. When you see text like this it means you should type the text you see in this style. Keyboard shortcuts are displayed like this. In this example you would press and hold F, hold G and then press L holding F and G ) Click the Format menu, click Cells Click the Edit menu, click Paste Click the View menu, click Normal once (while still Copyright 2007 Mobile MOUSe / Scope Computing Vision. Version 2.0. No part of this manual may be reproduced or copied in any form or fashion without the express written permission of Mobile MOUSe / Scope Computing Vision - Tel: (08) , Fax: (08) Visit us online at or us at officeadmin@mobilemouse.com.au Intellectual property rights retained by Russell Kitching.

9 1.1 Mobile MOUSe Practice Files Microsoft Excel - Formula Workshop Page 2 of 125 In order to complete the exercises in this book, you will need access to our practice files. If you do not have access to the internet call us on (08) and we will send you a CDROM disk with the practice files (a small postage charge may apply) How to Download and Install the Practice Files To install the practice files perform the following steps... How to Download and Install the Mobile MOUSe exercise files 1. Start Internet Explorer, click in the address bar and type the following address: and then press J and wait a few seconds, the following screen should appear... Figure 1.1-1: Mobile MOUSe downloads 1. Scroll down the webpage and then click the link that says Microsoft EXCEL essentials practice files 2. At the screen that appears, click the button that says Save Copyright 2007 Mobile MOUSe / Scope Computing Vision. Version 2.0. No part of this manual may be reproduced or copied in any form or fashion without the express written permission of Mobile MOUSe / Scope Computing Vision - Tel: (08) , Fax: (08) Visit us online at or us at officeadmin@mobilemouse.com.au Intellectual property rights retained by Russell Kitching.

10 Figure 1.1-2: File Download Security Microsoft Excel - Formula Workshop Page 3 of At the Save As dialog box, click the Desktop link on the left hand side of the screen, click Save Figure 1.1-3: Saving the file to be downloaded 4. Depending on the speed of your internet connection, the time it takes to download the practice files may vary. Once the download has completed, Close any open programs 5. On your Windows Desktop there should see Mobile MOUSe - Excel Practice Files.exe (or at least Mobile MOUSe - Excel Practice Files). Double click this file to start the installation process, you may be presented with the following screen... Copyright 2007 Mobile MOUSe / Scope Computing Vision. Version 2.0. No part of this manual may be reproduced or copied in any form or fashion without the express written permission of Mobile MOUSe / Scope Computing Vision - Tel: (08) , Fax: (08) Visit us online at or us at officeadmin@mobilemouse.com.au Intellectual property rights retained by Russell Kitching.

11 Figure 1.1-4: Security Warning Microsoft Excel - Formula Workshop Page 4 of If you are presented with the above image, click the Run button, which will them present you with the following screen Figure 1.1-5: Starting the Installation 7. Click Next 8. Click Next, which takes you to the following screen... Copyright 2007 Mobile MOUSe / Scope Computing Vision. Version 2.0. No part of this manual may be reproduced or copied in any form or fashion without the express written permission of Mobile MOUSe / Scope Computing Vision - Tel: (08) , Fax: (08) Visit us online at or us at officeadmin@mobilemouse.com.au Intellectual property rights retained by Russell Kitching.

12 Figure 1.1-6: The default installation location Microsoft Excel - Formula Workshop Page 5 of At this screen, you would typically choose Next. This will install the practice files onto your Windows Desktop (the location referred to in the exercises in this manual). You can however choose a different location if you like, however we would recommend that you click Next... (so click Next ) 10. Click Next to install the files Figure 1.1-7: Completing the installation 11. At the final screen click Finish to complete the installation. Your practice files are now installed and you can commence the exercises in this manual Copyright 2007 Mobile MOUSe / Scope Computing Vision. Version 2.0. No part of this manual may be reproduced or copied in any form or fashion without the express written permission of Mobile MOUSe / Scope Computing Vision - Tel: (08) , Fax: (08) Visit us online at or us at officeadmin@mobilemouse.com.au Intellectual property rights retained by Russell Kitching.

13 SESSION 2 - FORMULA BASICS In this session you will learn about the following PEMDAS, BOMDAS, BIMDAS, BIDMAS SUM WORKING OUT A PERCENTAGE AVERAGE MAX MIN MEDIAN LARGE SMALL REPT 2.1 ENTERING FORMULAS Microsoft Excel - Formula Workshop Page 6 of 125 Whenever you want to perform a calculation in Microsoft Excel you use a formula or a combination of formulas. Microsoft Excel uses standard computer operator symbols to denote mathematical and logical operations. Table 2.1-1: Mathematical and logical operations and the symbol(s) used Mathematical Operation Symbol used Addition + (plus) Subtraction - (minus) Multiplication * (asterisk) Division / (forward slash) Exponentials (Power of) ^ (carat) Precedence (Do this first) - enclose the argument in parenthesis ( ) (round brackets) Percentage % (percentage) Equal to = (equals) Not equal to < > (less than greater than) Greater than > (greater than) Less than < (less than) There are three ways to create simple formulas in Microsoft Excel: Typing the formula using cell addresses Point and Click Copying / filling in a formula from another cell It is very important to note that every calculation created in Microsoft Excel must begin with an operator. It is common and good practice to use the = (equals) operator to begin most calculations in Excel. Copyright 2007 Mobile MOUSe / Scope Computing Vision. Version 2.0. No part of this manual may be reproduced or copied in any form or fashion without the express written permission of Mobile MOUSe / Scope Computing Vision - Tel: (08) , Fax: (08) Visit us online at or us at officeadmin@mobilemouse.com.au Intellectual property rights retained by Russell Kitching.

14 2.2 BOMDAS / PEMDAS / BIMDAS / BIDMAS Microsoft Excel - Formula Workshop Page 7 of 125 Complex formulas may involve more than one operation. For example, adding two numbers and then multiplying the result by another number: = B1+G7 * F7. When you have more than one operator in a formula you will need to know about the order of operations. The order of operations is a rule regarding how formulas are calculated. With regards to the order of operations there are a few simple things to remember. Formulas are calculated from left to right Multiplication and Division are always done before any Addition or Subtraction. Microsoft Excel makes two left to right passes when calculating a formula (the Multiplication and Division is done on the first pass and Addition and Subtraction on the second). You can force Excel to add or subtract before doing any Multiplication and Division by adding the Addition and Subtraction operations into brackets. An easy way to remember this is to remember the acronym BOMDAS (Brackets of Multiplication, Division, Addition, Subtraction). Alternatively you could also use this acronym which is more technically correct, PEMDAS (Parenthesis, Exponents, Multiplication, Division, Addition, Subtraction). BIMDAS or BIDMAS is another commonly used acronym that describes the order of operations. Working with the order of operations 1. Open the file entitled Quarterly Sales.xls, located in the located in the \ Desktop \ Excel \ Formula Workshop folder 2. Click cell B22 and enter the following formula: =2+1*7. Do this calculation in your head, before you press enter. Did you arrive at an answer of 21? Press I 3. An answer of 9 is returned (not 21 as you may have first assumed) The reason for this is because of the order of operations. Remembering that following the rule of PEMDAS / BOMDAS / BIMDAS, multiplications are done BEFORE additions... So what is actually happening with your calculation is that 1*7 = 7 and +2 = 9 and not 2+1 = 3 and *7 = You can force an answer of 21 by adding in a set of brackets (parenthesis). Double click cell B22 and amend the formula to read: =(2+1)*7. Press I This time by forcing (2+1) to be calculated first (because of the brackets) you will get an answer of (2+1) = 3 and 3 * 7 = Double click cell B22 and amend the formula to read =(2+1)* Press I Copyright 2007 Mobile MOUSe / Scope Computing Vision. Version 2.0. No part of this manual may be reproduced or copied in any form or fashion without the express written permission of Mobile MOUSe / Scope Computing Vision - Tel: (08) , Fax: (08) Visit us online at or us at officeadmin@mobilemouse.com.au Intellectual property rights retained by Russell Kitching.

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

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

MS Excel 1 Day Seminar Catalogue

MS Excel 1 Day Seminar Catalogue MS Excel 1 Day Seminar Catalogue Course: MS Excel Basic Choice: Either Basic / Advance Type: Seminar Fees: 1500 / Person Trainer: Aakash Harit =If (Choice = Basic, Excel Basic Hour 1 1. Excel's User Interface

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

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2010 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

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

ECDL Advanced Spreadsheets

ECDL Advanced Spreadsheets ECDL Advanced Spreadsheets The European Computer Driving Licence Foundation Ltd. Portview House Thorncastle Street Dublin 4 Ireland Tel: + 353 1 630 6000 Fax: + 353 1 630 6001 E-mail: info@ecdl.fi URL:

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

Table of Contents. Chapter 1

Table of Contents. Chapter 1 Table of Contents iii Table of Contents Chapter 1 Starting Excel Using an electronic spreadsheet 2 Starting Excel 2 Exploring the Start screen 4 Creating a blank workbook 4 Exploring the Excel window 5

More information

TABLE OF CONTENTS. i Excel 2016 Advanced. 1 INTRODUCTION Method Software and other settings Exercise files 2

TABLE OF CONTENTS. i Excel 2016 Advanced. 1 INTRODUCTION Method Software and other settings Exercise files 2 i TABLE OF CONTENTS 1 INTRODUCTION 1 1.1 Method 1 1.2 Software and other settings 2 1.3 Exercise files 2 2 MULTIPLE WORKSHEETS 3 2.1 Working with multiple worksheets 3 Adding a worksheet 4 Deleting a worksheet

More information

Excel 2010 Syllabus at AFCKS Technologies

Excel 2010 Syllabus at AFCKS Technologies Excel 2010 Syllabus at AFCKS Technologies Formulas Technique for Creating Complicated Formulas Text functions IsNumber IsText Left Right Find Mid Len Upper Lower Proper Trim Substitute Replace Rept Concatenate

More information

Welcome. Learning Circle

Welcome. Learning Circle Welcome L C Why Us...? Authorised Center For Microsoft Examination. Get Trained By Certified Faculties. Get Trained On Latest Technology. L C In-depth & Practical Oriented Training Program. High Quality

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

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

Index. calculated columns in tables, switching on, 58 calculation options (manual and automatic), 132 case sensitive filter, implementing, 37

Index. calculated columns in tables, switching on, 58 calculation options (manual and automatic), 132 case sensitive filter, implementing, 37 Index # #All special item, 57 #Data special item, 56 #Header special item, 57 #ThisRow special item, 57 #Totals special item, 57 A absolute and relative cell references, 110 accept/reject changes to a

More information

Microsoft Excel 2016 Training Programme

Microsoft Excel 2016 Training Programme No. 3 High Street, Castries, Saint Lucia (758) -451-8918 / (758) -519-1898 www.lightsparc.com Microsoft Excel 2016 Training Programme Audience: This course is designed for new users of Excel, or those

More information

ECDL Advanced Module 4 Spreadsheets (AM4) Syllabus Version 1.5 (UK Only)

ECDL Advanced Module 4 Spreadsheets (AM4) Syllabus Version 1.5 (UK Only) ECDL Advanced Module 4 Spreadsheets (AM4) Syllabus Version 1.5 (UK Only) September 07 Introduction This document sets out the syllabus for ECDL Advanced Module 4, Spreadsheets (AM4), Version 1.5. Version

More information

Course Contents For All Advance Excel, VBA Macros and MS ACCESS

Course Contents For All Advance Excel, VBA Macros and MS ACCESS Course Contents For All Advance Excel, VBA Macros and MS ACCESS Introduction and Basic Brush-up of MS Excel and Excel Back-End Options: Start-up with MS Excel, Quick review on MS Excel Customize Ribbon,

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

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

Lesson 4: Auditing and Additional Formulas. Return to the FastCourse Excel 2007 Level 3 book page Lesson 4: Auditing and Additional Formulas Return to the FastCourse Excel 2007 Level 3 book page Lesson Objectives After studying this lesson, you will be able to: Use 3-D cell references in formulas to

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 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

The Microsoft Excel Course is divided into 4 levels

The Microsoft Excel Course is divided into 4 levels MS Excel is a very powerful tools used by most of the data analyst in the industry. In this course you will learn how to Master Excel and make it perform any kind of data analysis and Visualization. You

More information

Excel 2013 Essentials Syllabus

Excel 2013 Essentials Syllabus Excel 2013 Essentials Syllabus Lesson 1 Managing Workbooks & Worksheets 1.1 Introduction Lesson content; What is a spreadsheet? The course folders; The course player; Before you start. 1.2 The Excel 2013

More information

Appendix A Microsoft Office Specialist exam objectives

Appendix A Microsoft Office Specialist exam objectives A 1 Appendix A Microsoft Office Specialist exam objectives This appendix covers these additional topics: A Excel 2013 Specialist exam objectives, with references to corresponding coverage in ILT Series

More information

Basic Math in Microsoft Excel

Basic Math in Microsoft Excel Chapter 1 Basic Math in Microsoft Excel In this chapter, we will learn the following to World Class standards: The Excel Layout The Ribbon in Excel Adding in Excel Subtracting in Excel Multiplying in Excel

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

Excel 2016 Essentials Syllabus

Excel 2016 Essentials Syllabus Excel 2016 Essentials Syllabus Lesson 1 Creating & Managing Workbooks & Worksheets 1.1 Introduction Lesson content; What is a spreadsheet? The course folders; The course player; Screen resolution notes.

More information

Microsoft Excel. Good day All,

Microsoft Excel. Good day All, Microsoft Excel Good day All, I am Vikas, Excel professional and experts in developing Excel models to recognized best practice standards. Importantly, I am also a business consultant and therefore understand

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

Excel in Corporate World with Microsoft Excel. Presented by: Anil Dhawan

Excel in Corporate World with Microsoft Excel. Presented by: Anil Dhawan Excel in Corporate World with Microsoft Excel Presented by: Anil Dhawan Topics to be Covered Course Type: Basic to Advanced Excel Duration: 3 Weeks / ~12 Hours Overview: Getting Started with Excel - 02

More information

Excel 2016 Intermediate. North American Edition SAMPLE

Excel 2016 Intermediate. North American Edition SAMPLE Excel 2016 Intermediate Excel 2016 Intermediate North American Edition Excel 2016 Intermediate Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel in Excel Although calculations are one of the main uses for spreadsheets, Excel can do most of the hard work for you by using a formula. When you enter a formula in to a spreadsheet

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

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

Excel 2016 Intermediate SAMPLE

Excel 2016 Intermediate SAMPLE Excel 2016 Intermediate Excel 2016 Intermediate Excel 2016 Intermediate Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written

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

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

Techno Expert Solutions An institute for specialized studies!

Techno Expert Solutions An institute for specialized studies! MIS & Reporting "Management information system, or MIS, broadly refers to a computer-based system that provides managers with the tools to organize, evaluate and efficiently manage departments within an

More information

Index. #All special item, 65 #Data special item, 64 #Header special item, 65 #ThisRow special item, 65 #Totals special item, 65

Index. #All special item, 65 #Data special item, 64 #Header special item, 65 #ThisRow special item, 65 #Totals special item, 65 Index # #All special item, 65 #Data special item, 64 #Header special item, 65 #ThisRow special item, 65 #Totals special item, 65 A absolute and relative cell references, 118 accept/reject changes to a

More information

Formulas and Functions

Formulas and Functions Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Controls to be activated with the mouse will be shown as Start button > Settings > System > About.

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

More information

Excel Boot Camp PIONEER TRAINING, INC.

Excel Boot Camp PIONEER TRAINING, INC. Excel Boot Camp Dates and Times: Cost: $250 1/22, 2-4 PM 1/29, 2-4 PM 2/5, 2-4 PM 2/12, 2-4 PM Please register online or call our office. (413) 387-1040 This consists of four-part class is aimed at students

More information

Corporate essentials

Corporate essentials Microsoft Office Excel 2016, Corporate essentials A comprehensive package for corporates and government organisations Knowledge Capital London transforming perfomance through learning MS OFFICE EXCEL 2016

More information

Mobile MOUSe EXCEL 2010 ONLINE COURSE OUTLINE

Mobile MOUSe EXCEL 2010 ONLINE COURSE OUTLINE Mobile MOUSe EXCEL 2010 ONLINE COURSE OUTLINE COURSE TITLE Excel 2010 Course DURATION 17 Hours of Interactive Training COURSE OVERVIEW In this course expert Michael Meskers will be covering all of the

More information

ENTERING DATA & FORMULAS...

ENTERING DATA & FORMULAS... Overview NOTESOVERVIEW... 2 VIEW THE PROJECT... 5 NAVIGATING... 6 TERMS... 6 USING KEYBOARD VS MOUSE... 7 The File Tab... 7 The Quick-Access Toolbar... 8 Ribbon and Commands... 9 Contextual Tabs... 10

More information

Excel 2016 Functions

Excel 2016 Functions Excel 2016 Functions A function is a preset formula in Excel that is intended to carry out a specific calculations, logical tests, formats, etc. in the cell in which it is located. All functions begin

More information

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview Microsoft Office Excel 2007: Basic Course Length: 1 Day Course Overview This course teaches the basic functions and features of Excel 2007. After an introduction to spreadsheet terminology and Excel's

More information

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

Formulas Learn how to use Excel to do the math for you by typing formulas into cells. Microsoft Excel 2007: Part III Creating Formulas Windows XP Microsoft Excel 2007 Microsoft Excel is an electronic spreadsheet program. Electronic spreadsheet applications allow you to type, edit, and print

More information

SAMPLE. Excel 2010 Intermediate. Excel 2010 Intermediate. Excel 2010 Intermediate Page 1

SAMPLE. Excel 2010 Intermediate. Excel 2010 Intermediate. Excel 2010 Intermediate Page 1 Excel 2010 Intermediate Excel 2010 Intermediate Page 1 Excel 2010 Intermediate Excel 2010 Intermediate Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information

MICROSOFT EXCEL 2000 LEVEL 3

MICROSOFT EXCEL 2000 LEVEL 3 MICROSOFT EXCEL 2000 LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL, LOOKUP AND ROUND FUNCTIONS... 7 Using the IF Function... 8 Using Nested IF Functions... 10 Using an AND

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

Ms Excel Dashboards & VBA

Ms Excel Dashboards & VBA Ms Excel Dashboards & VBA 32 hours, 4 sessions, 8 hours each Day 1 Formatting Conditional Formatting: Beyond Simple Conditional Formats Data Validation: Extended Uses of Data Validation working with Validation

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

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

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

MODEL QUESTION PAPER-I

MODEL QUESTION PAPER-I MODEL QUESTION PAPER-I Duration: 2 ½ hours Marks: 50 SECTION-A Choose the Correct answer given below: (20x1=20) 1. option from clipboard is used to move data from one place to another in a document. A.

More information

Tips & Tricks: MS Excel

Tips & Tricks: MS Excel Tips & Tricks: MS Excel 080501.2319 Table of Contents Navigation and References... 3 Layout... 3 Working with Numbers... 5 Power Features... 7 From ACS to Excel and Back... 8 Teacher Notes: Test examples

More information

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions 1 Getting Started Cells Workbooks & Worksheets Formatting Formulas & Functions Chart Printing 2 Getting Started Start a spreadsheet program Recognize the spreadsheet screen layout Use the ribbon,quick

More information

COURSE CONTENT Excel with VBA Training

COURSE CONTENT Excel with VBA Training COURSE CONTENT Excel with VBA Training MS Excel - Advance 1. Excel Quick Overview Use of Excel, its boundaries & features 2. Data Formatting & Custom setting Number, Text, Date, Currency, Custom settings.

More information

USING FORMULAS AND FUNCTIONS...

USING FORMULAS AND FUNCTIONS... 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... 7 Using a Simple

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

Excel Course Outline

Excel Course Outline 26 Videos Skyrocket your productivity and propel your career. Enrol for our excel course and be a Rockstar at work! Video #1 Getting Started with Excel Excel Structure Navigating in Excel Ribbon and Tabs

More information

Free Microsoft Office 2010 training from MedCerts. Course Outline

Free Microsoft Office 2010 training from MedCerts. Course Outline Free Microsoft Office 2010 training from MedCerts Course Outline Microsoft Office Word 2010: Basic Course Introduction Unit 01 - Getting Started Topic A: The Word Window The Word 2010 Window Demo - A-1:

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

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

Excel 2010 Functions. 4/18/2011 Archdiocese of Chicago Mike Riley Excel 2010 Functions 4/18/2011 Archdiocese of Chicago Mike Riley i VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows 7, GroupWise

More information

Themes & Templates Applying a theme Customizing a theme Creatingfilefromtemplate Creating yourowncustomize Template Using templates Editing templates

Themes & Templates Applying a theme Customizing a theme Creatingfilefromtemplate Creating yourowncustomize Template Using templates Editing templates Introducing Excel Understanding Workbooks and Worksheets Moving around a Worksheet Introducing the Ribbon Accessing the Ribbon by using your keyboard Using Shortcut Menus Customizing Your Quick Access

More information

FV Function Example Word Problem 1:

FV Function Example Word Problem 1: FV Function The FV Function calculates the future value of an investment, given a fixed interest rate, term, and periodic payment. You can use the FV Function to determine how much money you would have

More information

Cheltenham Courseware Microsoft Excel 2007 Advanced Level

Cheltenham Courseware   Microsoft Excel 2007 Advanced Level Cheltenham Courseware www.cheltenhamcourseware.com Microsoft Excel 2007 Advanced Level Excel 2007 Advanced - Page 2 1995-2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part

More information

Introduction to Excel

Introduction to Excel Office Button, Tabs and Ribbons Office Button The File menu selection located in the upper left corner in previous versions of Excel has been replaced with the Office Button in Excel 2007. Clicking on

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

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

Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure. MATHS AND STATISTICAL FUNCTIONS Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure. For example, the SUM function

More information

Excel 2013/2016 Step One TABLE OF CONTENTS

Excel 2013/2016 Step One TABLE OF CONTENTS TABLE OF CONTENTS SECTION 1 WORKING WITH YOUR FIRST SPREADSHEET... 3 WORKING WITH YOUR FIRST SPREADSHEET... 4 About Microsoft Excel 2013/2016... 4 Working with Microsoft Excel 2013/2016... 4 About Screen

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

Exploring Microsoft Office Excel 2007

Exploring Microsoft Office Excel 2007 Exploring Microsoft Office Excel 2007 Chapter 5 Data to Information Robert Grauer, Keith Mulbery, Judy Scheeren Committed to Shaping the Next Generation of IT Experts. Copyright 2008 Pearson Prentice Hall.

More information

Reference Services Division Presents. Excel Introductory Course

Reference Services Division Presents. Excel Introductory Course Reference Services Division Presents Excel 2007 Introductory Course OBJECTIVES: Navigate Comfortably in the Excel Environment Create a basic spreadsheet Learn how to format the cells and text Apply a simple

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

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Performing Basic Calculations

Performing Basic Calculations 7.1 LESSON 7 Performing Basic Calculations After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Insert Function feature.

More information

Syllabus KCXXXXXX: Excel Level I, Version 2010

Syllabus KCXXXXXX: Excel Level I, Version 2010 Syllabus KCXXXXXX: Excel Level I, Version 2010 ITSW 1022 Introduction to Electronic Spreadsheets 8 classroom hours Course Description: This course is designed to introduce the student to basic spreadsheet

More information

Downloading other workbooks All our workbooks can be downloaded from:

Downloading other workbooks All our workbooks can be downloaded from: Introduction This workbook accompanies the computer skills training workshop. The trainer will demonstrate each skill and refer you to the relevant page at the appropriate time. This workbook can also

More information

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected.

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected. Cell References Columns Rows Column Reference G Yellow Cell Reference B2 Green Cell Reference D3 This is a range of cells. More than one cell has been selected. G6:G11 From Row 6 To 11 A range will be

More information

MICROSOFT EXCEL 2003 LEVEL 3

MICROSOFT EXCEL 2003 LEVEL 3 MICROSOFT EXCEL 2003 LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL, LOOKUP AND ROUND FUNCTIONS... 7 Using Lookup Functions... 8 Using the VLOOKUP Function... 8 Using the

More information

Excel 2010-Part. Two

Excel 2010-Part. Two Jefferson Parish Library Computer Training Team Excel 2010-Part Two August 2011 Symbols Used in Formulas Add Subtract Divide Multiply + - / * When working with formulas in Excel you will use basic keyboard

More information

Section 3. Topics Covered

Section 3. Topics Covered Section 3 Topics Covered " Calculating using formulas... 3-2 " Copying formulas... 3-7 " Using absolute cell addresses... 3-13 " Calculating results using AutoCalculate... 3-18# " Using functions... 3-21

More information

Microsoft Excel 2013 Level 1

Microsoft Excel 2013 Level 1 Microsoft Excel 2013 Level 1 2 P a g e Word Level 1 January 2018 University of Regina Table of Contents Chapter 1 Getting Started... 7 Main Interface... 7 1. Quick Access Toolbar... 7 2. Ribbon Tabs...

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

MICROSOFT EXCEL 2002 (XP): LEVEL 3

MICROSOFT EXCEL 2002 (XP): LEVEL 3 MICROSOFT EXCEL 2002 (XP): LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL LOOKUP AND ROUND FUNCTIONS... 7 Using Lookup Functions... 8 Using the VLOOKUP Function... 8 Using

More information

Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith Mulbery, and Mary Anne Poatsy. Chapter 7 Specialized Functions INSERT BOOK COVER

Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith Mulbery, and Mary Anne Poatsy. Chapter 7 Specialized Functions INSERT BOOK COVER INSERT BOOK COVER Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith Mulbery, and Mary Anne Poatsy Chapter 7 Specialized Functions Copyright 2011 Pearson Education, Inc. Publishing as Prentice

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

Buy The Complete Version of This Book at Booklocker.com:

Buy The Complete Version of This Book at Booklocker.com: An Excel guide for finance and accounting professionals that "cuts to the chase" in fewer than 150 pages, containing top 10 lists for better modeling, reporting, and data analysis... plus macros and userforms.

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

Half day Excel workshops suggested content

Half day Excel workshops suggested content Excel Introduction: (Session 1 of 2) opening a workbook the Excel screen layout, including the Ribbon and the Quick Access Toolbar entering and editing data simple calculations (using +, -, *, /) Undo

More information

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 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

Excel Tips. Contents. By Dick Evans

Excel Tips. Contents. By Dick Evans Excel Tips By Dick Evans Contents Pasting Data into an Excel Worksheet... 2 Divide by Zero Errors... 2 Creating a Dropdown List... 2 Using the Built In Dropdown List... 3 Entering Data with Forms... 4

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

Working with Data and Charts

Working with Data and Charts PART 9 Working with Data and Charts In Excel, a formula calculates a value based on the values in other cells of the workbook. Excel displays the result of a formula in a cell as a numeric value. A function

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

Excel. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information