Excel Shortcuts Increasing YOUR Productivity

Size: px
Start display at page:

Download "Excel Shortcuts Increasing YOUR Productivity"

Transcription

1 Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc.

2 Excel Shortcuts Increasing YOUR Productivity by Tommy B. Harrington Contents: NEW FEATURES IN EXCEL... 3 BACKSTAGE VIEW... 3 CUSTOMIZE THE RIBBON... 3 SPARKLINES... 3 PASTE PREVIEW... 4 SLICERS... 4 NAVIGATING THE TABS & RIBBONS... 5 SUM FUNCTION ADVANCED... 7 ELIMINATE THE #DIV/0! ERROR FROM A WORKSHEET... 8 DOUBLE CLICK TO AUTOFILL A RANGE... 9 BASIC RULES... 9 DAY OF THE WEEK WITH CUSTOM FORMAT CREATE DOUBLE HEADINGS IN ONE CELL FUNCTION WIZARD HELPS WRITE FORMULAS GOAL SEEK FOR FORMULA SOLUTIONS USE ROW HEIGHT TO DOUBLE-SPACE A REPORT COPY AN ENTIRE WORKSHEET MAKE A WORKSHEET INTO A WORKBOOK WRITE FORMULAS WITH VLOOKUP FIXING WORDS THAT LOOK LIKE NUMBERS USING FILTER DISPLAYS ONLY SELECTED DATA SUBTOTALS SUMMARIZE INFORMATION WORKING WITH PRINT FILES TEXT IMPORT WIZARD Copyright Tommy Harrington

3 NEW FEATURES IN EXCEL Backstage View The good old File Command (missing from 2007) is BACK! Now there s a File tab on the Ribbon and when clicked it brings up most of the commands that were attached to the 2003 File command but now it s called Backstage View. Here is where you still find Save, Open and Print commands; but they ve also added the Excel Options to this tab. Customize the Ribbon Now you can customize the Ribbon, create your own tabs, and move commands around. This action can be taken from Excel Options or by using the Customize QuickAccess Toolbar dropdown and selecting More Commands then selecting Customize the Ribbon. Sparklines Copyright Tommy Harrington

4 Sparklines are tiny charts that fit in a cell to visually summarize trends alongside data. Because sparklines show trends in a small amount of space, they are especially useful for dashboards or other places where you need to show a snapshot of your business in an easy-to-understand visual format. Paste Preview Now you don t have to UNDO you can see it before it s done. Whopee!! Slicers Slicers offer a highly visual way to filter the data in PivotTables. You use buttons to quickly segment and filter the data to display just what you need. With a Slicer, when you apply more than one filter to your PivotTable, you no longer have to open a list to see which filters are applied to the data. Other Improvements Most of the improvements in the new Excel were internal to make Excel function with larger amounts of data and perform more efficiently. Here are few of those internal improvements: Totals rows from 65,536 to 1,048,6576 Total columns from 256 to 16,384 Sorting levels from 3 to 64 Filter drop-down list from 1,000 to 10,000 Number of characters in a formula from 1,000 to 8,000 Nesting levels (sets of parenthesis) in a formula from 7 to 64 Number of arguments in a functions (like SUM) from 30 to 255 Number of items returned by Find command from 64,000 to 2,000,000 Now we will discuss the shortcuts and skills you will need when working with the new Excel versions. Copyright Tommy Harrington

5 NAVIGATING THE TABS & RIBBONS The new Ribbon-Tab interface at the top of the Excel 2010 screen is different from earlier versions. It has been designed to allow you to access the most useful features quickly. However, if you are an experienced Excel user, you may have trouble finding your favorite commands. When getting started with Excel 2010, click on a tab (like Home) and then look at the items appearing directly above the formula bar. This is first place to check for familiar commands or groups of commands. If the items displayed has a new arrow symbol (more features symbol) attached it may bring up a familiar dialog box. If you don t see the more features symbol on an item, then click on the ribbon item immediately above the ribbon item name. Going on the ribbon to Cells and then clicking the item above, Format, bring up a list of additional commands that might be needed. As in all versions of Excel there is always more than one way to get to the same dialog box. If you click on Format Cells at bottom of list shown, you open the Format Cells dialog shown previously. Copyright Tommy Harrington

6 If you are a experienced Excel user who found Excel keyboard shortcuts useful, you will be happy to know that almost all of these keyboard shortcuts work in Excel AND the shortcuts you use to run the Excel command Menu without a mouse still work. Let me give you an example of running the Excel 2003 menu commands in Excel Ctrl+c is still the shortcut for the Copy command. After using Ctrl+c you often pressed Alt e s v then you will be happy to know that this still performs the Paste Special Values command. Most of these keyboard shortcuts to menu commands still work in Excel Copyright Tommy Harrington

7 SUM FUNCTION ADVANCED Everyone knows how to use the SUM function Right? Maybe. Let s look at using the AutoSum button and what it can do for us. You can use the AutoSum button to calculate grand totals from subtotals. Remember don t have blank rows in the area of your worksheet where you want an automatic grand total. 1. Double click the AutoSum button at cells B7, B10, and B14 to produce subtotals 2. Highlight cell B15 3. Double click the AutoSum button for the grand total shown Excel 2010 will include up to 512 subtotals in your grand total. Instead of clicking the AutoSum button, you can also press ALT+= (equal sign). Copyright Tommy Harrington

8 ELIMINATE THE #DIV/0! ERROR FROM A WORKSHEET When you write a formula that divides by a cell that could contain zero, use the following method. Use the IF function to test the divisor for zero. If this cell is zero, you can have the IF function enter a 0 or blank as shown. To eliminate #DIV/0! error from formulas in a worksheet: 1. Click on cell D5 2. Type =if( 3. Click on cell B5 4. Type =0,0, 5. Click on cell C5 6. Type / 7. Click on cell B5 8. Type ) or press Enter 9. Double click on the AutoFill handle to copy it from D5 through D8 If you want the cell to be blank rather than show 0, replace Step 4 as shown below: 4. Type =0,, Copyright Tommy Harrington

9 DOUBLE CLICK TO AUTOFILL A RANGE When a cell or group of cells is highlighted, the bottom or right-most cell has a small black square on the bottom right corner. You use AutoFill normally by dragging this handle to other cells. AutoFill repeats patterns, fills from custom lists, or copies. By double clicking the AutoFill handle you can copy a formula or other information into all adjacent cells in a range. If you have numbers in cells A1 through B10, then you write the formula, =A1+B1, in C1, this formula can be copied from C1 through C10 by simply double clicking the AutoFill handle on cell C1. After double clicking the AutoFill handle, the formula is copied through cell C10. BASIC RULES The first, and perhaps most important, basic rule for building Excel Spreadsheets is: Your spreadsheet should have no completely blank columns or rows that break up your data. This does not mean you can t have blank cells or even lines that have only one entry on them. This is acceptable. I mean don t skip entire blank rows or columns for white space. You can accomplish the same look for your report by widening columns and rows as needed. If you remember and use all four basic rules when you build your spreadsheets then Excel can automatically paint your data when you sort, sum, outline, filter or perform other advanced operations. Remember: Rule 1: Rule 2: Rule 3: Rule 4: NO BLANK COLUMNS OR ROWS FOR WHITE SPACE SEPARATE REPORTS ON SEPARATE SHEETS COLUMN HEADINGS SHOULD BE IN ONE CELL BE ON SOME STUFF WHEN YOU DO A COMMAND Copyright Tommy Harrington

10 DAY OF THE WEEK WITH CUSTOM FORMAT You can display the day of the week by creating a custom format with ddd in the date format. You can enter the current computer date by pressing CTRL+: 1. Highlight the cell or cells for displaying day of the week 2. Press Ctrl+1 or click the More Features symbol on Number ribbon item from the Home tab 3. Click on Custom and click to the right of the code displayed 4. Add a space and ddd or dddd 5. Then press ENTER 6. If ######## is displayed, best-fit the column to show the date created Sample date are shown. Custom formats can also be used in the TEXT function to convert columns of data. Example: 6/30/2011 (in cell A1) can become with =TEXT(A1, yyyymmdd ) Copyright Tommy Harrington

11 CREATE DOUBLE HEADINGS IN ONE CELL Use Alt+Enter between words in a cell places them on separate lines Column headings should be unique for certain Excel operations. When Date Shipped, Date Received, and Date Ordered must be used in a list or database, it is not good to type them on separate rows. Type Alt+Enter between two words in a cell to be used as a column heading and have them placed on two lines in the same cell. Type Order # in cell A1 1. Click on cell B1 2. Type Date 3. Press Alt+Enter (hold down the Alt and press Enter) 4. Type Ordered and press Enter This can also be done by selecting clicking the Wrap text. The cell is automatically formatted for Wrap text. FUNCTION WIZARD HELPS WRITE FORMULAS Calculate loan payment on a simple interest loan 1. Type Loan in Cell A1 2. Type Rate in A2 3. Type Term in A3 4. Type Payment in A4 5. Move to Cell B1 6. Type $90,000 (exactly as shown here) and press DOWN Key 7. Type 8.74% (exactly as shown here) and press DOWN Key 8. Type $90,000 (exactly as shown here) and press DOWN Key 9. Now here in cell B4 10. Click on the Function Wizard button Type Loan payment and click GO button. The PMT will be first in the displayed list. Select it. Copyright Tommy Harrington

12 rate, nper, and pv are required. (You can tell since they are shown in bold type.) If you have to move a dialog box in order to see part of your screen, click and drag the colored border of the box to a new location. To enter rate: Click the rate in cell B2, then type /12 and press the TAB key (/12 changes the annual interest rate shown to a monthly rate which must be done to calculate a monthly payment.) To enter nper (number of payment periods): Click on cell B3, then type *12 and press the TAB key (*12 changes years to months which must be done to calculate a monthly payment.) To enter pv (loan amount): Click on cell B1 Other items are optional. Click on the OK button to finish and enter the formula in your spreadsheet. GOAL SEEK FOR FORMULA SOLUTIONS Goal Seek is a simple tool with important uses. Using our Loan Payment example we can see the tremendous potential of Goal Seek. We would like to reverse the formula, that is, calculate the amount of loan that would give us a $ monthly payment. To use Goal Seek: 1. Click on the payment amount 2. Click on Goal Seek from the What-If Analysis item on the Data tab 3. Press the TAB key 4. Type 600 and press TAB key 5. Click on cell B1 Copyright Tommy Harrington

13 6. Click OK When the Goal Seek Status screen appears, if you wish the payment amount to be $600.00, click OK and the Loan cell changes to a value of $114,126. If you want the numbers to return to their previous values, click Cancel. Goal Seek can be used to adjust any formula to a specified value by changing one cell in a spreadsheet. Note: If Goal Seek finds no solution on the first try, enter a different amount and try again. For more advanced What-If Analysis in which you can adjust more than one variable and set constraints for certain cells, use the SOLVER add-in which is shipped free with Excel. Copyright Tommy Harrington

14 USE ROW HEIGHT TO DOUBLE-SPACE A REPORT You can use this trick to double-space any report. 1. Click the Select All button 2. This selects all rows and columns the entire worksheet 3. Click on the line below the line number of row 1 4. Drag this line to the line below row 2 5. Release the mouse button Your report is now double-spaced by doubling the row height of every cell in the worksheet. Copyright Tommy Harrington

15 COPY AN ENTIRE WORKSHEET To make a copy of a sheet, hold down CTRL while you drag the sheet tab. 1. Hold down Ctrl key 2. Click and hold down mouse on sheet tab you wish to copy 3. Drag to new position 4. Release mouse button before releasing Ctrl key MAKE A WORKSHEET INTO A WORKBOOK You can create a new workbook from a sheet tab in an existing workbook. Restore the workbook to a size that allows you to see the area around the workbook window If you want to make a sheet into a new workbook, drag its tab to the area outside the workbook's window. Or If you want keep the sheet in the existing workbook and also create a new workbook with it, hold down CTRL while you drag it. 1. Restore the workbook by clicking the Restore button 2. Click and drag the worksheet tab to the desktop within the Excel window 3. Release the mouse button to remove from the old workbook and create a new workbook If you hold down the Ctrl key while dragging the sheet tab, a copy is created in a new workbook without removing it from the original workbook. Copyright Tommy Harrington

16 WRITE FORMULAS WITH VLOOKUP The Vlookup function does a great deal of work for us in Excel. It s the function that turns Excel into a relational database program. If you have information in two lists and the information in one is needed in the other; Vlookup is the tool to use. Product names from one table can be matched with sales data in another table which has only product numbers. Client names can be placed in a list that has only client number with vlookup. The example below uses vlookup to place supervisor names in ther proper place in a report automatically. If you have no valid reason not to, you should always highlight entire columns that contain your table information. Excel uses less memory to save the file, performs the lookup much faster, and gives you extra room to add more data in the future to your lookup list. For these reasons always place your lookup table on a separate worksheet tabs. NOTE: the same worksheet tab could be used to place all your lookup table if there are more than one needed in this workbook. As an example, look at the worksheet below: To write this formula place the cursor in cell H2 now follow the steps below: 1. Type =VLOOKUP( 2. Press the Left arrow key once OR click on cell E2 3. Now type a comma (, ) 4. Click on the sheet tab named Lists Copyright Tommy Harrington

17 5. Now place your mouse pointer on column letter A, hold the button down and move right to column letter C 6. Now type another comma (, ) 7. Since the column containing the supervisor names is the third column we painted, type the number 3 8. Now type another comma (, ) 9. Type the word FALSE. This forces the VLOOKUP function to return an exact match or NA 10. Now to finish your formula press ENTER You do not need to use absolute referencing when writing VLOOKUP formulas. If we copy the formula we have just written down a column the table reference will not change because we highlighted entire columns in our formula. If I needed to copy this formula to the left or right I would then add absolute referencing to permit it to be copied left or right without changing the lookup function. When we double-click the AutoFill handle to copy this formula down column H, the formula looks up the supervisor s name from our Lists sheet and, if the Sch# is not found, it returns #N/A. Copyright Tommy Harrington

18 Copyright Tommy Harrington

19 FIXING WORDS THAT LOOK LIKE NUMBERS If you ever import data from another application or the internet, you may have a problem with words that look like numbers. If you try to sort these numbers, they do not sort numerically. If you try to use VLOOKUP they return the #N/A. Using Excel 2010 there is a simple way to fix this problem and convert the words (that look like numbers) to real numbers. 1. First highlight the entire column contain your words that should be numbers. 2. Now click the Data tab 3. Select Text to Columns 4. When the Text to Columns Wizard is displayed, simply click the Finish button to correct the problem. Copyright Tommy Harrington

20 Your words that look like numbers are now REAL numbers. Even negative number that were imported with the negative sign on the right were corrected to become REAL numbers. Copyright Tommy Harrington

21 USING FILTER DISPLAYS ONLY SELECTED DATA You can use Filter to show only select lines of data from a list. Make sure you have the cursor on one cell in the list to be filtered; and remember the cell cannot be a blank cell. From the Data tab select Filter. 1. Click on the Button at the top in the Customer column 2. First click on Select All check mark to clear all selections 3. Now select Raleigh Foods from the list displayed Copyright Tommy Harrington

22 You can add the Units column by clicking on the next blank cell in any amount column and then clicking AutoSum twice. Copyright Tommy Harrington

23 SUBTOTALS SUMMARIZE INFORMATION Sometimes it is necessary to subtotal information in am Excel list or database. If you list invoices, purchase orders, loans, production, or shipment information, you probably need to prepare some type of subtotal report on major categories in your list. This has always been a manual process until Excel. It is very important to make sure that your database or list does not contain any completely blank rows or completely blank columns. Look at the following worksheet: To have subtotals inserted for each customer in your list: First sort the list in customer order: Click in the Customer column (You must click on a single cell between A1 and A11) Click the Sort Ascending button on the Standard toolbar This groups customers together in alphabetical order. Highlight only one cell in your database or list Select Subtotals from the Data menu Copyright Tommy Harrington

24 In the Subtotal dialog box: Mark Dept in the At Each Change In area Mark Sum in the Use Function area Mark Order, Freight and Invoice columns in the Add Subtotal To area Copyright Tommy Harrington

25 Click OK Subtotals have now been inserted in your report. Not only have subtotals been inserted below each customer group, but also on the left side you find an Outline bar. Click the 2 button in the Outline bar subtotals only. to hide detail rows and show To reveal detail rows again, click the 3 button in the Outline bar. Copyright Tommy Harrington

26 To remove all Subtotals and the Outline bar select Subtotals from the Data menu Click Remove All OR simply sort on any column other the last column you sorted on before. Subtotals is one of the most powerful and easy-to-use features of Excel. It allows you to create custom summaries with just a few clicks. WORKING WITH PRINT FILES Once you have transferred data files from your source system to your PC, you can import this data into Excel. To do this use the File Open command, change the Files of Type box to All files or Text files, change the directory, and open your file. The Text Import Wizard will appear. ASCII only With an ASCII file, what you see is what you get. When you import an ASCII or text file, you get everything headers, footers, page numbers, blank lines, meaningless rows, detail records and total rows. Some of these rows contain the information you need; others don t. Totals found From a printed report you may need only certain total rows, specific product numbers or categories, particular production lines, or information selected by certain criteria. Lines not needed Garbage must be removed. This term includes blank row, unnecessary header or footer information, any data not needed but still shown on this report. Report rows are not complete records You may encounter a problem if each line in your text file is not a complete record. For example, the customer name and account number may appear once at the beginning of an order even if the order contains many different products. To use this type of data you must repeat the customer information of every line with each product ordered. Page headers may contain the only reference to a division or branch office. This needs to be repeated on each detail line. TEXT IMPORT WIZARD The data must be converted in order to use it in an Excel worksheet. Excel provides a tool for importing text files the Text Import Wizard. This tool works well for importing fixed width and delimited files. Copyright Tommy Harrington

27 Columns in your report file may not be uniform; that is, not neatly placed down a column. For example, on one row the customer account number starts at the 5 th character and on the very next row it begins in the 25 th position. With Excel alone it is difficult to correct this problem. The Text Import Wizard also provides no help in selecting only certain rows of data, but imports ALL rows. Let s use the Text Import Wizard to import a file. Text Import Wizard You can use the Text to Columns feature not only to import information from other programs and main frames, but to break single column information into multiple columns. Copyright Tommy Harrington

28 The data below needs to be separated into useful information. You can use Import Text Wizard to separate this data into column and rows. 1. From the Office Options button Select Open 2. From the file type dropdown in the bottom right of the Open screen select Text Files 3. Move through your files and folders to find the correct text file then click Open 4. When Opened the Text Import Wizard displays the top five rows of your file Copyright Tommy Harrington

29 5. Excel guesses that this is a Fixed width file and marks it as such. 6. Click the Next button 7. Move column lines to allow for correct field width if necessary 8. Click the Next button Copyright Tommy Harrington

30 9. On the screen you can mark columns of data to Skip if you do not need to import this column. Tip: be sure to mark any column with leading zeros as Text. 10. On this screen click the Finish button Data is now in columns and rows. You may still need to delete unwanted rows. Copyright Tommy Harrington

31 Index # #DIV/0! error... 8 A Alt+Enter ASCII AutoFill... 8, 9 AutoFilter AutoSum... 7 B Basic Rule... 9 basic rules... 9 C current computer date custom format D Data menu... 24, 27 delimited double-space F Files ASCII delimited fixed width text fixed width Function Wizard G Goal Seek... 12, 13 grand totals... 7 I IF function... 8 N new workbook from a sheet O Outline bar...26, 27 P Print files R Rate...11, 12 ribbon... 5, 10 S Sort Ascending Subtotal...25, 26 subtotals... 7 Subtotals...24, 27 SUM function... 7 Sumif Function T text file Text Import Wizard...27, 28 Text Import Wizard Text to Columns Text Import Wizard Text to Columns Text Wizard Toolbars customize... 3, 5 V vlookup Vlookup W Wrap text Copyright Tommy Harrington

32 If your organization needs training, application development, or consulting on Microsoft Office software Excel, Access, Word, and PowerPoint; for free estimate on any project please contact: Notes: Tommy Harrington Copyright Tommy Harrington

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

Creating a Spreadsheet by Using Excel

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

More information

EXCEL 2003 DISCLAIMER:

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

More information

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

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

More information

EXCEL 2010 TIPS & TRICKS

EXCEL 2010 TIPS & TRICKS EXCEL 2010 TIPS & TRICKS Training and Reference Guide Starlight Education Table of Contents Move to the End of a Row or Column of Data... 1 Select Cells Without Scrolling... 1 Select Non-Adjacent Ranges...

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

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

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

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

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

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

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

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

More information

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

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

More information

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

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

More information

EXCEL 2010 PROCEDURES

EXCEL 2010 PROCEDURES EXCEL 2010 PROCEDURES Starting Excel 1 Click the Start 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook 1 Click File 2 Click

More information

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning

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

More information

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

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

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

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

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

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

More information

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

Business Process Procedures

Business Process Procedures Business Process Procedures 14.40 MICROSOFT EXCEL TIPS Overview These procedures document some helpful hints and tricks while using Microsoft Excel. Key Points This document will explore the following:

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

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

Microsoft Excel Basics Ben Johnson

Microsoft Excel Basics Ben Johnson Microsoft Excel Basics Ben Johnson Topic...page # Basics...1 Workbook and worksheets...1 Sizing columns and rows...2 Auto Fill...2 Sort...2 Formatting Cells...3 Formulas...3 Percentage Button...4 Sum function...4

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

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

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Ms excel. The Microsoft Office Button. The Quick Access Toolbar Ms excel MS Excel is electronic spreadsheet software. In This software we can do any type of Calculation & inserting any table, data and making chart and graphs etc. the File of excel is called workbook.

More information

Advanced Excel Selecting and Navigating Cells

Advanced Excel Selecting and Navigating Cells Advanced Excel 2007 One major organizational change in Excel 2007, when compared to 2003, is the introduction of ribbons. Each ribbon reveals many more options depending on what tab is selected. The Help

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

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

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

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

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

More information

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

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

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Excel 2010 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains the initial value(s) of the series

More information

Excel Tables and Pivot Tables

Excel Tables and Pivot Tables A) Why use a table in the first place a. Easy to filter and sort if you only sort or filter by one item b. Automatically fills formulas down c. Can easily add a totals row d. Easy formatting with preformatted

More information

Quick Guide for Excel 2015 Data Management November 2015 Training:

Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu/training Excel 2016 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains

More information

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

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

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

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

More information

EXCEL 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

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

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

Payment Function Exercise

Payment Function Exercise Payment Function Exercise Follow the directions below to create a payment function exercise. Read through each individual direction before performing it, like you are following recipe instructions. Remember

More information

Excel 2010: Basics Learning Guide

Excel 2010: Basics Learning Guide Excel 2010: Basics Learning Guide Exploring Excel 2010 At first glance, Excel 2010 is largely the same as before. This guide will help clarify the new changes put into Excel 2010. The File Button The purple

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

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

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

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

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

Microsoft How to Series

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

More information

Working with Data and Charts

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

More information

Gloucester County Library System. Excel 2010

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

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

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

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook

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

Basics of Spreadsheet

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

More information

Chapter at a glance. Analyze. Filter. Format. Create. Analyze data dynamically by using PivotTables, page 288

Chapter at a glance. Analyze. Filter. Format. Create. Analyze data dynamically by using PivotTables, page 288 Chapter at a glance Analyze Analyze data dynamically by using PivotTables, page 288 Filter Filter, show, and hide PivotTable data, page 298 Format Format PivotTables, page 313 Create Create dynamic charts

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

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

EXCEL ADVANCED Linda Muchow

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

More information

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to create powerful mathematical, financial, and statistical models

More information

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

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

More information

ENTERING DATA & FORMULAS...

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

More information

Excel Boot Camp PIONEER TRAINING, INC.

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

More information

Excel 2013/2016 Step One TABLE OF CONTENTS

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

More information

Excel 2013 Part 2. 2) Creating Different Charts

Excel 2013 Part 2. 2) Creating Different Charts Excel 2013 Part 2 1) Create a Chart (review) Open Budget.xlsx from Documents folder. Then highlight the range from C5 to L8. Click on the Insert Tab on the Ribbon. From the Charts click on the dialogue

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

Office Applications II Lesson Objectives

Office Applications II Lesson Objectives Office Applications II Lesson Unit 1: MICROSOFT EXCEL SPREADSHEETS BASICS What is a Spreadsheet and What Are Its Uses? Define spreadsheets Define the Microsoft Excel application List business, consumer,

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information

Explore commands on the ribbon Each ribbon tab has groups, and each group has a set of related commands.

Explore commands on the ribbon Each ribbon tab has groups, and each group has a set of related commands. Quick Start Guide Microsoft Excel 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Add commands to the Quick Access Toolbar Keep favorite commands

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

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

Excel Advanced

Excel Advanced Excel 2016 - Advanced LINDA MUCHOW Alexandria Technical & Community College 320-762-4539 lindac@alextech.edu Table of Contents Macros... 2 Adding the Developer Tab in Excel 2016... 2 Excel Macro Recorder...

More information

WAAT-PivotTables Accounting Seminar

WAAT-PivotTables Accounting Seminar WAAT-PivotTables-08-26-2016-Accounting Seminar Table of Contents What does a PivotTable do?... 2 How to create PivotTable:... 2 Add conditions to the PivotTable:... 2 Grouping Daily Dates into Years, Quarters,

More information

Excel 2010 Essentials

Excel 2010 Essentials Excel 2010 Essentials Training Manual Narre Community Learning Centre Inc. TABLE OF CONTENTS Module One: Getting Started... 4 Workshop Objectives... 5 Module Two: Opening and Closing Excel... 7 Opening

More information

4Functions & Formulas

4Functions & Formulas The Original Quick Reference Guides Microsoft Excel 2010 Excel is a spreadsheet program that enables you to perform simple or complex calculations using a broad range of statistical and mathematical tools,

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

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007)

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 5 THE EXCEL ENVIRONMENT...

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

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

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

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

More information

Table of Contents. Chapter 1

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

More information

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

EXCEL Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu TABLE OF CONTENTS Introduction... 1

More information

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1 Excel 2010 Advanced Excel 2010 Advanced Page 1 Excel 2010 Advanced 2010 Cheltenham Courseware Pty. Ltd. www.cheltenhamcourseware.com.au Excel 2010 Advanced Page 2 2010 Cheltenham Courseware Pty. Ltd. All

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

Extracting the last word of a string Extracting all but the first word of a string Extracting first names, middle names, and last names Counting the

Extracting the last word of a string Extracting all but the first word of a string Extracting first names, middle names, and last names Counting the Introducing Excel Understanding Workbooks and Worksheets Moving around a Worksheet Introducing the Ribbon Accessing the Ribbon by using your keyboard Using Shortcut Menus Customizing Your Quick Access

More information

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

March 28, Excel Essentials. Jim Snediker. Suzi Huisman

March 28, Excel Essentials. Jim Snediker. Suzi Huisman March 28, 2019 Excel Essentials Jim Snediker Suzi Huisman 1 What is a Spreadsheet? A spreadsheet is the computer equivalent of a paper ledger sheet. Worksheet new name for Spreadsheet Workbook one file

More information

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid= Copyright 2010 by Curtis Frye

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid= Copyright 2010 by Curtis Frye Sample Chapters Copyright 2010 by Curtis Frye All rights reserved. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=191751 Chapter at a Glance Analyze data dynamically

More information

Part III Fundamentals of Microsoft Excel

Part III Fundamentals of Microsoft Excel Part III Fundamentals of Microsoft Excel Table of Contents 1. INTRODUCTION... 83 2. STARTING MICROSOFT EXCEL... 84 2.1 Steps for starting word...84 2.2 The Excel Window...84 3. MICROSOFT EXCEL BASICS...

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

THE AMERICAN LAW INSTITUTE Continuing Legal Education

THE AMERICAN LAW INSTITUTE Continuing Legal Education 67 THE AMERICAN LAW INSTITUTE Continuing Legal Education Using Everyday Tech Tools To Maximize Your Law Practice Plus Ethics April 26, 2018 Philadelphia, Pennsylvania Utilizing Microsoft Excel for a More

More information

Excel 2016 Basics for Mac

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

More information

12 BASICS OF MS-EXCEL

12 BASICS OF MS-EXCEL 12 BASICS OF MS-EXCEL 12.1 INTRODUCTION MS-Excel 2000 is a Windows based application package. It is quite useful in entering, editing, analysis and storing of data. Arithmetic operations with numerical

More information