Applied Systems Client Network SEMINAR HANDOUT. Excel 2007: Level 2

Size: px
Start display at page:

Download "Applied Systems Client Network SEMINAR HANDOUT. Excel 2007: Level 2"

Transcription

1 Applied Systems Client Network SEMINAR HANDOUT Excel 2007: Level 2

2 Prepared for ASCnet Applied Systems Client Network 801 Douglas Avenue #205 Altamonte Springs, FL Phone: Fax: Copyright 2009 by Applied Systems Client Network, Inc. (ASCnet), 801 Douglas Avenue #205, Altamonte Springs, FL Protection claimed in all forms and matters of copyrightable material and information now allowed by law or hereafter granted including both electronic and conventional distribution of herein products. Reproduction or transmission unless authorized by ASCnet is prohibited. All rights reserved. Specific product information regarding Applied Systems The Agency Manager and Vision, as well as other products copyrighted and mentioned within (ex: Microsoft, Excel, etc.) are the product of the individual company and no endorsement or ownership of product should be implied by its mention and use. All workflows are suggested and common workflows. Users of this material agree that ASCnet cannot be held liable for any omissions or errors within the guide. Original Author: Sue Good Alexant Systems Corporation September 2009 Target Audience: X Accounting X Account Executive Non-Insurance Accounting X Customer Service Representative X Administrative New Producer X Principal X Experienced Producer X General X IT Human Resources Other: (describe) Seminar Type: Microsoft Products, Reports Seminar Level: Intermediate Level: An Intermediate level class takes the concepts originated from a basic level course, and adds more layers or parallel concepts. For functional courses, these classes will require the participant or attendee to have some basis to work from as they are learning new facets of the agency management system or software program. September,

3 Class Description: This class will cover more advanced Excel tools to manipulate data exported from your management system. Learning Outcomes: Expand your knowledge of Excel tools and how they can be used to get the information you want. Master powerful tools like Pivot Tables and Macros to make your job easier. Get really excited about how fast and easy it is to analyze data using Excel. Assumptions: This seminar is based on the following TAM Version 10.X Microsoft Excel Version 2007 Sample Workbook: Excel_Level_2_sample_workbook.xlsm Table of Contents Overview... 4 Left Function (ie, just the Client Code)... 4 Right Function (ie, just the Policy Sub-Sections)... 5 Concatenate (Combine Data)... 6 Annualize Premium or Commission... 7 Convert Tam Accounting Month/Year To Real Date... 8 Text to Columns... 8 Replace... 8 Date Function... 9 Pivot Tables Create a Pivot Table See the Detail for a Data Value Sort Data in Pivot Table Change Field Settings Group Data (ie, group dates by month/year) Macros Developer Tab Macro Security Settings Record a Macro Run a Macro APPENDIX Macro for Retention Calculations Step 1 Collect Data Sources Step 2 Add Data Columns for Comparison Step 3 Combine the Two Worksheets into One Step 4 Insert a Pivot Table Step 5 Copy and Paste Pivot Table Data to new worksheet Step 6 Run Macro September,

4 Overview This class will focus on some of the Excel tools that make formatting and analyzing data from TAM easier. When Book of Business or Production reports are exported from TAM, some data can be lost or formatted differently than expected. We ll start out by learning some of the tools, then move on to the Power of Pivot Tables, and finally, touch on how to record and use Macros. Left Function (ie, just the Client Code) Problem: My spreadsheet only contains the Policy Index, but I want to be able to subtotal based on the Client Code, so I need a column with just the Client Code. Solution: Use the Left Function to copy only the first 7 characters of the Policy Index into a new Column. Insert a blank column next to the Policy Index column. In the cell next to the first cell with a Policy Index, type in = Now look directly above Column A. You ll see a field with a drop down arrow. When you enter = in a cell, this field will contain a whole list of functions you can perform. We want to use the one called Left. If you don t see it in the list, click on More Functions, and scroll thru the alphabetized list until you can click on Left. Now you ll see a Function Arguments box. Place your cursor in the Text Field, and then click on the cell with the Policy Index data. Then click in the Num_chars field. Enter 7. You can see what the data will be placed in the field when you click OK. We entered 7 because we want the first 7 characters in the Policy Index field, which is our Client Code in TAM. Click OK Click in the new cell, and move your cursor so it s in the lower right hand corner of the cell. The cursor will change to a + sign. Now Double Click. This will AutoFill all the cells below with the same formula. Add a Title to this new column Client Code Next, we want to convert our formulas in this column to just data. Highlight the column by clicking on the Column Label (B, for example). Now, right click, Copy Then, right click, Paste Special Values Now the data is the 7 digit TAM code, and not just a formula. September,

5 Example: Insert a column to the right of the Pol_idx, and use the Left Function to copy the Left 7 characters of the Pol_idx into the new column. Name the new column Client Code Right Function (ie, just the Policy Sub-Sections) Problem: My spreadsheet contains all of my billing screens, but I only want to see the Policy Indexes that end in 001. Solution: Use the Right Function to copy only the last 3 characters of the Policy Index into a new column. Insert a blank column next to the Client Code column. In cell C2, type in = Now look directly above Column A. You ll see a field with a drop down arrow. When you enter = in a cell, this field will contain a whole list of functions you can perform. We want to use the one called Right. If you don t see it in the list, click on More Functions, and scroll thru the alphabetized list until you can click on Right. Now you ll see a Function Arguments box. Place your cursor in the Text Field, and then click on the cell with the Policy Index data. Then click in the Num_chars field. Enter 3. You can see what data will be placed in the field when you click OK. We entered 3 because we want the last 3 characters of the Policy Index field, which should let us know whether the billing screen is a subsection. Click OK Click in the new cell, and move your cursor so it s in the lower right hand corner of the cell. The cursor will change to a + sign. Now Double Click. This will AutoFill all the cells below with the same formula. Add a Title to this new column Subsection Next, we want to convert our formulas in the this column to just data. Highlight the column by clicking on the Column Label (B, for example). Now, right click, Copy Then, right click, Paste Special Values Now the data is the 3 digit Policy Slot, and not just a formula. September,

6 Example: Insert a column to the right of Client Code, and use the Right Function to copy the Right 3 characters of the Pol_idx into the new column. Name the new column Subsection Concatenate (Combine Data) Problem: In my agency, we add a new policy detail screen when a policy is rewritten, so if I am trying to compare one period to another using the TAM policy index, the data is inaccurate. Solution: Another option would be to compare one period to another using the TAM Client Code and the Policy Type. Combine the two fields using the Concatenate Function. To Concatenate: 1. Insert a Column in your worksheet. 2. Type = in the first data cell of your new column (not the header row). 3. Click in the box above Column A, and select Concatenate from the list of functions (if you can see it), or click More Functions and find Concatenate in the Function List. 4. A Function Arguments window will open. Click in each Text box, and then click on the cell (or enter text) you want to appear. In the example above, click in the Text1 box, and then click on Cell B2, then click in the Text2 box and type a, then click in the Text3 box and click on Cell I2. It should look like this: 5. You can see the formula result in the bottom left corner of the window, the 7 digit TAM client code, then a -, then the policy type. 6. Click OK September,

7 7. Click in the cell C1, and move your cursor so it s in the lower right hand corner of the cell. The cursor will change to a + sign. Now Double Click. This will AutoFill all the cells below with the same formula. 8. Add a Title to this new column Client Policy Type 9. Next, we want to convert the formulas in this column to just data. Highlight the column by clicking on the Column Label (C, for example). 10. Now, right click, Copy 11. Then, right click, Paste Special 12. Values Now the data is the 7 digit Client Code-Policy Type, and not just a formula. Example: Combine the TAM Client Code with the Policy Type. Annualize Premium or Commission Problem: My Search Policies Current does not annualize my premium or commissions. Solution: Use Excel formulas to calculate the Annualized Premium and Commissions. 1. Insert column called Days in Force to the right of the Expiration Date column. a. Formula is =+F2-E2 (F2 is Expiration Date cell, E2 is Effective Date cell). Place cursor in lower right hand corner of the cell, and double click. This will autofill the column with the formula. (The value in the cell looks like a date, but we will change it in the next step to be a number). b. Select column Days in Force, right click Format Cells. i. Category: Number ii. Decimal places: 0 iii. Use 1000 separator c. Sort Days in Force column in descending order by clicking on a cell in the column, click the Data Tab,. This will sort the column to show you the billing screens with the largest effective date range at the top. Determine if the multi-year policies are reflecting the annual premium or the full term premium. 2. Insert a column called Annualized Commission next to the Days in Force column. a. Formula is =365/G2*N2 Column G is Days in Force and Column N is Co_amt. Place cursor in lower right hand corner of the cell, and double click. This will autofill the column with the formula. 3. Insert a column called Annualized Premium to the right of the Annualized Commission column. a. Formula is =365/G2*Q2 Column G is Days in Force and Column Q is Prem. Place cursor in lower right hand corner of the cell, and double click. This will autofill the column with the formula. 4. For policies in force less than 31 days, Copy and Paste Prem and Co_amt fields to Annualized Premium and Annualized Commission Fields if you don t want these commissions or premiums annualized. September,

8 Convert Tam Accounting Month/Year To Real Date 1. Insert 2 columns to the right of Month column. a. Highlight the two columns to the right of the TAM Month Column. Right click on Column. (This will highlight the columns) b. Click Insert. You will now have two blank columns to the right of the Month column. Text to Columns 2. Text to Columns to split up month and year into two columns. a. Highlight the Month column b. Click Data Text to Columns c. Choose Fixed Width. Click Next. d. Click between the 2nd and 3rd characters. A line will appear showing how the text will be split. Click Next. Replace 3. Replace the two digit year (A8) with a four digit real year a. Highlight the column with the two digit year. b. Click Home, Find and Select from the Editing Tab. c. Click Replace i. Find What: A8 ii. Replace With: 2008 iii. Click Replace All. iv. Repeat for all applicable years in spreadsheet. d. OR use a formula i. =IF(F2="A5",2005,IF(F2="A6",2006,IF(F2="A7",2007,IF(F2="A8", 2008)))) September,

9 Date Function 4. Date Function - Combine the Year and Month to create a real date. a. In the other blank column created in Step 1, enter a heading: Month b. In the first cell below the heading, type = and click on the formula icon on the toolbar, and select DATE c. Click in the field named Year, then click on the cell with the year d. Click in the field named Month, then click on the cell with the month e. Type 01 in field named Day f. Click OK 5. Autofill the formula to the remaining cells in the column. 6. Use the Copy Paste Special Values to convert the new date from a formula to an actual date. 7. Delete the columns for the Year and Month. Rename the new column Month. Example: Convert TAM accounting month in Production Report to Real Date September,

10 Pivot Tables This is the quickest way to summarize and compare data. For example, the worksheet named BOB has 1,069 rows of data, but using a pivot table, I can summarize the data in seconds: The data is listing the Commission Amounts sorted by Policy Type, by Department, for Company E50. With just a couple of clicks, I can display the Commission Amounts by Producer, by Department, for Company E50 Now, instead of running multiple iterations of the same report, just run a single report exported to Excel, and use the power of pivot tables to analyze the data. Create a Pivot Table To create a Pivot Table, click on any cell in the worksheet. On the Insert tab, Tables group, click Pivot Tables. September,

11 Just click OK to accept the defaults. Excel will insert a new worksheet with the layout area and the Pivot Table Field List. The Pivot Table Field List contains ALL the columns from the source data worksheet. There are a couple of ways to move fields to the areas of the pivot table: 1. Right Click on the field name, and select the desired area. 2. Drag and Drop the variables of your choice to the Row, Column, Value and Filter boxes. You can easily move these variables from one box to another. Just drag and drop and watch your Pivot Table change. NOTE: If the Pivot Table Field List disappears, just click on any cell in the Pivot Table, and the Field List will appear again. Example: Insert a Pivot Table from the worksheet named BOB List the Commission Amounts sorted by Policy Type, by Department, for Company E50. September,

12 See the Detail for a Data Value Double Click on any data value in the Pivot Table, and Excel will open a new worksheet in the existing workbook with a table containing all the rows of detail that total the number in the Pivot Table. Sort Data in Pivot Table Click on any cell in the column of the Pivot Table to sort. On the Pivot Table Tools tab, in the Sort Group, Select A-Z or Z-A, and the Pivot Table will be sorted accordingly. Change Field Settings Right click on a data item in your pivot table and select Value Field Settings Select from options such as Sum, Average, Count, etc. Click Number Format and choose the format for your output. In the Custom Name field, retype the heading so it is of more value to those who receive your report. Example: Change the commission amount to show the Average Commission per policy type. Retype the heading so the name of the pivot table is meaningful (Average Commission per Policy Type). Format the numbers to show whole numbers only, and use a thousand separator. Example: Insert a Pivot Table from the worksheet named Production Data List the Commission Amounts sorted by Producer, by Year Group Data (ie, group dates by month/year) Right click on a date in the pivot table. Select Group. In the Grouping dialog box, select Month and Year, or just Year. Macros A Macro can save you time by recording keystrokes that can be replayed when you need them. September,

13 Developer Tab If you don t see the Developer Tab, Click the Microsoft Office Button, and then click Excel Options. Click Popular, and then select the Show Developer tab in the Ribbon check box. Macro Security Settings To set your Macro Security settings, click on the Developer Tab, Code group, Macro Security. See Microsoft Excel Help for explanations of the various Macro Security Settings. In order for the new Security settings to take effect, you must Close and Re-open Excel. Record a Macro Example: Record a macro to create a column with the 7 digit Client Code from the Policy Index, and then combine it (Concatenate) with the Policy Type into another column. On the Developer Tab, in the Code Group, click Record Macro. Give the Macro a name (No spaces allowed in the name). Now, every keystroke you make is being recorded, so even if you make a mistake, the correction is being recorded, too! Follow the steps in the LEFT FUNCTION and CONCATENATE sections to insert the column for the Client Code and the column for the Client-Policy Type. To stop recording the macro, click on Stop Recording button in the Developer tab, Code group. Run a Macro From the Developer tab, in the Code group, click Macro. Select the desired Macro, and Click Run. September,

14 APPENDIX Macro for Retention Calculations The sample workbook for this class contains a Macro programmed to compare two sets of data and calculated New Business, Lost Business, the Difference on Retained Accounts and finally, Retention. For our example, we ll be comparing a billing screen report (Book of Business or Search-Policies Current) from 12/31/07 to 10/31/08. We want to see at the Customer Level and the Policy Level how our Book of Business has changed. Here are the steps we need to complete: 1. Collect Data Sources 2. Add Data Column for Comparison 3. Combine Worksheets 4. Create Pivot Table 5. Copy & Paste Pivot Table data into new Worksheet 6. Run Retention Macro to calculate New Business, Lost Business, Difference in Retained and Retention Step 1 Collect Data Sources Collect two sources of data to compare. You have two worksheets titled and Look at the bottom of the sample Workbook to see the sheet names. These were reports exported to Excel from a Search, Customers Policies Current for Active Policy Statuses. One report was run on and other on A Search-Policies Current, like a Book of Business report, is a snapshot in time since it pulls its data from policy billing screens. By exporting the report to Excel every month, you can now compare one snapshot to another snapshot whenever you want. Step 2 Add Data Columns for Comparison We need to do this since these are two snapshots we want to compare. If we just combined two snapshots of billing screen data, how would we be able to tell which billing screen was from which snapshot? If you are using Production Data, you may not need this step if you can do the comparison you want using an existing field in your spreadsheet (for example, Transaction Effective Date). In that case, you aren t comparing snapshots. Add Data Column to Worksheet 12/31/07 Highlight [Left click] Column A [Right click], Insert o This will insert a blank column to the left of Column A. Type Period in Cell A1 Type 12/31/07 in Cell A2 and Cell A3 September,

15 Highlight Cells A2 and A3 by [Left Clicking] and [Dragging] the cursor over the two cells place your cursor in the bottom right hand corner of Cell A3. When the cursor changes to a plus sign, you can [Double Click] and all the cells in Column A will fill with 12/31/07 (Autofill) Add Data Column to Worksheet 12/31/08 Highlight [Left click] Column A [Right click], Insert o This will insert a blank column to the left of Column A. Type Period in Cell A1 Type 12/31/08 in Cell A2 and Cell A3 Highlight Cells A2 and A3 by [Left Clicking] and [Dragging] the cursor over the two cells place your cursor in the bottom right hand corner of Cell A3. When the cursor changes to a plus sign, you can [Double Click] and all the cells in Column A will fill with 12/31/08 (Autofill) Step 3 Combine the Two Worksheets into One Insert a new, blank worksheet in the sample workbook by clicking on the icon next to the last sheet in our workbook. Rename the new worksheet AND Copy the Data from into new worksheet AND o Place the cursor in cell A1 o Hold down your [Ctrl-Shift-End] keys. This will highlight just the data on the worksheet. o [Right Click] [Copy] OR [Home Ribbon] [Clipboard Group] [Copy] OR [Ctrl-C]. o Click in cell A1 of worksheet AND o [Right Click] [Paste] OR [Home Ribbon] [Clipboard Group] [Paste] OR [Ctrl-V]. o Hold down your [Shift] and [Down Arrow] and click in Column A of the first row below the 12/31/07 data. This is where we will Paste the data from the worksheet. Copy the Data from into new worksheet AND o Place the cursor in cell A1 o Hold down your [Ctrl-Shift-End] keys. This will highlight just the data on the worksheet. o [Right Click] [Copy] OR [Home Ribbon] [Clipboard Group] [Copy] OR [Ctrl-C]. o Click in cell A1 of worksheet AND o [Right Click] [Paste] OR [Home Ribbon] [Clipboard Group] [Paste] OR [Ctrl-V]. o Look at the Header Row that was copied with the data to be sure the data is in the same columns as the data. If it s OK, delete the extra Header Row. Select the Header Row, [Right Click] Delete. The data from the two worksheets are now combined in a single worksheet with a column that differentiates the two periods we want to compare called Period. September,

16 Step 4 Insert a Pivot Table From the[insert Ribbon] [Tables Group] [Pivot Table]. Click OK to accept the default settings in the Create Pivot Table window. Excel will insert a new worksheet into your workbook. You can rename this sheet Pivot Table, if you d like. [Click] and [Drag] Period from the PivotTableFieldList to the Column Label field. [Click] and [Drag] Pol_polidx to the Row Label field. [Click] and [Drag] co_amt to Values field. [Click] and [Drag] Pr1 to Report Filter field. To remove the Row and Column Totals (we don t need them for our calculations), from the Insert Tables Group Pivot Table, click Options Under the Totals and Filters tab, uncheck the boxes for Grand Totals Step 5 Copy and Paste Pivot Table Data to new worksheet Click in the first cell of data (Customer Code or Policy Index). September,

17 Hold down your [Ctrl-Shift-End] keys. This will highlight just the data on the worksheet. [Right Click] [Copy] OR [Home Ribbon] [Clipboard Group] [Copy] OR [Ctrl- C]. Insert a new, blank worksheet in the sample workbook by clicking on the icon next to the last sheet in our workbook. Click in cell A1 of the new worksheet [Right Click] [Paste] OR [Home Ribbon] [Clipboard Group] [Paste] OR [Ctrl-V]. Step 6 Run Macro From the Developer Toolbar, click Macro, select Retention_Worksheet macro and click Run. The Macro will put in Headers (that you can change). The Macro will also convert any negative values or zeros into blank cells. (My assumption is that if the total of the invoices or the billing screens are a negative number or zero, the business was lost.) The formula for New Business is: If there is NO data in Period 1, but there is data in Period 2, it is New Business. The formula for this cell looks like this: =IF(+D2>0,IF(+C2>0,IF(+B2=0,+D2,""),""),"") The formula for Lost Business is: If there is data in Period 1, but there is NO data in Period 2, it s Lost Business. The formula for this cell looks like this: =IF(D2<0,IF(C2<0.01,IF(B2>0,D2,""),""),"") The formula for Difference on Retained Accts: If there is data in Period 1 and Period 2, calculate the difference. The formula for this cell looks like this: =IF(E2="",IF(F2="",D2,""),"") Retention is calculated as follows: Period 1 Count minus Lost Business Count divided by Period 1 Count. The Macro will sort the detail by Difference on Retained Accounts, Lost Business, and then New Business, in Descending order, so you can quickly see the biggest winners and losers for each column. September,

SESSION HANDOUT Intermediate Excel. Intermediate Excel SESSION HANDOUT. Applied Client Network

SESSION HANDOUT Intermediate Excel. Intermediate Excel SESSION HANDOUT. Applied Client Network SESSION HANDOUT Applied Client Network www.appliedclientnetwork.org Prepared for Applied Client Network Applied Client Network 2340 S. River Road, Suite 311 Des Plaines, IL 60018 Phone: 220-220-1444 Fax:

More information

Applied Systems Client Network SEMINAR HANDOUT. Excel 2007: Level 1

Applied Systems Client Network SEMINAR HANDOUT. Excel 2007: Level 1 Applied Systems Client Network SEMINAR HANDOUT Excel 2007: Level 1 Prepared for ASCnet Applied Systems Client Network 801 Douglas Avenue #205 Altamonte Springs, FL 32714 Phone: 407-869-0404 Fax: 407-869-0418

More information

SESSION HANDOUT Basic Excel. Basic Excel SESSION HANDOUT. Applied Client Network

SESSION HANDOUT Basic Excel. Basic Excel SESSION HANDOUT. Applied Client Network Applied Client Network www.appliedclientnetwork.org Prepared for Applied Client Network Applied Client Network 2340 S. River Road, Suite 311 Des Plaines, IL 60018 Phone: 220-220-1444 Fax: 224-220-1443

More information

Applied Systems Client Network SEMINAR HANDOUT. Document Setup in TAM Changing from Office 2003 to 2007, where ARE things now?

Applied Systems Client Network SEMINAR HANDOUT. Document Setup in TAM Changing from Office 2003 to 2007, where ARE things now? Applied Systems Client Network SEMINAR HANDOUT Document Setup in TAM Changing from Office 2003 to 2007, where ARE things now? Prepared for ASCnet Applied Systems Client Network 801 Douglas Avenue #205

More information

Outlook Integration with TAM

Outlook Integration with TAM Applied Systems Client Network SEMINAR HANDOUT Outlook Integration with TAM Prepared for ASCnet Applied Systems Client Network 801 Douglas Avenue #205 Altamonte Springs, FL 32714 Phone: 407-869-0404 Fax:

More information

Using Excel to Audit TAM Transactions & Billing Screens

Using Excel to Audit TAM Transactions & Billing Screens Using Excel to Audit TAM Transactions & Billing Screens Using Excel to Audit TAM Transactions & Billing Screens SESSION HANDOUT Applied Client Network www.appliedclientnetwork.org Prepared for Applied

More information

Using 5.0 at the Desktop

Using 5.0 at the Desktop Applied Systems Client Network SEMINAR HANDOUT Using Fax@vantage 5.0 at the Desktop 801 Douglas Avenue #205 Altamonte Springs, FL 32714 Phone: 407-869-0404 Fax: 407-869-0418 Copyright 2005, 2006, 2007

More information

TRANSFORMING YOUR WORKFLOWS WITH TRANSFORMATION STATION

TRANSFORMING YOUR WORKFLOWS WITH TRANSFORMATION STATION Applied Systems Client Network SEMINAR HANDOUT TRANSFORMING YOUR WORKFLOWS WITH TRANSFORMATION STATION 801 Douglas Avenue #205 Altamonte Springs, FL 32714 Phone: 407-869-0404 Fax: 407-869-0418 Copyright

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

Beyond the Basics with Applied Epic Reporting Part 1

Beyond the Basics with Applied Epic Reporting Part 1 Beyond the Basics with Applied Epic Reporting Part 1 SESSION HANDOUT Applied Client Network www.appliedclientnetwork.org Prepared for Applied Client Network Applied Client Network 330 N. Wabash Ave, Suite

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

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

MS Office 2016 Excel Pivot Tables - notes

MS Office 2016 Excel Pivot Tables - notes Introduction Why You Should Use a Pivot Table: Organize your data by aggregating the rows into interesting and useful views. Calculate and sum data quickly. Great for finding typos. Create a Pivot Table

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

Tips & Tricks: MS Excel

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

More information

Outlook: Communication Management Made Easy

Outlook: Communication Management Made Easy Applied Systems Client Network SEMINAR HANDOUT Outlook: Communication Management Made Easy Prepared for ASCnet Applied Systems Client Network 801 Douglas Avenue #205 Altamonte Springs, FL 32714 Phone:

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

Basic Microsoft Excel 2007

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

More information

Using Excel to Troubleshoot EMIS Data

Using Excel to Troubleshoot EMIS Data Using Excel to Troubleshoot EMIS Data Overview Basic Excel techniques can be used to analyze EMIS data from Student Information Systems (SISs), from the Data Collector, and on ODE EMIS reports This session

More information

Presenter: Susan Campbell Wild Rose School Division

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

More information

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

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts New Perspectives on Microsoft Excel 2016 Module 5: Working with Excel Tables, PivotTables, and PivotCharts Objectives, Part 1 Explore a structured range of data Freeze rows and columns Plan and create

More information

Microsoft Word Intermediate Word Formatting Applied TAM

Microsoft Word Intermediate Word Formatting Applied TAM Microsoft Word Intermediate Word Formatting Applied TAM SESSION HANDOUT APPLIED NET CLIENT NETWORK CONFERENCE www.appliednet.com Prepared for Applied Systems Client Network and Applied Systems Applied

More information

Microsoft Excel Microsoft Excel

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

More information

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

Microsoft Excel 2007 Beginning The information below is devoted to Microsoft Excel and the basics of the program.

Microsoft Excel 2007 Beginning The information below is devoted to Microsoft Excel and the basics of the program. Microsoft Excel 2007 Beginning The information below is devoted to Microsoft Excel and the basics of the program. Starting Excel Option 1: Click the Start button on the taskbar, then Programs>Microsoft

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

Advanced Excel for EMIS Coordinators

Advanced Excel for EMIS Coordinators Advanced Excel for EMIS Coordinators Helen Mills helenmills@metasolutions.net 2015 Metropolitan Educational Technology Association Outline Macros Conditional Formatting Text to Columns Pivot Tables V-Lookup

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

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

ACCT 133 Excel Schmidt Excel 2007 to 2010 Conversion

ACCT 133 Excel Schmidt Excel 2007 to 2010 Conversion ACCT 133 Excel Schmidt Excel 2007 to 2010 Conversion Note: Use this handout in connection with the handout on the parts of the Excel 2010 worksheet. This will allow you to look at the various portions

More information

Export a PROTECT Report to Excel (User s Guide Lesson 21 : Reports) Tips for Using Microsoft Excel and Exported Reports

Export a PROTECT Report to Excel (User s Guide Lesson 21 : Reports) Tips for Using Microsoft Excel and Exported Reports Export a PROTECT Report to Excel (User s Guide Lesson 21 : Reports) 1. Run a PROTECT Export report 2. Click the Export button which is at far left on the toolbar in the PROTECT report window. 3. The Export

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 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 2007/2010. Don t be afraid of PivotTables. Prepared by: Tina Purtee Information Technology (818)

Excel 2007/2010. Don t be afraid of PivotTables. Prepared by: Tina Purtee Information Technology (818) Information Technology MS Office 2007/10 Users Guide Excel 2007/2010 Don t be afraid of PivotTables Prepared by: Tina Purtee Information Technology (818) 677-2090 tpurtee@csun.edu [ DON T BE AFRAID OF

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

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

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

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

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

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

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

PHLI Instruction (734) Introduction. Lists.

PHLI Instruction (734) Introduction. Lists. INTERMEDIATE EXCEL Introduction Microsoft Excel has many purposes. In addition to being an excellent data manger, Excel provides the means to perform complex analysis and evaluation of data. This brief

More information

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

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

More information

Microsoft Excel 2013/2016 Pivot Tables

Microsoft Excel 2013/2016 Pivot Tables Microsoft Excel 2013/2016 Pivot Tables Creating PivotTables PivotTables are powerful data analysis tools. They let you summarize data in various ways and instantly change the view you use. A PivotTable

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

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

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

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

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 Tips for Compensation Practitioners Month 1

Excel Tips for Compensation Practitioners Month 1 Excel Tips for Compensation Practitioners Month 1 Introduction This is the first of what will be a weekly column with Excel tips for Compensation Practitioners. These tips will cover functions in Excel

More information

Intermediate Microsoft Excel 2008

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

More information

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

Excel Introduction to Excel Databases & Data Tables

Excel Introduction to Excel Databases & Data Tables Creating an Excel Database Key field: Each record should have some field(s) that helps to uniquely identify them, put these fields at the start of your database. In an Excel database each column is a field

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Making Excel Work for Your Tribal Community

Making Excel Work for Your Tribal Community Making Excel Work for Your Tribal Community Excel Basics: Intermediate Skills PHONE: 1-800-871-8702 EMAIL: INFO@CBC4TRIBES.ORG WEB: TRIBALINFORMATIONEXCHANGE.ORG MAKING EXCEL WORK FOR YOUR TRIBAL COMMUNITY

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

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

INSERT SUBTOTALS Database Exercise Sort the Data Department Department Data Tab Sort and Filter Group

INSERT SUBTOTALS Database Exercise Sort the Data Department Department Data Tab Sort and Filter Group INSERT SUBTOTALS Subtotals are used to summarize data in a range of data. This command offers many kinds of summary information, including counts, sums, averages, minimums, and maximums. When this feature

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

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

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

My Top 5 Formulas OutofhoursAdmin

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

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

SPREADSHEETS. (Data for this tutorial at

SPREADSHEETS. (Data for this tutorial at SPREADSHEETS (Data for this tutorial at www.peteraldhous.com/data) Spreadsheets are great tools for sorting, filtering and running calculations on tables of data. Journalists who know the basics can interview

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

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

Excel 2013 PivotTables and PivotCharts

Excel 2013 PivotTables and PivotCharts Excel 2013 PivotTables and PivotCharts PivotTables... 1 PivotTable Wizard... 1 Creating a PivotTable... 2 Groups... 2 Rows Group... 3 Values Group... 3 Columns Group... 4 Filters Group... 5 Field Settings...

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

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

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

SPREADSHEET (Excel 2007)

SPREADSHEET (Excel 2007) SPREADSHEET (Excel 2007) 1 U N I T 0 4 BY I F T I K H A R H U S S A I N B A B U R Spreadsheet Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative

More information

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename.

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename. Excel 2010 Worksheet Basics Introduction Page 1 Every Excel workbook contains at least one or more worksheets. If you are working with a large amount of related data, you can use worksheets to help organize

More information

Excel Tips for Compensation Practitioners Weeks Pivot Tables

Excel Tips for Compensation Practitioners Weeks Pivot Tables Excel Tips for Compensation Practitioners Weeks 23-28 Pivot Tables Week 23 Creating a Pivot Table Pivot tables are one of the most amazing and powerful tools in Excel, but many users do not know how to

More information

Module 4 : Spreadsheets

Module 4 : Spreadsheets Module 4 : Spreadsheets What is a spreadsheet program? A spreadsheet program allows you to store, organise and analyse information. Applications of spreadsheets focus on generating numeric information

More information

Troubleshooting in Microsoft Excel 2002

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

More information

Pivot Tables in Excel Contents. Updated 5/19/2016

Pivot Tables in Excel Contents. Updated 5/19/2016 Pivot Tables in Excel 2010 Updated 5/19/2016 Contents Setup a Pivot Table in Excel 2010... 2 General Field List Features... 4 Summing and Counting Together... 6 Grouping Date Data... 7 Grouping Non-Date

More information

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

Introduction to Excel 2007 for ESL students

Introduction to Excel 2007 for ESL students Introduction to Excel 2007 for ESL students Download at http://www.rtlibrary.org/excel2007esl.pdf Developed 2010 by Barb Hauck-Mah, Rockaway Township Library for The American Dream Starts @your Library

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

Microsoft Excel Pivot Tables & Pivot Table Charts Microsoft Excel 2013 Pivot Tables & Pivot Table Charts A pivot table report allows you to analyze and summarize a million rows of data in Excel 2013 without entering a single formula. Pivot Tables let

More information

Applied Epic Importing and Exporting Functionality for Front Office

Applied Epic Importing and Exporting Functionality for Front Office Applied Epic Importing and Exporting SESSION HANDOUT www.appliednet.com Prepared for Applied Client Network and Applied Systems Applied Client Network 330 N. Wabash Ave., Suite 2000 Chicago, IL 60611 Phone:

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

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

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key Getting started with Ms Access 2007 Getting Started Customize Microsoft Office Toolbar The Ribbon Quick Access Toolbar Navigation Tabbed Document Window Viewing Primary Key Composite Key Foreign Key Table

More information

Group Administrator. ebills csv file formatting by class level. User Guide

Group Administrator. ebills csv file formatting by class level. User Guide Group Administrator ebills csv file formatting by class level User Guide Version 1.0 February 10, 2015 Table of Content Excel automated template... 3 Enable Macro setting in Microsoft Excel... 3 Extracting

More information

File Name: Data File Pivot Tables 3 Hrs.xlsx

File Name: Data File Pivot Tables 3 Hrs.xlsx File Name: Data File Pivot Tables 3 Hrs.xlsx Lab 1: Create Simple Pivot Table to Explore the Basics 1. Select the tab labeled Raw Data Start and explore the data. 2. Position the cursor in Cell A2. 3.

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

Beginner s Guide to Microsoft Excel 2002

Beginner s Guide to Microsoft Excel 2002 Beginner s Guide to Microsoft Excel 2002 Microsoft Excel lets you create spreadsheets, which allow you to make budgets, track inventories, calculate profits, and design charts and graphs. 1. Open Start

More information

MS Excel Advanced Level

MS Excel Advanced Level MS Excel Advanced Level Trainer : Etech Global Solution Contents Conditional Formatting... 1 Remove Duplicates... 4 Sorting... 5 Filtering... 6 Charts Column... 7 Charts Line... 10 Charts Bar... 10 Charts

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

Sort, Filter, Pivot Table

Sort, Filter, Pivot Table Sort, Filter, Pivot Table Sort A common database task is to rearrange the information based on a header/field or headers/fields. This is called Sorting or Filtering. Sorting rearranges all of the information

More information

Exploring extreme weather with Excel - The basics

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

More information

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

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

More information

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

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

Creating Automated Dashboard Excel 2013 Contents

Creating Automated Dashboard Excel 2013 Contents Creating Automated Dashboard Excel 2013 Contents Summarize Data Using Pivot Table... 2 Constructing Report Summary... 2 Create a PivotTable from worksheet data... 2 Add fields to a PivotTable... 2 Grouping

More information

This book is about using Microsoft Excel to

This book is about using Microsoft Excel to Introducing Data Analysis with Excel This book is about using Microsoft Excel to analyze your data. Microsoft Excel is an electronic worksheet you can use to perform mathematical, financial, and statistical

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

Lesson 18 Getting Started with Excel Essentials

Lesson 18 Getting Started with Excel Essentials Getting Started with Excel Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 4 th Edition 1 Objectives Identify the parts of the Excel screen. Navigate through a worksheet and a workbook.

More information