Spreadsheet Functions

Size: px
Start display at page:

Download "Spreadsheet Functions"

Transcription

1 Class Description This is an introduction to the use of functions in spreadsheets, with a focus on Microsoft Excel and Google Drive Spreadsheets. The main topics are arithmetic calculations and order of precedence; working with dates and times; some of the most commonly used functions (SUM, AVERAGE, MAX, MIN, IF); and named ranges. All ages are welcome. Class Length One and one half (1½) hours Introduction After word processing, spreadsheets are probably the most important and widespread computer application. In fact, the first two killer applications (an application regarded as so necessary or desirable that it sells the larger product which it uses) for personal computers were spreadsheet applications: VisiCalc for the Apple II and Lotus for the IBM PC. Originally designed to replace accountants columnar paper, spreadsheets have become the norm wherever tabular data needs to be built, organized, and shared. Modern spreadsheets have hundreds of functions available to perform almost any imaginable calculation far too many to cover in this brief session. In fact, forty hours of classes would not be sufficient to cover all the functions. But most users have no need for more than a handful of functions. They learn the functions they need and ignore the rest. The goal here is to understand how functions work, how to use them, how to discover other functions, and how to apply the understanding of functions to newly found functions. This class is targeted at users with at least a basic knowledge of spreadsheets and is intended to provide an introduction to using functions and creating formulas. The focus is on Microsoft Excel and Google Drive Spreadsheets, but the lessons can be applied to other spreadsheet applications. Objectives Learn how functions work Learn how to use functions Learn how to find functions Learn how to build formulas Spreadsheet Functions This manual is a handout for you to keep. Please feel free to use it for taking notes. Before We Begin: Please open Microsoft Excel and, if you wish, open Google Drive (drive.google.com). If you don t already have a Google account, you can go to accounts.google.com/signup and register an existing e mail address (click on the I prefer to use my current address link) or create a free gmail.com address; or, if you prefer, ask for the User ID and password for one of the genevalibraryclass(number)@gmail.com accounts (please don t change the password!). If you want to do the exercises in just Google Drive Spreadsheets, that is fine; if you want to do the exercises in just Microsoft Excel, that is also okay. 1 *

2 Working with dates & time When Lotus introduced date calculations, it made a blunder: it programmed the year 1900 as a leap year. It wasn t. It numbered 1 Jan 1900 as 1, 2 Jan 1900 as 2, and so forth. 28 Feb 1900 was numbered 59, the non existent 29 Feb 1900 was numbered 60, and 1 Mar 1900 became 61. By the time the error was noticed, many spreadsheets were using date calculations so the mistake was never fixed. Subsequent spreadsheet programs, in order to preserve compatibility with existing spreadsheets, handle this in different ways. Microsoft Excel simply copied Lotus 1 2 3: dates prior to 1 Mar 1900 are incorrect, and it cannot handle any date prior to 1 Jan Google Drive Spreadsheets made 30 Dec 1899 a 0 which makes all dates calculate correctly, but makes it incompatible with Microsoft Excel and Lotus for dates prior to 1 Mar Some spreadsheets, (e.g. the Calc application in LibreOffice, Apache OpenOffice, or NeoOffice) make 30 Dec 1899 a 0 and dates prior to that negative values (it can handle dates back to historians and genealogists, take note! 1 Jan 0001). The good news? Most of us have no need to calculate with dates that long ago and we can ignore these details. However Macs: the 1904 system. Spreadsheets built for the earliest Macintosh computers used a similar system, but began with 1 Jan Spreadsheets for modern Macs still use this system, including Excel. When exchanging spreadsheets with Mac users, if your dates are off by four years and one day, you ll need to take these steps. Click on the File tab. This opens the Backstage. Click on Options. This opens the Excel Options dialog box. Click on Advanced. 2 *

3 Scroll nearly all the way to the bottom and find the section labelled When calculating this workbook: and place a check (by clicking on the box) next to Use 1904 date system. Click the OK button and everything should be correct. You can also take these steps with a spreadsheet you plan to share with a Mac user. Since each day is calculated as a whole number, times are calculated as fractions: half way through the day (12 noon) is 0.5; one quarter through the day (6:00 a.m.) is 0.25; threequarters through the day (6:00 p.m.) is All times are calculated in this manner. Let s do some calculations with dates. Microsoft Excel 1. Enter a date in the past in one of the cells. 2. Enter today s date in a different cell. 3. Move to a third cell and a. Press = (equal sign) this tells Microsoft Excel you want a calculation done (a formula). b. Move to the cell with the later date using either the arrow keys or by clicking on the cell with the mouse. c. Press - (minus sign). d. Move to the cell with the earlier date. Current Date Shortcut: F + ; Current Time Shortcut: FH + : As soon as you press the equal sign, the area between the Name Bar and the Formula Bar changes: e. Either click the between the Name Box and the Formula Bar or press J. The result is the number of days between the two dates. 4. Move to a fourth cell and enter a whole number. adding an (cancel), (OK / J ) and an (link to functions). 3 *

4 5. Move to a fifth cell and a. Press = (equal sign). b. Move to the cell with today s date. c. Press + (plus sign). d. Move to the fourth cell (the one with the whole number). e. Either click the between the Name Box and the Formula Bar or press J. The result shows what the date will be in the number of days you entered in the fourth cell. Google Drive Spreadsheets 1. Enter a date in the past in one of the cells. 2. Enter today s date in a different cell. 3. Move to a third cell and a. Press = (equal sign) this tells Google Drive Spreadsheets you want a calculation done (a formula) and the top level items in the menu will grey out. Current Date Shortcut: F + ; Current Time Shortcut: FH + : b. Move to the cell with the later date using either the arrow keys or by clicking on the cell with the mouse. c. Press - (minus sign). d. Move to the cell with the earlier date. e. press J. The result is the number of days between the two dates. 4. Move to a fourth cell and enter a whole number. 5. Move to a fifth cell and a. Press = (equal sign). b. Move to the cell with today s date. c. Press + (plus sign). d. Move to the fourth cell (the one with the whole number). e. press J. The result shows what the date will be in the number of days you entered in the fourth cell. 4 *

5 Functions If you want a spreadsheet to calculate always using the current date, it would be quite inconvenient to have to open a spreadsheet and manually replace dates. It would be a lot more convenient to have the spreadsheet automatically use the current date. That is where one turns to functions. Functions are preset formulas and, like all formulas, they begin with the equal sign. Following the equal sign is the function name; followed by an opening parenthesis, then arguments (zero or more, separated by commas), and completed with a closing parenthesis like this: =FUNCTION(argument1,argument2,argument3, ) TODAY function Microsoft Excel 1. In Microsoft Excel, switch to the Formulas Ribbon: 2. Since a formula for today s date is obviously a Date & Time function, click on the Date & Time icon to reveal a list of date and time functions: 3. Move the mouse down to TODAY and click on it. (Note: when hovering [before clicking] over a function, a pop up appears explaining what the function does.) This will produce a Function Arguments dialog box: When a function requires arguments, they will be displayed in the dialog box with a place to provide the information. The TODAY function has no arguments, so there are no fields to be completed. The Function Arguments dialog box displays the result, but here we see the result is Volatile not to worry, it just means the result is changeable which is exactly what we want, something that changes as the date changes. All Function Arguments dialog boxes include a link for Help on this function which will open a detailed explanation of the selected function, its arguments (if any), and examples. This is a gold mine of information. In both the active cell and in the Formula Bar we should see =TODAY(). This follows the format explained above, with nothing between the parentheses because this function has no arguments. 4. Either click the OK button of the Function Arguments dialog box or click the between the Name Box and the Formula Bar or press J to complete the formula. 5 *

6 Google Sheets To create a Google Drive Spreadsheet: log in to Google Drive, click on Create to open the drop down men, then click on Spreadsheet. In Google Drive Spreadsheets, there are two ways to access functions: (1) from the menu (Insert, Function, [SUM, AVERAGE, COUNT, MAX, MIN functions] More [to access other functions]); and (2) from the icon bar (SUM, AVERAGE, COUNT, MAX, MIN functions and More functions ). Both the More from the menu and the More functions from the icon bar open a new web page 6 *

7 The core of this page is a table with columns for Type (Google s categories), Name (of the function), an unlabelled column which shows the function with its arguments, and Description. Each column can be sorted (A Z or Z A). Just above the table is a drop down menu which can be used to select a single category of functions or all categories of functions. Use the drop down (Narrow by ) menu Narrow by: You can enter keywords into the box and the most likely functions will appear. It can be used in conjunction with the drop-down menu or in place of it. to display only Date functions (which include Time functions), then scroll down until you find the TODAY function (next page). 7 *

8 Unfortunately, there is no way to select a function and insert it into a formula. You can copy a function s name and paste it into a formula. Don t forget you can use F + F to search the text on the web page. Entering Functions Directly (both Microsoft Excel and Google Sheets): Once you become familiar with a formula, you ll probably want to just enter it directly into a cell, bypassing all the other steps. To enter the TODAY function, type =TODAY()J As you begin to type, both Google Drive Spreadsheets and Microsoft Excel pop up a tiny message to assist you. In Google Drive Spreadsheets, pressing J will insert the function and move you to the first argument. In Microsoft Excel, you need to use the mouse to double-click on the popup. 8 *

9 SUM, AVERAGE, COUNT, MAX, and MIN functions 1. In Google Drive Spreadsheets, enter several random values in a column and copy all to at least seven or eight other columns. You should have something like this: 2. Move to the first empty cell just beneath the first column of numbers. 3. Using either the menu or the icon bar, select the SUM function. You should see something like this: 4. Select the cells containing the values in the column above the cell in which you are working. (Be sure not to select the cell you are using to insert the formula.) The formula should appear both in the cell and in the formula bar: There are two ways to select the cells: click and drag over the cells with the mouse; or use the arrow keys to move to one end of the cells to be selected, press and hold H, and use the navigation keys to move to the opposite end. 5. Press J to complete the formula. 6. Use the other four functions which are always visible (AVERAGE, COUNT, MAX, MIN) for each of the other four columns. 7. Highlight another column of numbers and then select the SUM function. 8. A formula will appear in the cell beneath the column of values: 9. Press J to complete the formula. 9 *

10 10. Highlight a row of numbers and then select one of the always visible functions. 11. A formula will appear in the cell to the right of the row of numbers: 12. Press J to complete the formula. 13. Finally, select a block of values and select one of the always visible functions. 14. A formula will appear in the cell immediately beneath the first column of values (note: it will replace anything already there!). 15. Press J to complete the formula. Do you have something like this? 10 *

11 Copy one of the columns from the Google Drive Spreadsheet we just used to a Microsoft Excel spreadsheet. (You can include the calculation result at the bottom of the column, if desired, but it will copy as a number, not a formula.) Then copy those numbers to some additional columns. You should have something like this: Before continuing, here is a closer look at Microsoft Excel s FORMULA ribbon. Excel s Function Library The leftmost group is the Function Library. Its icons are Insert Function which opens this dialog box: The category selector will be set to the category last used. The Insert Function dialog box has a window into which you can enter keywords and click the Go button to search for a function, a selector to limit the functions listed, and a larger window with a scroll bar listing the functions. When you click on a function name in the lower window, information about the function is displayed. In the bottom left corner is a link to Help on this function. AutoSum (note the keyboard shortcut) opens this menu: Recently Used opens a variable menu: 11 *

12 Financial opens a menu with so many items it needs a scroll bar: Logical opens this menu: Text opens this menu: Date & Time opens this menu: 12 *

13 Lookup & Reference opens this menu: Math & Trig opens this menu (note scroll bar): And finally, More Functions accesses multiple submenus, some of which have so many functions a scroll bar is required to access all of them. You may have noticed each of the category menus has, at its bottom, Insert Function This opens the same Insert Function dialog box which the Insert Function icon at the far left opens, but the selector will be set to the category from which you opened the dialog box. 13 *

14 1. Returning to the Excel spreadsheet, with the numbers copied from the Google sheet, select the first empty cell beneath one of the columns of numbers. 2. Click the AutoSum icon, and move over the SUM function: (The popup =SUM(J5:J8) is part of the pop up image) 3. Click on the SUM function. You will see the proposed formula and marching ants showing the cells to be used. 4. Either click the between the Name Box and the Formula Bar or press J to complete the formula. 5. Move to the first free cell to the right of a row of numbers and use one of the AutoSum functions. 6. Select a column of numbers and use one of the AutoSum functions. 7. Select a row of numbers and use one of the AutoSum functions. 8. Clear the cells with the formulas, but leave the other values in place. 9. Select all the numbers and use the SUM function. 10. Use the Undo feature. 11. Select all the numbers plus one column to the right and use the SUM function. 12. Use the Undo feature. 13. Select all the numbers plus one column to the right and one row down and use the SUM function. And, of course, you can manually type the formula and then select the cells. Whenever you are using a function when typing a formula, Excel generates a popup which will guide you through the arguments of the function. Creating a Named Range There are times when it is more convenient to give a range of cells a specific name. It can make formulas easier to understand and it can be easier than trying to remember the addresses of the cells. 1. Using a web browser, do a search for list of u.s. state abbreviations. We want the page at 2. Copy the second row ( Name Status ISO Other ) and, in a clean Microsoft Excel workbook (spreadsheet), go to cell A1 and do a paste. (If you use a Paste Special Match Destination Formatting (M) it will be a lot cleaner). 3. Return to the web page and copy the rows beginning with Alabama and ending with Wyoming (District of 14 *

15 Columbia will be included), return to the Microsoft Excel workbook (spreadsheet), go to cell A2 and do a paste. (If you use a Paste Special Match Destination Formatting (M) it will be a lot cleaner). 4. Keep the Name column (Column A) and either the first ANSI (Column D) or USPS (Column E) or USPS (Column F) they each use the same abbreviation. Delete the other columns so you have two columns of data: State Names in Column A and abbreviations in Column B. 5. Switch to the FORMULAS ribbon. 6. Select cells A1:B In the Defined Names group, find the Define Name icon and click on it to open the dialog box: 8. In the name field/window, the contents of cell A1 will appear, but this can be changed to something more memorable and useful. (Note: neither spaces nor hyphens can be used). Let s name it something like USPSAbbrev and then click the OK button. Verify the range selected in Step #6 appears in the last field. Finding a Formula 1. Enter the full name of a state in a blank cell. 2. Move to the cell to the right of the state name you just entered. 3. We want to be able to look up the abbreviation for the state in the table, but don t know which formula to use. On the FORMULAS ribbon, in the Function Library group, click on the Insert Function icon to open the Insert Function dialog box. 4. Since we want to be able to lookup information in a table, let s enter lookup in table. 5. Click the Go button. Excel will produce a list of functions it thinks match the words used in the search. 6. The first suggestion, LOOKUP, is described as being for a one row or one column range. Since the table we created has two columns, this won t work. Let s look at the next function. 15 *

16 7. The next function, HLOOKUP, looks for a value in the top row and returns the value in the same column. We need to look for a value in the left column and return a value from the same row. Let s look at the next function. 8. The next function, VLOOKUP, looks for a value in the leftmost column and returns a value in the same row. That is what we want. Click the OK button to start building a formula. Using a Named Range in a Formula / the VLOOKUP function 9. The Functions Arguments dialog box opened in the previous step will take us step by step through the process of creating a formula using the function we have selected. Its name is in the upper left corner. 10. The first argument is the Lookup_value. A cell address is needed. Either enter the cell address by typing, or click on the cell with the name of the state you created in Step 1 above. 11. The next argument is the Table_array, the cells to be searched. If you remember the name of the Named Range, you can type it in. But what if you can t remember the exact name? 16 *

17 12. Have you noticed what has happened to the Function ribbon when this dialog box is open? It is almost completely greyed out. Almost! There is one icon available. 13. Click on the Use in Formula icon to open a menu of Named Ranges. 14. Click on the Named Range you created. It will be inserted into the appropriate field. 15. The next argument is Col_index_num. When you click in its box it provides a detailed description. Since [t]he first column of values in the table is column 1 and we want the information from the second column, we will enter a *

18 16. The final argument for the VLOOKUP function is Range_lookup. Unlike the other argument names, it is not bold. This indicates it is optional. The detailed description tells us that if the table is sorted in A Z (ascending) order we can use TRUE or omit it. Let s omit it and click the OK button to finish. Do you have something like this? Verify the formula by typing over the name of the state you originally used with the name of another state. Did the correct abbreviation appear in the cell with the formula? Once you learn a formula, you will probably prefer to simply type it directly into the cell as it is much faster. Microsoft Excel will still offer assistance as you do so. Let s use the VLOOKUP function again to see how. 1. Type the name of a different state in a blank cell and then select the cell immediately to its right. 2. Start the formula =v 3. You will see a list of functions whose name begins with V and a description of what the function does. You can use an arrow key to scroll down through the list (which changes as you type). 4. You can either double click on the function name (which inserts the function name and the opening parenthesis) or type in the remainder of the function name and the opening parenthesis. (You cannot arrow down to a function and press J.) 5. The description of the function disappears and the arguments are shown. Optional arguments are shown in brackets. The argument you are supplying is in bold. 6. Press w to select the cell to the left. You remain in the first argument until you end it with a, (comma). 7. To supply the table_array, you can type the Named Range manually (both Named Ranges and other function names will appear [because you can use functions within functions in more complicated formulas]) as you type and the same rules apply as in Step 4 above. Alternatively, you can use the Use in Formula icon as done in the previous exercise. Again, you remain in the argument until you end it with a comma. 8. Enter the col_index_num: 2 sorry, no help is offered, the assumption is you are familiar with the function and since we will omit the optional argument at the end, type a closing parenthesis: ). For a moment, both parentheses will be in bold. Microsoft Excel does this, using different colors for different sets of 18 *

19 parentheses, to aid in ensuring every opening parenthesis has a corresponding closing parenthesis. With complicated formulas, this is very helpful. 9. Change the name of the state to check your formula. Google Drive Spreadsheets Let s do the same thing in Google Drive Spreadsheets. 1. Either copy the table of state names and USPS abbreviations from Excel or from the USPS web page and paste it into a Google spreadsheet. Highlight all the cells with data. 2. From the menu (there is nothing on the Icon Bar for this), select Data, then Named ranges 3. This will open the Named Ranges box on the right side of the spreadsheet. Since you already selected the cells, the range will be included and a proposed name will be highlighted. Let s give it a better name. 4. Type in a name 5. Then click on Done. 6. The Named ranges box can be left open or closed by clicking on the in the corner. (If left open, you can see range names and type them correctly.) 19 *

20 7. Using either the Icon Bar or the Menu, select More functions to open the web page of functions we saw earlier. 8. In the field to the left of the Narrow by button, enter lookup. This will limit the list of functions. 9. Scroll down until you find the appropriate function. (Since we already know what it is, and that it starts with V, scroll down to the bottom of the table.) 10. Remember, this listing only provides you the information about the function. You still need to type it (or copy the function name and paste it in). 20 *

21 11. Move to the cell to the right of the cell where you typed a state s name. Begin the formula by typing =v 12. A list of possible functions appears and changes as you type. The descriptions accompanying them are very brief. 13. When you see the function you want, you can either doubleclick on it (it will insert the function name and the opening parenthesis) or continue typing the function s name and the opening parenthesis. 14. Once the opening parenthesis has been entered, a pop up with detailed assistance appears. The current argument is highlighted and a small right pointing triangle points to the argument s description. 15. Press w to select the cell to the left. The assistance pop up will disappear, but will return as soon as you press, (comma) to move to the next argument. 16. The next argument is where you need to enter the Named Range. (There is no shortcut.). Once it is entered, the cells in the range will be highlighted. 21 *

22 17. Type a comma to move to the next argument. 18. The assistance tells us to use the column from which we want the answer, with the first (leftmost) column being 1. So we want to enter a Since we don t need the optional argument, we will type the closing parenthesis. Paired parentheses will be bolded. 20. Press J to finish the formula. Is the answer correct? Change the state s name to be sure. Questions? Feel free to contact Ross Valentine at rvalentine@gpld.org or call the library at August 2017

To be able to modify a worksheet and use functions, you will: Select ranges of cells on a worksheet by using the mouse.

To be able to modify a worksheet and use functions, you will: Select ranges of cells on a worksheet by using the mouse. L E S S O N 3 Modifying a workbook Suggested teaching time 60-70 minutes Lesson objectives To be able to modify a worksheet and use functions, you will: a b c Select ranges of cells on a worksheet by using

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

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

A Tutorial for Excel 2002 for Windows

A Tutorial for Excel 2002 for Windows INFORMATION SYSTEMS SERVICES Writing Formulae with Microsoft Excel 2002 A Tutorial for Excel 2002 for Windows AUTHOR: Information Systems Services DATE: August 2004 EDITION: 2.0 TUT 47 UNIVERSITY OF LEEDS

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

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

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

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

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

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet!

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Hi folks! Before beginning the article, I just wanted to thank Brian Allan for starting an interesting discussion on what Strong at Excel means

More information

Intermediate Excel Training Course Content

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

More information

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

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

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

Spreadsheet Basics. This manual is a handout for you to keep. Please feel free to use it for taking notes.

Spreadsheet Basics. This manual is a handout for you to keep. Please feel free to use it for taking notes. Class This is an introduction to the basics of spreadsheets, with a focus on Microsoft Excel and Google Drive Spreadsheets. The main topics are navigation, editing, basic formatting, using auto fill, and

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

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

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

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Excel Formulas 2018 Cindy Kredo Page 1 of 23

Excel Formulas 2018 Cindy Kredo Page 1 of 23 Excel file: Excel_Formulas_BeyondIntro_Data.xlsx Lab One: Sumif, AverageIf and Countif Goal: On the Demographics tab add formulas in Cells C32, D32 and E32 using the above functions. Use the cross-hair

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Files in Microsoft Excel are referred to as Workbooks. This is because they can contain more than one sheet. The number of sheets a workbook can contain is only limited by your computer

More information

Module Four: Formulas and Functions

Module Four: Formulas and Functions Page 4.1 Module Four: Formulas and Functions Welcome to the fourth lesson in the PRC s Excel Spreadsheets Course 1. This lesson concentrates on adding formulas and functions to spreadsheet to increase

More information

Spreadsheet Concepts Using Microsoft Excel

Spreadsheet Concepts Using Microsoft Excel Spreadsheet Concepts Using Microsoft Excel lab 5 Objectives: Upon successful completion of Lab 5, you will be able to Create and edit a simple spreadsheet document Describe the advantage of using formulas

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

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 only certain types of people while others have

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED

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

More information

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

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

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

MIS0855: Data Science In-Class Exercise for Mar Creating Interactive Dashboards

MIS0855: Data Science In-Class Exercise for Mar Creating Interactive Dashboards MIS0855: Data Science In-Class Exercise for Mar 25-27 Creating Interactive Dashboards Objective: Create a dashboard with interactive data filtering using Tableau Learning Outcomes: Understand how to create

More information

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

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

More information

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

Getting Started with Excel

Getting Started with Excel Getting Started with Excel Excel Files The files that Excel stores spreadsheets in are called workbooks. A workbook is made up of individual worksheets. Each sheet is identified by a sheet name which appears

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

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

Microsoft Excel Lookup Functions - Reference Guide

Microsoft Excel Lookup Functions - Reference Guide LOOKUP Functions - Description Excel Lookup functions are used to look up and extract data from a list or table and insert the data into another list or table. Use the appropriate lookup function depending

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

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

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

CMPF124 Microsoft Excel Tutorial

CMPF124 Microsoft Excel Tutorial Lab 5: Microsoft Excel Tutorial Excel Worksheet Microsoft Excel works as account ledger. An Excel Workbook (1) could have multiple Worksheets (2). A cell in Excel is referred by its Column and Row naming

More information

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

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

More information

VLOOKUP Function Purpose (Mac Guide)

VLOOKUP Function Purpose (Mac Guide) VLOOKUP Function Purpose (Mac Guide) Let s say that you have two different Excel documents. Each document has different student achievement or outcomes data. In this example, the first document has DIBELS

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

Spreadsheet EXCEL. Popular Programs. Applications. Microsoft Excel. What is a Spreadsheet composed of?

Spreadsheet EXCEL. Popular Programs. Applications. Microsoft Excel. What is a Spreadsheet composed of? Spreadsheet A software package (computer program) that can mix numbers, letters and perform simple mathematical operations. EXCEL Can be programmed Lab Lecture, part 1 Applications Accounting Statistical

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

Group sheets 2, 3, 4, and 5 1. Click on SHEET Hold down the CMD key and as you continue to hold it down, click on sheets 3, 4, and 5.

Group sheets 2, 3, 4, and 5 1. Click on SHEET Hold down the CMD key and as you continue to hold it down, click on sheets 3, 4, and 5. Data Entry, Cell Formatting, and Cell Protection in Excel 2004 In this workshop, you start by adding to the number of sheets in your workbook and then grouping four of the sheets to set up a small spreadsheet

More information

Getting Started with Excel

Getting Started with Excel Getting Started with Excel Introduction Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson, you will learn your way around the Excel 2010 environment,

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

Contents. 1. Managing Seed Plan Spreadsheet

Contents. 1. Managing Seed Plan Spreadsheet By Peter K. Mulwa Contents 1. Managing Seed Plan Spreadsheet Seed Enterprise Management Institute (SEMIs) Managing Seed Plan Spreadsheet Using Microsoft Excel 2010 3 Definition of Terms Spreadsheet: A

More information

Introduction to Microsoft Publisher

Introduction to Microsoft Publisher Class Description This is an introduction to Microsoft Publisher, with a focus on choosing a template and modifying it to meet your needs. Class Length One and one half (1½) hours Introduction to Microsoft

More information

1.a) Go to it should be accessible in all browsers

1.a) Go to  it should be accessible in all browsers ECO 445: International Trade Professor Jack Rossbach Instructions on doing the Least Traded Product Exercise with Excel Step 1 Download Data from Comtrade [This step is done for you] 1.a) Go to http://comtrade.un.org/db/dqquickquery.aspx

More information

Introduction to Excel

Introduction to Excel Introduction to Excel Written by Jon Agnone Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 November 2004 http://julius.csscr.washington.edu/pdf/excel.pdf

More information

Microsoft Excel for Beginners

Microsoft Excel for Beginners Lesson Plan Rev. 11/16 Microsoft Excel for Beginners I. Introduction Introductions Housekeeping II. Class Learning Objectives By the end of this class, you will be able to: Open program and create a new

More information

Formulas and Functions

Formulas and Functions Formulas and Functions Excel's Golden Rule (Dan Bricklin and Bob Frankston) Excel's Golden Rule: If formula input data can change, put it in cell and refer to it with cell references. If data will not

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

MODULE VI: MORE FUNCTIONS

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

More information

Database Concepts Using Microsoft Access

Database Concepts Using Microsoft Access lab Database Concepts Using Microsoft Access 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,

More information

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Control Shortcut s Ctrl + PgDn Ctrl + PgUp Ctrl + Shift + & Ctrl + Shift_ Ctrl + Shift + ~ Ctrl + Shift + $ Ctrl + Shift + % Ctrl +

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy Virus check and backups: Remember that if you are receiving a file from an external source a government agency or some other source, for example you will want

More information

Microsoft Office Excel 2007

Microsoft Office Excel 2007 Microsoft Office Excel 2007 Using Excel To Manage Data 1/21/2009 Microsoft Excel 1 Welcome to Excel Excel is a computerized spreadsheet, which is an important tool that helps you report and analyze data.

More information

Excel Tips for Compensation Practitioners Weeks Data Validation and Protection

Excel Tips for Compensation Practitioners Weeks Data Validation and Protection Excel Tips for Compensation Practitioners Weeks 29-38 Data Validation and Protection Week 29 Data Validation and Protection One of the essential roles we need to perform as compensation practitioners is

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

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

Excel Intermediate

Excel Intermediate Excel 2013 - Intermediate (103-124) Advanced Functions Quick Links Range Names Pages EX394 EX407 Data Validation Pages EX410 EX419 VLOOKUP Pages EX176 EX179 EX489 EX500 IF Pages EX172 EX176 EX466 EX489

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

Introduction to Excel 2013

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

More information

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

Intermediate Excel 2013

Intermediate Excel 2013 Intermediate Excel 2013 Class Objective: Elmhurst Public Library is committed to offering enriching programs to help our patrons Explore, Learn, and Grow. Today, technology skills are more than a valuable

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

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

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

VLOOKUP() takes three mandatory parameters and one default/optional parameter:

VLOOKUP() takes three mandatory parameters and one default/optional parameter: Excel Lesson: Table Lookup Functions Topics Covered: VLookup() [Look across] HLookup() [Look down] Lookup() [Look almost anywhere] Related Functions (a list) We will not be examining all forms of these

More information

The Ribbon The Ribbon contains multiple tabs, each with several groups of commands. You can add your own tabs that contain your favorite commands.

The Ribbon The Ribbon contains multiple tabs, each with several groups of commands. You can add your own tabs that contain your favorite commands. Lesson1-Getting Star with excel Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson, you will learn your way around the Excel 2010 environment, including

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

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

Instructions on Adding Zeros to the Comtrade Data

Instructions on Adding Zeros to the Comtrade Data Instructions on Adding Zeros to the Comtrade Data Required: An excel spreadshheet with the commodity codes for all products you want included. In this exercise we will want all 4-digit SITC Revision 2

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

MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards

MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards Objective: Create a dashboard with interactive data filtering using Tableau Learning Outcomes: Understand

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

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

Introduction to the workbook and spreadsheet

Introduction to the workbook and spreadsheet Excel Tutorial To make the most of this tutorial I suggest you follow through it while sitting in front of a computer with Microsoft Excel running. This will allow you to try things out as you follow along.

More information

Microsoft Excel 2007

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

More information

Formatting: Cleaning Up Data

Formatting: Cleaning Up Data Formatting: Cleaning Up Data Hello and welcome to our lesson on cleaning up data, which is one of the final ones in this Formatting Module. What we re going to be doing in this lesson is using some of

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

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

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

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

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

MICROSOFT OFFICE APPLICATIONS

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

More information

Using Excel for a Gradebook: Advanced Gradebook Formulas

Using Excel for a Gradebook: Advanced Gradebook Formulas Using Excel for a Gradebook: Advanced Gradebook Formulas Objective 1: Review basic formula concepts. Review Basic Formula Concepts Entering a formula by hand: Always start with an equal sign, and click

More information

Excel Level 3 - Advanced

Excel Level 3 - Advanced Excel Level 3 - Advanced Introduction This document covers some of the more advanced features of Excel. Spreadsheets can be used in such a multiplicity of ways that it cannot hope to even touch on all

More information

A computer running Microsoft Word 2010 (Windows), or Word 2008 (Mac)

A computer running Microsoft Word 2010 (Windows), or Word 2008 (Mac) lab 4 Microsoft Word Layout and Graphics Features Objectives: Upon successful completion of Lab 4, you will be able to use Word to perform the following tasks Set page margins Set the ruler measurement

More information

RONA e-billing User Guide

RONA e-billing User Guide RONA e-billing Contractor Self-Service Portal User Guide RONA e-billing User Guide 2015-03-10 Table of Contents Welcome to RONA e-billing What is RONA e-billing?... i RONA e-billing system requirements...

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Introduction This handout briefly outlines most of the basic uses and functions of Excel that we will be using in this course. Although Excel may be used for performing statistical

More information