Excel Training Guide. For Graff Diamonds, Inc. USA

Size: px
Start display at page:

Download "Excel Training Guide. For Graff Diamonds, Inc. USA"

Transcription

1 Excel Training Guide For Graff Diamonds, Inc. USA

2 Table of Contents Table of Contents... 2 Overview of Manual... 3 Conceptual... 4 Worksheet vs. Workbook... 5 File Types... 5 The Microsoft Ribbon... 6 Formatting, Style, and Printing... 7 Formatting Cells... 8 Merge...10 Creating Tables...11 Sorting Cells & Tables...13 Conditional Formatting...14 Freezing Panes...16 Printing & Page Layout...18 Creating Charts...19 Design...23 Cell Types...24 General vs. Number vs. Text...24 Currency vs. Accounting...25 Percentages...25 Dates...26 Graff Diamonds ~ 2 ~

3 Overview of Manual This guide is NOT all inclusive, but rather covers a number of Excel s more important aspects. A true, all-encompassing guide would likely exceed 1,000 pages and cover more detail than necessary for most employees. This is a beginner s level guide. While every attempt has been made to ensure each individual section works standalone, some sections require information that can only be acquired from reading sequentially. Graff Diamonds ~ 3 ~

4 Conceptual Graff Diamonds ~ 4 ~

5 Worksheet vs. Workbook It is important to understand the difference between a Worksheet and a Workbook. A Workbook is the name of the entire Excel project. A Worksheet is an individual page of the Workbook. You can navigate between them at the bottom of the workbook. Worksheet While you will likely only use one Worksheet in your Workbook, this is an important distinction. File Types An Excel file can be saved and opened in many different file types. Some of the more common ones are: File Type Description XLS A standard Excel workbook created before XLSX A standard Excel workbook created after XLSM A macro-enabled Excel workbook. Macros are advanced codes that go beyond the scope of this guide. Usually there will be security restrictions that may prevent you from opening a XLSM document. CSV A standard Excel workbook generally used for saving contacts. XLT A standard Excel workbook that is used as a common template for other workbooks. This version is created before XLTX A standard Excel workbook that is used as a common template for other workbooks. This version is created after For the most part you will use XLS or XLSX workbooks. XLSX allows certain newer features that an XLS workbook cannot utilize, but if you send an XLSX document to someone outside of this company, it is possible though rare that they may have an older version of Excel and cannot open this extension type. Graff Diamonds ~ 5 ~

6 When in doubt, save your document as XLSX. You can tell the type of extension on any document in Windows by clicking on it and viewing the preview pane at the bottom. You may also be able to see it at the end of the name of the document, though this varies depending on individual computer settings. The Microsoft Ribbon Every program in Microsoft Office has a bar at the top with customizable features: Microsoft Excel 2010 Ribbon Microsoft Excel 2013 Ribbon This bar is known as the Ribbon and will be referenced as such throughout this guide. Graff Diamonds ~ 6 ~

7 Formatting, Style, and Printing Graff Diamonds ~ 7 ~

8 Formatting Cells Cells are formatted by using what is known as the Ribbon. At the top of the Ribbon is a series of tabs that navigate between different fields for editing either cells or the workbook itself: Of these tabs, the first one File is where you go to Open, Save, and Print your document. The File tab also has an Options section which contains advanced settings for Excel. While you are encouraged to peruse the Options menu to get an idea of how it works, the specifics of advanced Excel options go beyond the scope of this guide. You will primary use the Home tab, which is the first and default tab when you open or create a new workbook. From left to right Paste lets you paste copied text into a cell or range of cells. As you can see, Paste has a small arrow at the bottom that can be expanded. This gives you more options such as pasting just the text without any font changes, pasting formulas, and other special features that go beyond the scope of this document. Paste will not work if you do not first have something copied. Graff Diamonds ~ 8 ~

9 Cut lets you copy text from Excel. This option removes the text from the original source. Copy lets you copy text from Excel. This option leaves the text in the original source. Format Painter goes beyond the scope of this guide. Font Face & Size modifies the font face and size of the font. You can also use the A+ and A- arrows to quickly increase and decrease size. Bold, Italics, and Underline all have quick buttons. Note the arrow next to Underline, which lets you choose advanced underline options. Borders can be used to create a line around a cell. By default, there is a slight grey border, but that is only viewable when editing the workbook and will not show up when printing. You can also change the border size and color. Cell & Font Fill are used to change the cell fill and cell font colors. Alignment allows you to modify the top, middle, and center vertical location as well as the left, center, right horizontal location of cells. Additionally, you can tilt and indent cell values. When Wrap Text is enabled, if a cell s value expands beyond its width, the cell will instead automatically expand downward so that all text is viewable. No Wrap Text Wrap Text Enabled Due to its importance, Merge & Center deserves its own section. Graff Diamonds ~ 9 ~

10 Merge By default, each cell has a standard width and height. When you merge cells, you take two (or more) adjacent cells and combine them together. This works horizontally or vertically. In the example, you can see that while there are six positional spaces taken up (A1, A2, B1, B2, C1, C2), there are only 4 cells. This is because cells A2 and B2 are merged horizontally and cells C1 and C2 are merged vertically. Merging cells can be very helpful when preserving formatting. In the example below, merged cells offer no numerical benefit, but by combining the Quarter headers and the Quarter Total footer, I can align the numbers nicely and help keep the different cell sections aesthetically clear and presentable. Graff Diamonds ~ 10 ~

11 Creating Tables There is a quick way to form an actual tablet with your data. This is useful not just for presentation, but for sorting and micro-managing a large array of otherwise clustered numbers. To form a quick table, simply highlight the range of cells that are being used to create the table. Then in the header choose the Format as Table drop-down, following by a color scheme that you want to use. A pop up will appear confirming the range of cells you want to use, as well as asking if your table has a header. A header is the top row of a table, often used for organization and clarity. In the example above, row 1 is indeed a header because it has the customer s names rather than their amounts paid. After making my decision, Excel automatically customizes my cells for me: Graff Diamonds ~ 11 ~

12 It also created a new Design tab in the Ribbon. This lets me quickly customize my table. Let s quickly go over some of the key features: PivotTables go beyond the scope of this document. Remove Duplicates lets you quickly remove duplicate values in a column. We cover this more in the Data Tools section below. Convert to Range allows you to quickly remove the table formatting if you decide you want to go back to plain cells. The Table Style Options lets you change the colors of your table. As we mentioned before, because I have a header, the Header Row option is checked off, which means it will have a unique color and style on the table. You could add a quick Total Row that uses SUM() to figure out the value of your data (SUM() and other formulas are covered in later sections). First and Last Column will automatically bold those columns if selected. Lastly, there are Banded Rows/Columns. A band is a pattern of colors that differentiates between alternating rows and columns. Here is what my table looks like with each feature selected: No Band Banded Rows Banded Columns Tables can also be quickly sorted, which is covered more in the next section. Graff Diamonds ~ 12 ~

13 Sorting Cells & Tables Sorting can be used to automatically arrange a large group of unordered or alphabetical numbers or words. Before Sort After Sort Before Sort After Sort If you have a table, you can sort a column by clicking on the drop-down arrow at the top of the column and choosing your sort option. If you are not using a table, you can either highlight a range of numbers or click on the column, then choose Sort & Filter from the Ribbon, followed by your sort option. Sometimes when you sort you may get the following warning: What this indicates is that if left alone you would only be sorting the selected data or column. Excel detects that you might have information next to that column which should be matched up after the sort, so it asks you. Expand the selection means that adjacent columns will sort so that they stay adjacent to their original Graff Diamonds ~ 13 ~

14 This concept is better explained in the example below: Original Non-expanded Sort Expanded Sort In this example, I sorted column A both with the expanded and without the expanded option. When I don t expand the selection, the second column state capitols in this example stays completed unsorted, so they no longer match up with their state. When I do expand the sort process from Column A, the state capitols don t sort alphabetically, but instead sort so that they remain next to the cell in Column A that is being sorted. When in doubt, choose to Expand your Sort Process. Conditional Formatting Conditional Formatting can be a very advanced topic, so instead we will go over the custombuilt features. You will largely never use Conditional Formatting and should not feel this is vital or necessary information. You use conditional formatting on a range of cells to automatically assign a particular style (either font size/color or background color) that is based on the value of the cells selected. You can find Conditional Formatting in the Ribbon, where it has various pre-set options: Graff Diamonds ~ 14 ~

15 The middle three options Data Bars, Color Scales, and Icon Sets are all visual. They work off a range of numbers (high to lower) or words (alphabetically) to assign a visual clue to the order. This is helpful if you have a range of data that you don t want to sort, but still want to visually demonstrate high and value (or alphabetic) values. In the example above, I applied a Data Bars conditonal formatting to the cells in column B. When I did that, it gave me a visual indication of the smallest to largest numbers. Conditional formatting also works with decimals, currency, and percentages. Some conditional formatting requires you to set criteria. In Highlight Cell Rules, you have a number of mathematical operators that are used to determine if the cell should be highlighted. Unlike Data Bars, it only highlights the cells that match the criteria. Most of the rules are straightforward. As an example, I choose a range of column, set Equal To to the word Failed and selected a visual preset: Graff Diamonds ~ 15 ~

16 While I could have put a number or even chosen another cell on the left side, instead I use the phrase FAILED because that best fits my example below. Unlike the Data Bars formatting from before, this formatting matches everything that meets my criteria. While it may seem like an unnecessary aesthetic feature, conditional formatting can be a lifesaver when you have a giant range of data and need to find matching values. Additionally, the Top/Bottom Rules are used for showing either the top/bottom 10 cells or 10% of cells that match a certain value. This is helpful if you have a large range of data such as prices of diamonds and are looking for the 10% most or lease expensive. While more can be said about conditional formatting, including the ability to custom create your own rules and font/fill colors, that goes beyond the scope of this document. Freezing Panes Underneath the View tab is an important feature called Freeze Panes. A frozen pane is grouping of row(s) and/or column(s) that will always remain viewable when scrolling through your data. This, for example, is helpful if you have a header; frozen panes will ensure that the first row of your spreadsheet remains visible even if you scroll down where you can t see the first row anymore. Graff Diamonds ~ 16 ~

17 Freeze panes has a two defaults. Freeze Top Row will lock only the top row of your spreadsheet in place. A frozen pane is noticeable by the slightly darker line it makes. In the example above, you can see how my spreadsheet goes from row 1 (the months) to row 5. Even though I scrolled down, because row 1 was frozen, it will always be viewable while I m working on my document. Freeze First Column functions similarly but will lock the A column in place instead. The final version of freeze panes is the standard Freeze Panes option, which is based on the location of your selected cell in the spreadsheet. It will lock in place all rows to the left and all rows above that selected cell, letting you choose what you want to lock. You cannot freeze panes to the right or bottom of a worksheet. In the example above, I had selected (clicked on) cell C3 when I locked the pane. Afterwards, it froze columns A and B (to the left of cell C3) and rows 1 and 2 (above cell C3). To unfreeze a pane, go back to Freeze Pane in the View tab and choose Unfreeze Pane; this option will only be available if you ve already locked a pane in place. Graff Diamonds ~ 17 ~

18 Printing & Page Layout One of the most difficult aspects of Excel is printing. Unlike Microsoft Word, which has a set page size, Excel lets you enter data well outside of a standard page range, so that if you go to print, you may wind up with pages broken at unusual columns or rows. Luckily, Excel also lets you control the formatting of your page so that it can print exactly to your specifications. This all starts on the Page Layout tab. While the Themes section on the far left can be fun to play with, it is visual only and goes beyond the scope of this document. Margins lets you determine how much free space there is at the edge of a printed sheet of paper. By default, a standard letterhead document leaves roughly ¾ of an inch of the edge of every printed page blank; this is because most printers are not capable of printing near the edge of a sheet of paper. Excel lets you modify that margin if you want more or less space around the corners of the printed page. Orientation only has two selections: the default Portrait view or the sideways Landscape view. If you find most of your data stretches off far to the right of the screen, you might be better served in Landscape rather than Portrait. Size is normally set to 8 ½ x11 0 (normal Letterhead paper) but can be adjusted if you are printing on different-sized paper, such as Legal or Envelope. Print Area lets you highlight which sections of your worksheet should be printed. This is useful if you have data on your spreadsheet that is only to be viewed or edit, but should not be printed. Note that Print Area can be a little unwieldy, so you might want to experiment with it first. Breaks, Background, and Print Titles go beyond the scope of this guide. Graff Diamonds ~ 18 ~

19 Scale to Fit is vital to understanding printing. This section lets you either scrunch down (or expand) your document for printing in the Scale field, or the easier option through the Width and Height drop-down menus. Here you can specify exactly how many pages wide and down your worksheet should use when printing and Excel will auto-scale your document to fit. If you notice one or two stray columns keep printing on a separate page, you can set the Width to 1 page (or more) and Excel will scale the document to automatically ensure everything will fit. Creating Charts Charts are an extremely involved element of Excel and could use their own entire guide to explain in depth, so instead we are going to cover the very basics and encourage you to explore its full features at your leisure. To start, you need to already have a full set of data that you want to use to create a chart. Try to envision what your chart should look like before you begin; that will help you understand how to properly create one. Start by selecting all your data. If you have header or row titles, make sure to include them as well, though be mindful: Excel has a hard time handling data if you have more than one header or row title. In the example below, I only have one header title (the months) and one row title (the salesperson), so I can proceed without worry. Graff Diamonds ~ 19 ~

20 Once highlighted, click on the Insert tab, choose which type of chart you want to use, and then the specific style of your chart. If you re unfamiliar with chart types and style then it can admittedly be tricky to figure out which specific chart works best for your data, so feel free to try a few until you find one that looks best. Your chart will automatically be created for you in the middle of your worksheet. There s a lot going on here, so let s break it all down: Because Excel doesn t know certain information, it automatically puts placeholders in for you, such as Axis Title to the left and Chart Title on the top. These are values that I can click on and re-type. Other values such as the months and salesperson s names cannot be re-written on the chart itself since it is being generated from the worksheet. If you need to change that information you would have to do so on the actual Excel worksheet with your data. You may, however, be able to delete certain values so that they don t show up on the chart. In the example Graff Diamonds ~ 20 ~

21 above, the numbers on the left, the months on the bottom, and the list of sales people and their corresponding color can all be deleted. Even though my values only go from 1-5, Excel will often create a buffer for your data, depending on your chart type. In this case it created a line for 6 and 0 even though no numbers reach that range. Right-clicking gives you some options depending on what you right click With specifics of each of these go beyond the scope of this document, but feel free to experiment with them at your leisure to better understand how to manipulate how your chart is best displayed. When you create a chart, you will notice that new tabs appear at the end of your ribbon: We won t go into each tab in detail, but there a few features worth pointing out. In the Design tab you can find Change Chart Type, which can be helpful to easy switch from bar to pie to line charts and so on. Near that you will see Switch Row/Column; this is very helpful, as often Excel doesn t know for sure which data should be on the X or Y axis, and this button lets you quickly switch between the two. Graff Diamonds ~ 21 ~

22 In Layout you have a number of quick-customize tools, such as modifying your Chart s Title, Axis, Legend, Labels, Axes and Grid layout, etc. You can also modify trend lines and range of error bars. Because these options are quick-customizable, they all have a None option (which will hide the feature if you decide you don t want it), and we strongly recommend you quickly scroll through each option to get an idea of what it does. Finally, there is the Format tab, which lets you change font styles and colors for either the chart itself or individual data lines. You may have trouble knowing if your selection is the correct one, so if you want to experiment with the Format tab, this is the best time to point out the top-left corner of Excel: Here you will find a backwards arrow button ( ) better known as the undo key, which will automatically reverse any change you made. If you ever make a formatting change, you can quickly click the undo key to reverse the change you just made. You can also press Ctrl + Z on your keyboard for the same effect. Graff Diamonds ~ 22 ~

23 Design Graff Diamonds ~ 23 ~

24 Cell Types In Excel, each cell has a specific value assigned to it. This is useful for formatting as well as working with formulas that demand data to be in a certain format. Cell values can easily be changed by highlighting one or more cell and editing them in the Ribbon: General vs. Number vs. Text By default, all cells are considered General. General makes no assumptions about the value of the data in the cell, but it also can cause formatting and formula problems because of its lack of distinction. By comparison, when a cell is selected as a Number, Excel understands that it should be used in a mathematical equation. While you can set a cell with text to be a Number, it is best used with actual numbers. All B column values set to Number You can also set a cell value as Text, which instead treats the cell as a text value. You can set cells with number values to Text, which left-aligns them in the cell and may have impact on formulas that assume you are only using text values. All B column values set to Text Graff Diamonds ~ 24 ~

25 Currency vs. Accounting If you are using financial values, you can choose two Number subsets: Currency and Accounting. Other than formatting, there is no difference between these cell styles. You can also change the currency type and/or increase/decrease the decimal range with the Ribbon tool. Percentages Percentages can be particularly tricky when you are using an existing number. If you turn the value 100 into a percentage, it will convert it automatically to 10,000%. Always make sure existing numbers have been divided by 100 before converting them into a percentage. If you format a cell has a percentage and then enter a decimal value such as 0.1 it will automatically multiply it by 100. This is a mathematical feature of Excel. Graff Diamonds ~ 25 ~

26 Dates Date formatting is useful only for date-based cells, as formatting any other value will result in gibberish. It is best to format the cell as a Date first and then enter your data. There are two types of default date formatting: Short Date (in MM/DD/YY format) or Long Date (Day of the Week, Month Day, Year). Graff Diamonds ~ 26 ~

Microsoft Excel 2010 Tutorial

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

More information

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

Lesson 19 Organizing and Enhancing Worksheets

Lesson 19 Organizing and Enhancing Worksheets Organizing and Enhancing Worksheets Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 Objectives Hide, show, and freeze columns and rows. Create, rename, and delete worksheets. Change

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

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

Excel Training - Beginner March 14, 2018

Excel Training - Beginner March 14, 2018 Excel Training - Beginner March 14, 2018 Working File File was emailed to you this morning, please log in to your email, download and open the file. Once you have the file PLEASE CLOSE YOUR EMAIL. Open

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

Microsoft Excel Important Notice

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

More information

Gloucester County Library System EXCEL 2007

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

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

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

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

STUDENT NAME ECDL: EXCEL MR BENNELL. This is an example of how to use this checklist / evidence document

STUDENT NAME ECDL: EXCEL MR BENNELL. This is an example of how to use this checklist / evidence document This part contains an instruction, task or a skill which you need to sow evidence of being able to do Once you have completed a task and shown evidence of it write the date underneath the task instruction

More information

TABLE OF CONTENTS. i Excel 2016 Basic

TABLE OF CONTENTS. i Excel 2016 Basic i TABLE OF CONTENTS TABLE OF CONTENTS I PREFACE VII 1 INTRODUCING EXCEL 1 1.1 Starting Excel 1 Starting Excel using the Start button in Windows 1 1.2 Screen components 2 Tooltips 3 Title bar 4 Window buttons

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

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

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

More information

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

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

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

Excel 2007 New Features Table of Contents

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

More information

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

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

Spreadsheets Microsoft Office Button Ribbon

Spreadsheets Microsoft Office Button Ribbon Getting started with Excel 2007 you will notice that there are many similar features to previous versions. You will also notice that there are many new features that you ll be able to utilize. There are

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

INFORMATION TECHNOLOGY 402 UNIT IV SPREADSHEET

INFORMATION TECHNOLOGY 402 UNIT IV SPREADSHEET INFORMATION TECHNOLOGY 402 UNIT IV SPREADSHEET AUTOSUM AutoSum is a function in Microsoft Excel and other spreadsheet programs that automatically enters the appropriate formula or function into your spreadsheet.

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Excel 2013 Workshop. Prepared by

Excel 2013 Workshop. Prepared by Excel 2013 Workshop Prepared by Joan Weeks Computer Labs Manager & Madeline Davis Computer Labs Assistant Department of Library and Information Science June 2014 Excel 2013: Fundamentals Course Description

More information

Microsoft Excel 2010 Basics

Microsoft Excel 2010 Basics Microsoft Excel 2010 Basics Starting Word 2010 with XP: Click the Start Button, All Programs, Microsoft Office, Microsoft Excel 2010 Starting Word 2010 with 07: Click the Microsoft Office Button with the

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

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

Quick Reference Card Business Objects Toolbar Design Mode

Quick Reference Card Business Objects Toolbar Design Mode Icon Description Open in a new window Pin/Unpin this tab Close this tab File Toolbar New create a new document Open Open a document Select a Folder Select a Document Select Open Save Click the button to

More information

The HOME Tab: Cut Copy Vertical Alignments

The HOME Tab: Cut Copy Vertical Alignments The HOME Tab: Cut Copy Vertical Alignments Text Direction Wrap Text Paste Format Painter Borders Cell Color Text Color Horizontal Alignments Merge and Center Highlighting a cell, a column, a row, or the

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

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

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

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

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 THE BASICS PAGE 02! What is Microsoft Excel?! Important Microsoft Excel Terms! Opening Microsoft Excel 2010! The Title Bar! Page View, Zoom, and Sheets MENUS...PAGE

More information

CATEGORY SKILL SET REF. TASK ITEM. 1.1 Working with Spreadsheets Open, close a spreadsheet application. Open, close spreadsheets.

CATEGORY SKILL SET REF. TASK ITEM. 1.1 Working with Spreadsheets Open, close a spreadsheet application. Open, close spreadsheets. ECDL / ICDL Spreadsheets This module sets out essential concepts and skills relating to understanding the concept of spreadsheets and demonstrating an ability to use a spreadsheet to produce accurate work

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

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

Microsoft Certified Application Specialist Exam Objectives Map

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

More information

Excel Basics. TJ McKeon

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

More information

Microsoft Excel 2013: Excel Basics June 2014

Microsoft Excel 2013: Excel Basics June 2014 Microsoft Excel 2013: Excel Basics June 2014 Description Excel is a powerful spreadsheet program. Please note that in this class we will use Excel 2010 or 2013. Learn how to create spreadsheets, enter

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

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

Microsoft Excel 2016 / 2013 Basic & Intermediate

Microsoft Excel 2016 / 2013 Basic & Intermediate Microsoft Excel 2016 / 2013 Basic & Intermediate Duration: 2 Days Introduction Basic Level This course covers the very basics of the Excel spreadsheet. It is suitable for complete beginners without prior

More information

Spreadsheet Software

Spreadsheet Software Spreadsheet Software Objectives: Working with Spreadsheets Enhancing Productivity Using the Application Open, close a spreadsheet application. Open, close documents. Create a new spreadsheet based on default

More information

The following is the Syllabus for Module 4, Spreadsheets, which provides the basis for the practice-based test in this module.

The following is the Syllabus for Module 4, Spreadsheets, which provides the basis for the practice-based test in this module. Module 4 Spreadsheets The following is the Syllabus for Module 4, Spreadsheets, which provides the basis for the practice-based test in this module. Module Goals Module 4 Spreadsheets requires the candidate

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

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

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

More information

Excel Tutorial 2: Formatting Workbook Text and Data

Excel Tutorial 2: Formatting Workbook Text and Data Excel Tutorial 2: Formatting Workbook Text and Data Microsoft Office 2013 Objectives Change fonts, font style, and font color Add fill colors and a background image Create formulas to calculate sales data

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTRODUCTION TO MICROSOFT EXCEL 2016 Introduction to Microsoft Excel 2016 (EXC2016.1 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn

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

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

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

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Microsoft Office Excel 2013 Courses 24 Hours

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

More information

EXCEL BASICS: PROJECTS

EXCEL BASICS: PROJECTS EXCEL BASICS: PROJECTS In this class, you will be practicing with three basic Excel worksheets to learn a variety of foundational skills necessary for more advanced projects. This class covers: Three Project

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

Excel (Giant) Handout (3/16/15)

Excel (Giant) Handout (3/16/15) Excel (Giant) Handout (3/16/15) Excel is a spreadsheet processor that is an outgrowth of Lotus 1-2-3 and Symphony. It is a Microsoft Product that is part of Microsoft Office (all versions) along with Microsoft

More information

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

More information

Introduction to Excel

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

More information

Excel. Excel Options click the Microsoft Office Button. Go to Excel Options

Excel. Excel Options click the Microsoft Office Button. Go to Excel Options Excel Excel Options click the Microsoft Office Button. Go to Excel Options Templates click the Microsoft Office Button. Go to New Installed Templates Exercise 1: Enter text 1. Open a blank spreadsheet.

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Starting Excel application

Starting Excel application MICROSOFT EXCEL 1 2 Microsoft Excel: is a special office program used to apply mathematical operations according to reading a cell automatically, just click on it. It is called electronic tables Starting

More information

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

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

More information

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

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

Overview. At Course Completion After completing this course, students will be learn about and be able to:

Overview. At Course Completion After completing this course, students will be learn about and be able to: Overview Organizations the world over rely on information to make sound decisions regarding all manner of affairs. But with the amount of available data growing on a daily basis, the ability to make sense

More information

Contents. Introduction 15. How to use this course 18. Session One: Basic Skills 21. Session Two: Doing Useful Work with Excel 65

Contents. Introduction 15. How to use this course 18. Session One: Basic Skills 21. Session Two: Doing Useful Work with Excel 65 Contents Introduction 15 Downloading the sample files... 15 Problem resolution... 15 The Excel version and locale that were used to write this book... 15 Typographical Conventions Used in This Book...

More information

Excel 2013 Intermediate

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

More information

Excel 2007 Tutorials - Video File Attributes

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

More information

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

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

Microsoft Excel for Beginners

Microsoft Excel for Beginners Microsoft Excel for Beginners training@health.ufl.edu Basic Computing 4 Microsoft Excel 2.0 hours This is a basic computer workshop. Microsoft Excel is a spreadsheet program. We use it to create reports

More information

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation Study Guide PCIC 3 B2 GS3- Key Applications-Excel Copyright 2010 Teknimedia Corporation Teknimedia grants permission to any licensed owner of PCIC 3 B GS3 Key Applications-Excel to duplicate the contents

More information

MICROSOFT EXCEL BEYOND THE BASICS. MARY ANN WALLNER Contact Information:

MICROSOFT EXCEL BEYOND THE BASICS. MARY ANN WALLNER Contact Information: MICROSOFT EXCEL BEYOND THE BASICS MARY ANN WALLNER Contact Information: walln003@csusm.edu PRESENTING EXCEL Excel can be used for a wide variety of tasks: Creating and maintaining detailed budgets Tracking

More information

Basic Excel 2010 Workshop 101

Basic Excel 2010 Workshop 101 Basic Excel 2010 Workshop 101 Class Workbook Instructors: David Newbold Jennifer Tran Katie Spencer UCSD Libraries Educational Services 06/13/11 Why Use Excel? 1. It is the most effective and efficient

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

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

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 2013 Next Steps

Excel 2013 Next Steps Excel 2013 Next Steps ADULT SERVICES DEPARTMENT CRYSTAL LAKE PUBLIC LIBRARY 126 W. PADDOCK STREET CRYSTAL LAKE, IL 60014 815-459-1687, X7 WWW.CLPL.ORG Agenda 2 Home Toolbar Alignment Group Number Formats

More information

Excel 2010 Level 1: The Excel Environment

Excel 2010 Level 1: The Excel Environment Excel 2010 Level 1: The Excel Environment Table of Contents The Excel 2010 Environment... 1 The Excel Window... 1 File Tab... 1 The Quick Access Toolbar... 4 Access the Customize the Quick Access Toolbar

More information

Formatting Values. 1. Click the cell(s) with the value(s) to format.

Formatting Values. 1. Click the cell(s) with the value(s) to format. Formatting Values Applying number formatting changes how values are displayed it doesn t change the actual information. Excel is often smart enough to apply some number formatting automatically. For example,

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

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

More information

Basics. Jhan Schmitz SCSH Computer Club January 23, 2014

Basics. Jhan Schmitz SCSH Computer Club January 23, 2014 Jhan Schmitz SCSH Computer Club January 23, 2014 Agenda What is Excel? Versions of Excel Creating and Building a New Excel Workbook: Excel Basic Basics Starting Simply Fahrenheit to Celsius Extending What

More information

Excel Tutorials - File Size & Duration

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

More information

EXCEL 2013 FDLRS SUNRISE

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

More information

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

Introduction to Excel 2013 Part 2

Introduction to Excel 2013 Part 2 Introduction to Excel 2013 Part 2 Open a file Select File from the Menu bar, select Open from the drop down menu, navigate to the place where the file was stored, double-left click on the file name. Modify

More information

Excel 2013 Getting Started

Excel 2013 Getting Started Excel 2013 Getting Started Introduction Excel 2013 is a spreadsheet program that allows you to store, organize, and analyze information. While you may think that Excel is only used by certain people to

More information

Computer Applications Final Exam Study Guide

Computer Applications Final Exam Study Guide Name: Computer Applications Final Exam Study Guide Microsoft Word 1. To use -and-, position the pointer on top of the selected text, and then drag the selected text to the new location. 2. The Clipboard

More information

Excel 2010 Tutorials - Video File Attributes

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

More information

Data. Selecting Data. Sorting Data

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

More information

GAZIANTEP UNIVERSITY INFORMATICS SECTION SEMETER

GAZIANTEP UNIVERSITY INFORMATICS SECTION SEMETER GAZIANTEP UNIVERSITY INFORMATICS SECTION 2010-2011-2 SEMETER Microsoft Excel is located in the Microsoft Office paket. in brief Excel is spreadsheet, accounting and graphics program. WHAT CAN WE DO WITH

More information

ADD AND NAME WORKSHEETS

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

More information

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want.

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Page Setup and Print Chapter 4 Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Print Preview is available so that you can check how

More information

EXCEL + POWERPOINT. Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING

EXCEL + POWERPOINT. Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING EXCEL + POWERPOINT Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING KEYBOARD SHORTCUTS NAVIGATION & SELECTION SHORTCUTS 3 EDITING SHORTCUTS 3 SUMMARIES PIVOT TABLES

More information