Excel 2016 Functions

Size: px
Start display at page:

Download "Excel 2016 Functions"

Transcription

1 Flash Fill New in Office 2013 is a feature called Flash fill. Flash fill will help you fill in empty cells within a spreadsheet based on patterns that already exist. You may need to provide a couple of examples before Excel picks up on the pattern of what you are doing, but it typically works really well and will save you a lot of time. In order for Flash Fill to work, you must stay within the same column, so you must hit Enter (or the down arrow) after you start typing your data to go to the cell below. If you hit Tab or navigate into another row, Flash Fill will not work. Flash fill is turned on by default and there isn t any formula to remember, all you have to do is start typing. Flash fill can also be used to separate words from a single column into two separate columns. If you have a First and Last name in the same column and you want them in two separate columns, go to the first blank cell and start typing the first name, hit enter and start typing the second first name. Flash Fill doesn t always pick up on the pattern, so you may need to go to a third row in some instances. When flash fill picks up the pattern, you will see a preview of the remaining cells contents. If this is correct, hit Enter to fill in the remaining cells. Excel will fill in the remaining cells based on what it believes is the best pattern. Depending on the type of data, this could be accurate and be what you are looking for. When you use Flash Fill this way, you will have a Flash Fill options icon that appears to the right of the active cell. Click on this icon and either Accept the Flash fill or undo the Flash Fill. Combining Columns using Flash Fill In the first empty cell, let s combine the city and the state into a single cell. Hit Enter when you have finished. Now in the second empty cell, start typing the city name, and Excel will see that pattern you are trying to duplicate. Flash fill will give you a preview of what will happen to each corresponding cell. If the pattern looks correct, hit the Enter or tab key and the column is filled in for you. If you do notice a mistake, you can always correct it by going into a single cell to make the necessary changes. You can also undo the flash fill if you don t want to use it by either clicking on the undo icon, or using the undo shortcut, Ctrl-Z.

2 What is a function A function is a preset formula in Excel that is intended to carry out a specific calculation, format, etc. in the cell in which it is located. All functions begin with an equal sign ( = ) followed by the function's name and its arguments which are contained inside round brackets. Some functions will only contain one argument, whereas others will contain multiple arguments, each separated by a comma. Function Examples =UPPER(text) =SUM(number1, number2, ) =CONVERT(number,from_unit,to_unit) Functions can be entered into Excel by typing directly into a cell or formula bar, or by navigating to the Formulas bar to select a function from one of the function categories, or by searching for a function. If you are entering a function into a cell or the formula, you must start the function with the = sign. As you start typing the name of the function, Excel will give you options based on what you are typing. If you navigate your mouse over the functions listed, you will see what that function will do for you. To choose a function from the list, either use your arrows to highlight the function and hit the tab key, or double click on the function. On the Formulas bar, functions are separated into different categories. If you are looking for a Text function, click on the Text icon. To see the options for each category, click on the category dropdown. If you aren t sure which function you want to use, click on the Insert Function icon from the Formulas tab. The Insert Function option will allow you to search for a function based on what you would like it to do by entering your search in the Search text box and then clicking Go. Excel will populate functions based on what you searched for. Technology Training Center 2

3 After choosing your function, Excel will step you through the arguments of the function within a window, versus in a cell or in the formula bar. As you click into each text box, you will see a description of what each argument is looking for. Here is the CONVERT function as an example. Cell reference A cell reference is used to refer to a cell on a worksheet and are commonly used in functions. The cell reference consists of the intersection of a column letter and the row number. For example, A1 refers to the top, leftmost cell in a worksheet. Another way to find a cell s cell reference is to click on a cell, and then look at the Name Box, which is located under the ribbon, on the left side of the screen. Using Functions to Format Text In Excel, there are multiple functions that can help clean up text. The syntax for these functions is very similar, it is the function name, remember, all functions must start with an equals (=) sign, followed by (text). (text) is the text to be converted that is located in an individual cell. To use any of the text format functions, follow these steps; 1. Start typing in an equals sign (=), followed by the function name. 2. As the function name is being typed, either double click on the function name that populates below the cell, or use the arrow keys to highlight the correct function, and then hit the tab key to enter into the function. 3. When the function has been selected, Excel will be asking for the arguments within the function. The arguments will populate under the cell containing the function. 4. Click on the cell containing the text to be converted. Technology Training Center 3

4 5. Click Enter to complete the function. a. Note: All functions end with a closed bracket ). If this bracket is not entered into the function, Excel will automatically populate the closed bracket at the end of a function. 6. If the function is being copied to other, adjacent cells, use auto fill to copy the formula to other cells Upper Converts all characters within a string of text to Upper case The syntax for upper is: =Upper(text) Lower Changes all characters in a string of text to lower case. The syntax for lower is; =Lower(text) Proper Changes the first letter in a string of characters to Upper, while the remaining characters will be converted to lower case. The syntax for proper is: =Proper(text) Trim Removes all extra characters from a string of text leaving only a single space between words. The syntax for trip is: =Trim(text) Copying a Formula Once the user has entered a formula into a cell, the formula may be copied to adjacent cells which will repeat the formula in the new location. There are two methods for copying formulas, AutoFill and copy & paste. AutoFill Autofill only works when copying to adjacent cells. To copy a formula to an adjacent cell, click on the cell that contains the formula. Navigate to the lower right side of the cell until the cursor turns into a Solid Plus icon. When the solid plus cursor appears, click, hold and drag to all adjacent cells. When all cells have been selected, let go of the mouse key and Excel will show the results. Copy & Paste a Formula The copy & paste option works well if the formula is being copied to another location, that is not adjacent to the original formula. When using the copy and paste option, the data that is being added together must consist of the same amount of data, meaning if the original formula is adding four cells together and producing the result in the cell to the right, the new location must have the same amount of cells. Technology Training Center 4

5 To copy & paste a formula, select the cell that contains the formula. When the cell is selected, copy the formula by using the copy shortcut of Ctrl-C, or the copy icon located on the Home tab. Navigate to the new location to place the copied formula and paste the formula in the new location by using the Paste shortcut, Ctrl-V, or by clicking on the Paste button on the Home tab. Copying and Pasting cells with Formulas Before being able to paste cells that contain formulas, users need to know how Excel sees formulas. Here is an example for a reference; Excel reads the formula in cell C2 as take the number located two cells to the left and add that to the number in the cell located one column to the left. Therefore, when the user copies this formula (which appears as =A2+B2) to the cell below, it performs the calculation using the same pattern, but updates the formula to reflect the appropriate cell addresses. If a cell with a formula is copied, the formula itself is copied, not the values that are produced by the formula. If a cell with a formula is copied and pasted in a new location, Excel may produce an error saying there is an invalid cell reference, meaning the formula is looking for a specific number of cells to produce a result and those cells don t exist. When copying and pasting cells that contain a formula, Excel makes the assumption that the user wants to copy the formula, and not the end result. To paste the end result of a formula into a new location, one will have to use the Paste Special option. To do this, copy the cells that contain the formula which one wants to paste in a new location. Make the selection of the cells, and then use the keystroke Ctrl-C, to copy the values. Navigate to the new location and then right click in the location to paste the data, and then select Paste Special. Under Paste Options, the user is able to click on the Values icon which will paste the values of the formula in the new location. The user may also click on the Paste Special option to get more options as how the values will appear. With live preview, when one highlights over the Icons, Excel will display how the data will be displayed. Values Pastes the values of the copied data. Values & Number Formatting Pastes formulas and number formats from the copied cells. Values & Source Formatting Pastes the values and the formatting from the copied cells. Technology Training Center 5

6 The user may also perform this Paste by copying the data, navigating to the Home tab, clicking on the Paste dropdown icon in the ribbon and then selecting Paste Special. On the Paste Special Window, select the Values radio button, and then click OK. The copied data will not be the values created from the formula, and not the formula s that were typed into the cells. Calculating Functions Excel can be used to easily and quickly perform calculations on the data within a worksheet such as sum, average, max, min. These functions can perform a calculation on a range of adjacent cells, or on cells that are spread throughout a worksheet, or an entire workbook. When using the following calculating functions, the arguments will contain (number1,number2, ). The argument can either consist of individual cells, separated by a comma, that are selected by the user, or a range of cells. To use these functions, follow these steps; 1. Start by typing in the function, starting with an equals sign. 2. When the function appears, either double click on the function to select it, or use the arrow keys to highlight the function name and then click on the Tab key. a. Note: When the function is selected, the text in the cell will be all capital letters with an open bracket. Below the cell the arguments of the function will appear. Technology Training Center 6

7 3. To enter in individual cells, navigate to the first cell and click on it, the function will now show the cell reference of the cell that was clicked on. Under the cell containing the function, Excel will highlight the argument that is being edited. 4. When the first argument has been completed, type in a comma to get to the second portion of the argument, in this case, number2. After the comma has been entered, the argument under the function will update, showing the user which portion of the argument is being edited. 5. To enter in a range of cells, move the cursor to the first cell in the range, then click, hold, and drag the mouse while depressing the left mouse button until all cells are selected. The function will now show the range of cells which is indicated by tow cell references, separated by a colon. 6. When all cells have been entered, hit the Enter button to complete the function. Sum Sum adds all of the numbers in a range of cells. The syntax for sum is: =SUM(number1,number2, ) Average Returns the average of the numbers contained within multiple cells, or a range of cells. The syntax for sum is: =AVERAGE(number1,number2, ) Min Returns the smallest number within a set of numbers. The syntax for min is: =MIN(number1,number2 ) Technology Training Center 7

8 Max Returns the largest number within a set of numbers. The syntax for min is: =MAX(number1,number2 ) Naming a cell Assign a descriptive name to a cell in Excel can help make formulas in your worksheets much easier to understand and maintain. Cell names make it easier for you to remember the purpose of a formula, rather than using obscure cell references. Cell Names must be unique, meaning you can t have the same name in the same workbook. They can be used throughout the entire workbook as long as you remember the Cell Name. Cell Names can be used to new formulas without having to navigate back to a different worksheet. To name a Cell, click on the cell that you want to name. Once you have made your selection, type in the name you want to use for the cell in the Name Box. Once you have your cell named, you can use the cell reference to refer back to the value in the cell, or it can be used in a function. To refer to the value in your named cell, type an = sign and then start typing in the cell name. As you start typing, Excel will populate any function, or cell name that fits the text that is being typed. When you see the named cell, click on it to select it. To use a named cell in a function, start by typing an = sign to choose the function you would like to use, or the named cell(s) within a formula. In this example, we are subtracting Expenses from Sales. You are also to name cell ranges instead of individual cells. To do this, select the range, and then type a name within the Name Box, just as you would when naming a cell When naming a cell range, you are able to sum the range to create a total, versus referencing a total within your worksheet. Technology Training Center 8

9 Another way of naming a cell or range is to select the cell or range, click on the Formulas tab, and then click on the Define Name icon. From the New Name Window, you are able to specify where this cell or range can be used, either for the entire workbook, or specific worksheets in the workbook. The default is for the Name to be used in the entire workbook. To see what cell names are located within the workbook, navigate to the Formulas tab and click on the Name Manager icon. Within the Name Manager window, you will see all named cell(s) and range(s). From the Name Manager window, you can also create new, edit or delete your cell names. Technology Training Center 9

10 Rounding Functions Excel has a few different rounding formulas that will give you options on how you want to round your data. Round Rounds a number to a specified number of digits which are specified by the user. The syntax is: =Round(number, num_digits) Num_digits - the number of digits to round from the decimal place. A Positive Num_digits number - will round to the right of the decimal place o =ROUND(A16,2) would round the number is A16 to 2 decimal places A Negative num_digits number - will round to the left of the decimal place o =ROUND(A17,-2) would return the number in A17 to the 100 th place To determine which number to round to, enter in a number into the num_digits portion of the round function arguments. RoundUp Rounds a number up, away from zero. The syntax is: =RoundUp(number, num_digits) Num_digits - the number of digits to round from the decimal place. RoundDown Rounds a number down, closer to zero The syntax is: =RoundDown(number, num_digits) Num_digits - the number of digits to round from the decimal place. Technology Training Center 10

11 MRound Returns a number rounded to a desired multiple The syntax is: =MRound(number, multiple) Multiple - the multiple to which to round the number o To round to a multiple of 5 (a number divisible by 5), enter in a 5 for the multiple. =MROUND(L3, 5) Counting Formulas Excel has a couple different counting functions that will give various results based upon the data in the cells. When using the following calculating functions, the arguments will contain (value1,value2, ). The argument can either consist of individual cells, separated by a comma, that are selected by the user, or a range of cells. Count The Count Formula will return the number of cells within a range that contain a Number. If the range contains cells that have text, Excel will not include those cells in the Formula. The syntax is: =COUNT(value1,value2, ) CountA The CountA Formula will return the number of cells within a range that are not blank. It will count both numbers and text. The syntax is: =COUNTA(value1,value2, ) CountBlank The CountBlank Formula will return the number of cells within a range that are blank. If there is a space in a cell, this is considered text and that cell will not be included in the Formula. The syntax is: =COUNTBLANK(value1,value2, ) Technology Training Center 11

12 CountIf, SumIf, AverageIf CountIf, SumIf, & AverageIf will perform calculations, only if certain criteria are met. CountIf The CountIf Formula will count a range of cells if the cells meet specific criteria. The syntax is: =COUNTIF(range,criteria) Range: The range of cells that contain the specific value, text string you are wanting. Criteria: the specific number or text you are looking for. o Note: If this is text, it must be inside Quotes. Text is not case sensitive. SumIf The SumIf Formula will add the values within a range only if specific criteria are met. The syntax is: =SUMIF(range, criteria, [sum_range]) Range: The range of cells that contain the specific value, text string you are wanting. Criteria: the specific number or text you are looking for. o Note: If this is text, it must be inside Quotes. Text is not case sensitive. Sum_Range: This is the range of cells that you want to be added together if your criteria are met. AverageIf The AverageIf Formula will average the values within a range only if specific criteria are met. The syntax is: =AVERAGEIF(range, criteria, [average_range]) Range: The range of cells that contain the specific value, text string you are wanting. Criteria: the specific number or text you are looking for. o Note: If this is text, it must be inside Quotes. Text is not case sensitive. Average_Range: This is the range of cells that you want to be added together if your criteria are met. Technology Training Center 12

13 Convert The Convert function will convert a number from one measurement to another. For example, temperature in Fahrenheit can be converted to Celsius, or weight in pounds can be converted to kilograms. The syntax for convert is: =CONVERT(number,from_unit,to_unit) Number - the value to be converted From_unit the units for number To_unit the unit to be converted to When using the convert function, users have to know the specific codes that Excel uses for each unit. A complete list can be found here, Here are some common unit codes; Miles = mi Kilometers = km Foot = ft Yard = yd Meter = m Degree Fahrenheit = F Degree Celsius = C The unit codes are case sensitive, so verify the correct case when entering in a unit code and make sure the quotation marks are around the unit codes. To use the convert function, follow these steps; 1. Start by typing in an equals sign, followed by Convert 2. When the function appears below the cell, double click the function to select it, or use the arrow keys to highlight the correct function and then hit tab. 3. For the number portion of the argument, click on the cell that contains the number to be converted and then type in a comma to get to the from_unit portion of the argument. Technology Training Center 13

14 4. When the from_unit portion of the argument is selected, Excel will populate a list of unit codes. Users can search through this list by using the scroll bar to find the correct code, or they may manually enter the unit code, making sure the code is in quotes and is the correct case (upper or lower case). Type in a comma to get to the to_unit. 5. The to_unit will also populate a list of the unit codes. Users may search from the list for the code, or manually enter the code. 6. When all arguments have been completed, hit the Enter key. Using the Substitute Function The substitute function can be used to replace a character, or set of characters, within a string of text. The syntax for substitute is: =Substitute(text, old_text, new_text, instance_num) Text: The text where the substitution is going to take place Old_text: The existing text that is being replaced. o The letter(s) must be in quotes. a Aa o The letters are case sensitive New_text: The new text that will replace the old_text o The letter(s) must be in quotes. a Aa o The letters are case sensitive Instance_num: Optional. Specifies which occurrence of old_text to be replaced with new_text. If an instance_num is entered, only that instance of old_text is replaced. Otherwise, every occurrence of old_text in text is changed to new_text. o If the second occurrence of a letter is to be replaced, enter in a 2 for instance_num. Technology Training Center 14

15 To use the substitute function, follow these steps 1. Start by typing in an equals sign, followed by substitute 2. When the function appears below the cell, double click the function to select it, or use the arrow keys to highlight the correct function and then hit tab. 3. For the text portion of the argument, click on the cell containing the text where the substitution is taking place, then type in a comma. 4. For the old_text portion, type in the text that is being replace in quotes, followed by a comma. a. Make sure the correct case is used, upper or lower. 5. For the new_text portion, type in the text that will replace old_text in quotes, followed by a comma. 6. In the instance_num portion of the argument, enter in the instance of the text to be replaced. a. If every instance of the text is to be replaced, the instance_num may be left blank. b. If only the second instance of the text is to be replaced, enter in a When all arguments have been met, hit the Enter key. Technology Training Center 15

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

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

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

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

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

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

INDEX INTRODUCTION TO EXCEL... 3 OVERVIEW OF EXCEL... 4 OFFICE BUTTON... 5

INDEX INTRODUCTION TO EXCEL... 3 OVERVIEW OF EXCEL... 4 OFFICE BUTTON... 5 INDEX INTRODUCTION TO EXCEL... 3 OVERVIEW OF EXCEL... 4 OFFICE BUTTON... 5 RIBBONS. 6 WORKING WITH CELLS... 7-8 FORMATTING TEXT... 9-11 CONDITIONAL FORMATTING... 12-13 TO INSERT ROWS & COLUMNS... 14 EDITING

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

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 2007: Functions and Forumlas Learning Guide

Excel 2007: Functions and Forumlas Learning Guide Excel 2007: Functions and Forumlas Learning Guide Functions and Formulas: An Overview Excel uses functions (mathematical expressions already available in Excel) and formulas (mathematical expressions that

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

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

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

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 Foundation (Step 2)

Excel Foundation (Step 2) Excel 2007 Foundation (Step 2) Table of Contents Working with Names... 3 Default Names... 3 Naming Rules... 3 Creating a Name... 4 Defining Names... 4 Creating Multiple Names... 5 Selecting Names... 5

More information

Training for ICDL Spreadsheets Spreadsheets 261

Training for ICDL Spreadsheets Spreadsheets  261 261 Module Goals 1 Introduction 2 What is a Spreadsheet? 2 Section 1 Using the Application 3 1.1. Working with 3 1.2. Enhancing Productivity 11 Section 2 Cells 15 2.1. Inserting and Selecting Data 15 2.2.

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

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

EVALUATION ONLY. In this chapter, you will learn new. Text and Analysis EXCEL 2016 CHAPTER TIMING PROJECT: ANALYZING SALES INFORMATION

EVALUATION ONLY. In this chapter, you will learn new. Text and Analysis EXCEL 2016 CHAPTER TIMING PROJECT: ANALYZING SALES INFORMATION EXCEL 2016 3Advanced Functions for Text and Analysis In this chapter, you will learn new functions that give you greater ability for analysis and decision making. They include functions that either sum

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

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect.

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect. Launch the Microsoft Excel Program Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are lettered and rows, and are numbered.

More information

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function. Today Function The today function: =TODAY() It has no arguments, and returns the date that the computer is set to. It is volatile, so if you save it and reopen the file one month later the new, updated

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

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

My Top 5 Formulas OutofhoursAdmin

My Top 5 Formulas OutofhoursAdmin CONTENTS INTRODUCTION... 2 MS OFFICE... 3 Which Version of Microsoft Office Do I Have?... 4 How To Customise Your Recent Files List... 5 How to recover an unsaved file in MS Office 2010... 7 TOP 5 FORMULAS...

More information

Excel Simple Worksheets (with Functions)

Excel Simple Worksheets (with Functions) Excel 2007 Simple Worksheets (with Functions) Contents The Excel 2007 Window 4 Navigating in Excel... 7 Entering Data 8 Working with Ranges of Cells... 9 Selecting Ranges of Cells 9 Copy and Moving Cell

More information

ADD AND NAME WORKSHEETS

ADD AND NAME WORKSHEETS 1 INTERMEDIATE EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Exploring extreme weather with Excel - The basics

Exploring extreme weather with Excel - The basics Exploring extreme weather with Excel - The basics These activities will help to develop your data skills using Excel and explore extreme weather in the UK. This activity introduces the basics of using

More information

New Perspectives on Microsoft Excel Module 3: Performing Calculations with formulas and Functions

New Perspectives on Microsoft Excel Module 3: Performing Calculations with formulas and Functions New Perspectives on Microsoft Excel 2016 Module 3: Performing Calculations with formulas and Functions Objectives, Part 1 Document formulas and data values Explore function syntax Insert functions from

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

EXCEL 2013 FDLRS SUNRISE

EXCEL 2013 FDLRS SUNRISE EXCEL 2013 FDLRS SUNRISE Goal: Participants will create a spreadsheet and graph to document student progress. Objectives: Participants will create a spreadsheet which includes basic formulas. Participants

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

Reporting Excel Tutorial

Reporting Excel Tutorial Reporting Excel Tutorial Table of Contents NUMBER OF FILES 3 NUMBER OF FILES SHARED 3 PERCENT OF FILES SHARED 3 FILTERING 3 EVIDENCE WITHOUT METADATA 3 MOST VIEWED 4 EVIDENCE SHARED 4 PIVOT TABLES 4 HOW

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

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

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

Presenter: Susan Campbell Wild Rose School Division

Presenter: Susan Campbell Wild Rose School Division Presenter: Susan Campbell Wild Rose School Division What is Excel? An electronic spreadsheet program and a powerful tool for analyzing and presenting information: Spreadsheet Used for entering and analyzing

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

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

SBCUSD IT Training Program. MS Excel ll. Fill Downs, Sorting, Functions, and More SBCUSD IT Training Program MS Excel ll Fill Downs, Sorting, Functions, and More Revised 4/16/2019 TABLE OF CONTENTS Number Formats...4 Auto Fill and Flash Fill...5 Simple Repeat...5 Fill Down Common Series...5

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

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

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

Introduction to Microsoft Excel 2016

Introduction to Microsoft Excel 2016 Screen Elements: Introduction to Microsoft Excel 2016 The Ribbon The Ribbon is designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups,

More information

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

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets. Agenda Unit 1 Assessment Review Progress Reports Intro to Excel Learn parts of an Excel spreadsheet How to Plan a spreadsheet Create a spreadsheet Analyze data Create an embedded chart in spreadsheet In

More information

Excel FDLRS Sunrise

Excel FDLRS Sunrise Excel 2010 FDLRS Sunrise Within 2 weeks participants will submit a project: Create an Excel spreadsheet with a chart include the completed and signed ARROW form Send to: Lourdes Day FDLRS (Bartow Airport)

More information

EVALUATION ONLY. In this lesson, you will use advanced. Functions EXCEL 2013 CASE STUDY: ANALYZING A FUNDRAISING CAMPAIGN LEARNING OBJECTIVES

EVALUATION ONLY. In this lesson, you will use advanced. Functions EXCEL 2013 CASE STUDY: ANALYZING A FUNDRAISING CAMPAIGN LEARNING OBJECTIVES EXCEL 2013 3Applying Advanced Functions In this lesson, you will use advanced functions and what-if analyses to facilitate decision making. Complex worksheets for decision making often require advanced

More information

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added).

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). PART ONE 1. LAYOUT A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). The work area is where the data and formulae are entered. The active

More information

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

More information

Excel Basics. TJ McKeon

Excel Basics. TJ McKeon Excel Basics TJ McKeon What is Excel? Electronic Spreadsheet in a rows and columns layout Can contain alphabetical and numerical data (text, dates, times, numbers) Allows for easy calculations and mathematical

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

FRP300 Instructor Notes. Table of Contents

FRP300 Instructor Notes. Table of Contents FRP300 Instructor Notes Table of Contents Updated April 24, 2016 1) AutoSum... 1 2) Fill Handle... 2 3) Relative versus Absolute Referencing... 2 4) COUNTIF and SUMIF... 4 5) CONCATENATE... 6 6) Text to

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Introduction to COUNT Formulas for Excel 2010

Introduction to COUNT Formulas for Excel 2010 The COUNT formula comes in several forms: COUNT: COUNTA: COUNTBLANK: COUNTIF: Count Cells with Numbers - - COUNT Introduction to COUNT Formulas for Excel 2010 Counts the number of cells containing numbers,

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

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

10 noviembre Spreadsheets. Unit 3 (Part 3)

10 noviembre Spreadsheets. Unit 3 (Part 3) 10 noviembre 2011 Spreadsheets Unit 3 (Part 3) 1 2 Building Basic Formulas From the simple addition formula to the most complex ANOVA statistical variation, all formulas in Excel have one thing in common:

More information

TODAY This gives you today s date IF the cell is formatted as a date.

TODAY This gives you today s date IF the cell is formatted as a date. 33 IF The IF function will do a comparison and give you a result. In this example, the IF function looks at cell H5 to determine if it is less than 150,000. It will write the word Less if H5 is indeed

More information

Excel Functions INTRODUCTION COUNT AND COUNTIF FUNCTIONS

Excel Functions INTRODUCTION COUNT AND COUNTIF FUNCTIONS INTRODUCTION Excel Functions Excel provides a large number of built-in functions that can be used to perform specific calculations or to return information about your spreadsheet data. These functions

More information

Microsoft Office Excel 2007

Microsoft Office Excel 2007 Microsoft Office Excel 2007 Data Processing in Spreadsheets 1/28/2009 Microsoft Excel 1 Use Excel s functions! A function is a predefined (built-in) formula for commonly used calculations. Each Excel function

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

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

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

BASIC EXCEL WORKSHOP 2017

BASIC EXCEL WORKSHOP 2017 BASIC EXCEL WORKSHOP 2017 Download the training materials at: www.nusbas.com/excel-2017 28 FEBRUARY 2017 NUS BUSINESS ANALYTICS SOCIETY (BAS) fb.com/nusbasociety nusbas.com WHAT WILL I BE LEARNING? 1.

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

Troubleshooting in Microsoft Excel 2002

Troubleshooting in Microsoft Excel 2002 Page 1 of 8 Troubleshooting in Microsoft Excel 2002 Result: To understand how to work with the Excel software to enter data, navigate the page, and print materials. Tabs Look at the tabs at the bottom

More information

Create formulas in Excel

Create formulas in Excel Training Create formulas in Excel EXERCISE 1: TYPE SOME SIMPLE FORMULAS TO ADD, SUBTRACT, MULTIPLY, AND DIVIDE 1. Click in cell A1. First you ll add two numbers. 2. Type =534+382. 3. Press ENTER on your

More information

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens Introduction to Excel 2010 What is Excel? It is a Microsoft Office computer software program to organize and analyze numbers, data and labels in spreadsheet form. Excel makes it easy to translate data

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 BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

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

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

Spreadsheet Basics by Dick Evans, (updated )

Spreadsheet Basics by Dick Evans, (updated ) Spreadsheet Basics by Dick Evans, (updated 2-27-2017) www.rwevans.com What is a spreadsheet? It is a group of values and other data organized into rows and columns much like the columnar pads or ledgers

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

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note:

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note: 1 of 1 NOTE: IT IS RECOMMENDED THAT YOU READ THE ACCOMPANYING DOCUMENT CALLED INTRO TO EXCEL LAYOUT 2007 TO FULLY GRASP THE BASICS OF EXCEL Introduction A spreadsheet application allows you to enter data

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

Intermediate Microsoft Excel 2008

Intermediate Microsoft Excel 2008 Intermediate Microsoft Excel 2008 Table of Contents ADVANCED FORMATTING... 2 FORMATTING NUMBERS... 2 WRAPPING TEXT... 3 THE MERGE AND CENTER FUNCTIONS... 4 INSERTING COMMENTS... 5 FREEZE PANES... 6 INSERTING

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

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

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

More information

Excel Formulas Cheat Sheet

Excel Formulas Cheat Sheet Basic Formulas AVERAGE =AVERAGE(A2:A10) Returns a mathematical average of a given cell range COUNT =COUNT(A2:A10) Returns the count of the numbers in given cell range MAX =MAX(A2:A10) Finds the largest

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

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

Attending delegates will be presented with a Certificate of Attendance upon completion of training.

Attending delegates will be presented with a Certificate of Attendance upon completion of training. Excel Core 2013 This beginners Microsoft Excel course will introduce you to the basic skills needed to use Excel. It starts with the key skills of how to create Excel workbooks and worksheets and navigate

More information

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example This exercise is a follow-up to the MPA admissions example used in the Excel Workshop. This document contains detailed solutions

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

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

WELCOME TO BEGINNER EXCEL. Where we hope to EXCEL lerate Your Life

WELCOME TO BEGINNER EXCEL. Where we hope to EXCEL lerate Your Life WELCOME TO BEGINNER EXCEL Where we hope to EXCEL lerate Your Life What is Excel? An electronic spreadsheet program and a powerful tool for analyzing and presenting information: Spreadsheet Used forentering

More information

C omputer D riving L icence

C omputer D riving L icence E uropean C omputer D riving L icence E C D L S y l l a b u s 5. 0 Module 4 Spreadsheets ECDL Syllabus 5 Courseware Module 4 Contents USING THE APPLICATION... 1 SAVING A WORKBOOK AS ANOTHER FILE TYPE...

More information

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office.

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office. Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel *The interface of Excel program - Menu bar. - Standard bar.

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

Microsoft Excel 2016 LEVEL 2

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

More information

Computer & Careers Mr. Lewis

Computer & Careers Mr. Lewis Microsoft Excel Unit A Computer & Careers Mr. Lewis Definitions: Spreadsheet Worksheet Workbook Formulas File Extension When you open a spreadsheet the default name is Is an application you use to perform

More information

AGB 260: Agribusiness Data Literacy. Advanced Functions and Logic

AGB 260: Agribusiness Data Literacy. Advanced Functions and Logic AGB 260: Agribusiness Data Literacy Advanced Functions and Logic Useful Chapters in the Textbook Regarding this Lecture Chapter 11 Chapter 13 Chapter 14 Some of the other functions in this chapter are

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

Contents. Group 3 Excel Handouts 2010

Contents. Group 3 Excel Handouts 2010 Contents Function Library... 2 Function Operators... 2 Order of Multiple Operators... 2 Function Library... 3 Formula Auditing... 4 Name Cells... 7 Comments... 8 Show Ink... 9 Show Ink is a colorful way

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

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

Activity: page 1/10 Introduction to Excel. Getting Started

Activity: page 1/10 Introduction to Excel. Getting Started Activity: page 1/10 Introduction to Excel Excel is a computer spreadsheet program. Spreadsheets are convenient to use for entering and analyzing data. Although Excel has many capabilities for analyzing

More information