Account. Period. Organization. Year. Activity

Size: px
Start display at page:

Download "Account. Period. Organization. Year. Activity"

Transcription

1 GL/NGL Function GL( Account Period Organization Year Activity Class Topic Project Account Attribute Trans Code1 : Trans Code5 ) The GL and NGL functions return balances from accounts. They differ only in that NGL negates its result and should be used for accounts which return credit amounts. Syntax =GL(Account,Period,Organization,Year,Activity,Class,Topic,Project,Account Attribute,Transaction Code1,Transaction Code2,Transaction Code3,Transaction Code4,Transaction Code5) =NGL(Account,Period,Organization,Year,Activity,Class,Topic,Project,Account Attribute,Transaction Code1,Transaction Code2,Transaction Code3,Transaction Code4,Transaction Code5) Parameters Account The account(s) being read. For the most powerful spreadsheets, build your Account Specifier using the BSPEC function. Period Determines what F9 considers the fiscal period to be. Specify the default Period using "" as the parameter. If you do not specify the Period, it automatically defaults to "This Month" where "This Month" is whatever value is entered in the Period override field in the F9 Setup Window or the organization s current open period. Organization The organization being accessed. If not included, F9 defaults to Organization in the F9 Setup Window. Year Determines what F9 considers "This Year" for the calculation and changes the meaning of "Last Year" and "Next Year" as well. Specify the Year using "" as the parameter. If not included, F9 defaults to Year override in the F9 Setup Window. Activity The "Activity" is used to determine the amount returned for queries if you specify the term "Budget" in the period specifier or as an account range type. A Budget Scenario is identified by its ID number and if a + is included, F9 will return its adjustment amount. An additional type also included is "EE" for Encumbrance amounts.

2 Class Topic Project Optional for F9 to return balances by a specific class. Topic for The Financial Edge should always be "FE". Topic denotes which accounting system you are working with. (F9 can report from multiple accounting systems into one report.) This parameter is mandatory if any of the parameters following Topic is used (i.e. Project, Account Attribute or TranCode1 to TranCode5). Optional for F9 to return balances by a specific Project. Account Attribute Optional for F9 to return balances by a specific Account Attribute. Transaction Code1 to Transaction Code5 Optional for F9 to return balances by a specific Transaction Code as defined in your Accounting system. Exercise 1: The GL Function 1. Open a new workbook and enter the values in cells indicated: 2. Enter your first F9 function in Cell E6: =GL(A6,E4,B1,B2,B3,B4) and press Enter. 3. The result, displayed in Cell E6, represents the account balance for the requested period for the sample company 2,7,19, Save this report as F9_Training.xls GL function returns a different type of amount for balance sheet or P&L accounts. These results are designed to be intuitive or what you would expect in financial accounting. For a balance sheet account, F9 returns ending balances. For P&L account, F9 returns net activity (total transactions) for the period.

3 End of Exercise Exercise 2: The NGL Function 1. In the report that you created in the previous exercise ( F9 Training.xls ), click on cell E6. 2. Change the GL function to NGL function and press Enter. Note: the sign of the balance reversed. That is the only change. 3. Now change back the NGL function to GL function so that this asset account displays its debit balance as positive number. 4. Save the file. End of Exercise GL function displays debit amounts as positive balance and credit amounts as minus balance. NGL reverses the account balance to display debits as negative balance and credits as positive. NGL is used interchangeably with GL depending on your number formatting needs. NGL is easier to spot and identify than a minus symbol in front of a GL function or quicker to use than multiplying a GL function by -1 to reverse the sign.

4 GL Formula Parameters Part I See training manual GL Formula Parameters Part II Organization In the manual, term Company is used instead of Organization in TFE (e.g.: FE_SAMPLEDATA). Effectively, it is the database from which GL data is pulled by F9 Year Use this parameter to indicate fiscal year Activity In the manual, term Type or balance type is used as equivalent to Activity in TFE. The Activity parameter is used to determine the amount for actual, encumbrance, and Budget Scenarios. To retrieve budget amounts, the term "Budget" should be used in the period specifier (e.g.: Budget 1 for period 1 budget). A Budget Scenario is identified by its ID number and if a plus symbol ( + ) is appended on the end, F9 will return its adjustment amount. For encumbrance amounts, Activity code of enc should be used. actual balances is actual encumbrance is enc budget code is Budget Scenarios ID in TFE like 00, 01, or P01 Plus symbol ( + ) appended after the budget code indicates budget adjustment. E.g., 00+ is adjustment for budget scenario 00 Class In the manual, term Currency is used and should be replaced by TFE Class code. Example, Unrestricted Net Asset. Topic This parameter is always FE for TFE and denotes the code for the accounting system. F9 can report from more than one accounting system into one report. Topic parameter is mandatory if you plan on using parameters following it such as Project, Account Attribute or Transaction Code1 through 5. Project Optional. E.g.: grants and endowments. Account Attribute Optional. E.g.: Reference Account #, Budget Manager, Accountability Grouping, Expense Category, Functional Expense.

5 Transaction Code1 to 5 Optional. If transaction codes are used in TFE, they are available as filter parameters in GL function. E.g.: Mission and Spendable/Non-Spendable Item. Exercise 3: Copying the GL Function 1. Open F9_Training.xls 2. In Cell A7 type: and press Enter. 3. Add absolute and relative cell references to the NGL function in cell E6. Double-click in the cell or click in the cell and press F2 in order to start editing the cell. 4. Click in the first cell reference for the account parameter A6 in the GL function. Press F4 to rotate through the four possible combinations of absolute/relative cell references which are represented by $ signs and put the $ signs in front of the appropriate column and row. 5. Repeat Step 4 with the remaining parameters in the NGL function. Upon completion, the formula should be: 6. =GL($A6,E$4,$B$1,$B$2,$B$3,$B$4) 7. Why must this formula look like this? References to the account code specifiers are always in Column A; therefore, Column A should be an absolute cell reference. The Row number should be a relative row reference because the row number will vary; therefore: $A6. References to the period specifiers are always in Row 4; therefore, Row 4 should be an absolute cell reference. The column reference should be a relative column reference because the column will vary; therefore: E$4. The name of the Organization is in B1. Since the name of the Organization does not vary in this spreadsheet, both the column and row references will be absolute cell references; therefore: $B$1. The Year is in B2. Since the fiscal year does not vary in this spreadsheet, both the column and row references will be absolute cell references; therefore: $B$2. The Activity is in B3. Since the Activity does not vary in this spreadsheet, both the column and row references will be absolute cell references; therefore: $B$3. The Class is in B4. Since the Class does not vary in this spreadsheet, both the column and row references will be absolute cell references; therefore: $B$4. 8. Now copy the formula in E6 to cell E7. 9. Recalculate by pressing Shift-F9. The Cell E6 now reflects the answer: 256, Pressing Shift-F9 only calculates the active worksheet whereas pressing F9 calculates all open workbooks. Use Shift-F9 if you have formulas on other worksheets but only want to calculate the active worksheet to reduce possible wait time. 10. Save the report. End of Exercise

6 Other Functions DESC Function DESC returns the account description for a single account. If the Account Specifier represents a range of accounts, F9 returns the description of the first matching account encountered. Refer to manual for further information. Exercise 4: Using DESC and GL with Excel s Copy Series and Autofill Copy Series Excel has the ability to generate data automatically based on the data in the original cell. For example, instead of typing the months of the year separately, only type in the first month and then tell Excel to generate the rest of the months starting with the month that you entered. This is referred to as a copy series. 1. Open F9_Reports.xls. 2. Click on and edit the content of cell E4 from Month 1 to January. 3. Move the mouse over the selection handle the black square at the bottom right of your highlighted selection until the insertion point changes to a black cross. Click and drag the mouse two cells over to the right. Excel copies the selected cells, filling the two new cells with the appropriate Period Specifiers of February and March. Autofill Excel can also automatically fill a column of data with a formula for you. This is easier and faster than dragging a cell to fill it in. 1. Enter more accounts in column A (Cells A8-A10): , , Enter the DESC function in B6 with the correct absolute and relative cell references, =DESC($A6,$B$1,$B$2), press Enter and resize the column to fit the entire account description.

7 3. Clear the contents of Cell E7. Copy the GL function in Cell E6 to cells F6 and G6 for February and March. 4. Select the row of cells with the DESC and all your GL formulas including the two empty cells (cell range of B6:G6).

8 5. Move the mouse over the selection handle until it becomes a black cross and double-click on it. Excel copies the selected cells downward for the length of the list to the left in the column. 6. Press Shift-F9 and resize columns. 7. Save the workbook. End of Exercise

9 BSPEC Function Exercise 5: BSPEC Doing it right! 1. Open workbook saved from previous exercise. 2. Insert two rows at the top of the report so that row 1 & 2 are new. 3. In A1, type Fund. In A2, type Department. 4. In B1, type 01 (single-quote, zero, one) and in B2, type 00 (single-quote, zero, zero). Singlequote indicates to Excel that the value is not a number but a text string. 5. Modify account definitions in A8 to A12 to only show the main account code segment. Type 1000 in A8, 1030 in A9, 1040 in A10, 1050 in A11, and 1100 in A In Cell C8, enter the BSPEC function to concatenate Fund code, Main Account code, and Department code (in the correct order) and remember to use correct absolute and relative cell references using F4 key. The formula should look like: =BSPEC($B$1, $A8,$B$2). The formula should output (01)(1000)(00).

10 7. Now embed or nest the BSPEC function INSIDE the GL function to replace the cell reference for the account code. Click on cell E8 and press F2 key (to get into Excel edit mode) and replace the first parameter in the GL function (reference to $A8) with BSPEC function. Tip: To save time, highlight the BSPEC function in cell C8 except for the equal sign, copy the selection to the Clipboard, click on cell E8, highlight the first parameter in the GL function (cell reference to $A8) and paste the formula in the Clipboard. 8. Formula in cell C8 should be: =GL(BSPEC($B$1,$A8,$B$2),E$6,$B$3,$B$4,$B$5,$B$6) 9. Replace the first parameter in DESC function in cell B8 with contents in your Clipboard. The DESC formula should be: =DESC(BSPEC($B$1,$A8,$B$2),$B$3,$B$4) 10. Copy the revised DESC and GL formulas to the rest of the report and press Shift-F9 to recalculate. 11. Save the report. End of Exercise Tip: If you do it right, you need only to type exactly one GL function, one DESC function and one BSPEC function in each report. Once completed correctly, just copy them around to finish your report.

11 Creating Lists The primary role of this feature is to save typing time and errors due to manual keying. Lists of parameters available to F9 functions can be created. Exercise 6: Lists Window 1. Open the workbook saved from previous exercise. 2. Delete BSPEC function in cell C8. (It is no longer necessary.) 3. Click the Lists toolbar button or select F9 Tools Lists from the menu. 4. Select Available Lists: Segments, List Segment: Account, Where: Account, Is: 1* (type 1* instead of using the dropdown list for Is filter). Deselect option for Transpose List? And Generate Descriptions? Press To Clipboard. 5. Click OK when the Clipboard confirmation dialog box appears on your screen. It confirms that your list was sent to the Clipboard. 6. Select cell A8 and paste the list from the Clipboard.

12 7. You will see a list of all accounts starting with number 1 (your asset accounts). 8. Save this workbook. From this point forward, it would be very easy to expand this report to show balances for all of your asset accounts by copying the F9 formulas to the rest of the report. Utilize your spreadsheet skills: use color, change fonts, add header rows and header labels, use SUM function for subtotals, etc. Now to build a multi-fund report to compare cash balances of different funds, what would you change? End of Exercise

13 Report Design Design of F9 reports depends on what you want to compare in different columns. Alter the column headers and cells in top-left corner (control area) of the report depending on what you want show across the report. Exercise 7: Multi-Fund Cash Report 1. Open the workbook from the previous exercise and select a new worksheet 2. Enter the information shown in screenshot below in respective cells: Note that Fund codes go across this report instead of report periods. Report month is a parameter now placed in the top-left corner of the report. 3. Enter the DESC formula in cell B10. Formula should be: =DESC(BSPEC($E$8,$A10,$B$1),$B$2,$B$3) 4. Enter the GL formula in cell C10. Formula should be: =GL(BSPEC(E$8,$A10,$B$1),$B$6,$B$2,$B$3,$B$4,$B$5) 5. Copy the DESC and GL functions to the rest of the report. 6. Enter SUM functions in row 14 to summarize your cash account balances for each fund. 7. Now change any of the parameters in the top left corner of the report and press F9 to recalculate to see how easily the report may be run for other scenarios.

14 8. Save the report. End of Exercise

15 GL Wizard Exercise 8: Account Inquiry + GL Paste 1. Open the saved report and select a new worksheet 2. Open the Account Enquiry by pressing or by selecting F9 Analysis Enquire from the menu. 3. Select Account Enquiry options as shown above. And press Get Balance. You should see an amount in the Balance field. Note that you must press Get Balance and see a balance before proceeding. 4. Press OK to exit Account Enquiry. 5. In the blank worksheet, click on cell A1 and press or select F9 Reporting GL Paste from the menu.

16 6. GL Paste created a fully functional GL function using appropriate absolute and relative cell referencing for all parameters. You may now expand this report by defining more rows (create a list of accounts), columns, enter a DESC function for account descriptions, and copy the formulas to the rest of the report. 7. Save this report. End of Exercise

17 Excel Data Validation As you develop more F9 reports, it might become apparent that you will need to know codes from the GL to start manipulating the parameters for F9 reports. You can rely on memory or a cheat sheet reference out of the GL. You may also consider using Excel Data Validation feature to create a list within your workbook so that you can build Data Validation dropdown lists to ease selection of various codes for your F9 report parameters. There are restrictions for use of Data Validation in Excel 2003 to only allow the validation option list to be on the same worksheet as the Data Validation dropdown list. Excel 2007 allows validation option list to be on another worksheet but not in another workbook.

18 Extended Filters GL and NGL functions offer additional filter criteria than what we have used so far. The additional parameters on which you may filter are called Extended Filters. You enable the use of the Extended Filters in GL/NGL functions by using the Topic parameter and specifying the filter criteria for the Extended Filters. Review GL/NGL function syntax before proceeding. To ease the use of Extended Filters, utilize the Extended Filters tab when you go to Account Enquiry: Use any and all filter options that you require in Extended Filters tab, return to Account Enquiry tab to press Get Balance before using GL Paste. Note: Make sure to return to Account Enquiry window and press Get Balance. Otherwise, you will not yield the desired GL Paste result.

19 GLTRAN Function Syntax =GLTRAN(Account,"Start Date","End Date",Organization,Activity,Class,Topic,Project,Account Attribute,Transaction Code1,Transaction Code2,Transaction Code3,Transaction Code4,Transaction Code5) The GLTRAN function allows you to calculate transactions over a date range. You can use the GLTRAN function to create a P&L for one week, for example. Parameters Account Specifier A normal F9 account specifier. "Start Date" and "End Date" The beginning and ending date for the calculation. Organization A organization specifier. If not supplied, the default organization from the setup window is used. Activity The "Activity" is used to determine the amount for actual, encumbrance, and Budget Scenarios. To retrieve budget amounts, the term "Budget" should be used in the period specifier (e.g.: Budget 1 for period 1 budget). A Budget Scenario is identified by its ID number and if a plus symbol ( + ) is appended on the end, F9 will return its adjustment amount. For encumbrance amounts, Activity code of enc should be used. Class This is optional to return transactions for a specific class. Topic Topic for The Financial Edge should always be "FE". This parameter is mandatory if any of the parameters following Topic is used (i.e. Project, Account Attribute or TranCode1 to TranCode5). Project Optional for F9 to return transactions by a specific Project. Account Attribute Optional for F9 to return transactions by a specific Account Attribute. Transaction Code1 to Transaction Code5 Optional for F9 to return transactions by a specific Transaction Code as defined in your Accounting system.

20 PJ Function The PJ function returns balances (actuals, budgets and encumbrances) from accounts for specific Project, Project Type and Project Attribute. There is currently no function to reverse the sign (equivalent to NGL formula) so minus symbol or multiple the PJ function by -1 to reverse the sign. If differs from GL function in that PJ function will allow filtering by additional project-related parameters of Project Type and Project Attribute. Syntax =PJ(Account,Period,Organization,Year,Activity,Class, Project,Project Type,Project Attribute,Transaction Code1,Transaction Code2,Transaction Code3,Transaction Code4,Transaction Code5, Topic) Parameters Account The account(s) being read. For the most powerful spreadsheets, build your Account Specifier using the BSPEC function Period Determines what F9 considers the fiscal period to be. Specify the default Period using "" as the parameter. If you do not specify the Period, it automatically defaults to "This Month" where "This Month" is whatever value is entered in the Period override field in the F9 Setup Window or the organization s current open period. Organization The organization being accessed. If not included, F9 defaults to Organization in the F9 Setup Window. Year Determines what F9 considers "This Year" for the calculation and changes the meaning of "Last Year" and "Next Year" as well. Specify the Year using "" as the parameter. If not included, F9 defaults to Year override in the F9 Setup Window. Activity The "Activity" is used to determine the amount returned for queries if you specify the term "Budget" in the period specifier or as an account range type. A Budget Scenario is identified by its ID number and if a + is included, F9 will return its adjustment amount. An additional type also included is "EE" for Encumbrance amounts. Class Optional for F9 to return balances by a specific class. Project Optional for F9 to return balances by a specific Project. Project Type Optional for F9 to return balances by a specific Project Type. Project Attribute Optional for F9 to return balances by a specific Project Attribute. Transaction Code1 to Transaction Code5 Optional for F9 to return balances by a specific Transaction Code as defined in your Accounting System. Topic Topic for The Financial Edge should always be "FE".

21 There are several ways to create a PJ function: manually by typing in all parameters in appropriate cells and type in the formula or by using Excel Function Wizard and using output of GL Paste and adapting it to a PJ function.

22 PJTRAN Function The PJTRAN function allows you to calculate transactions over a date range for specific Project, Project Type and Project Attribute. Keep into consideration that if you are summing transactions to find a balance, it has an impact on report calculation times. That is, only use PJTRAN if you must report on non-monthly number. If differs from GLTRAN function in that PJTRAN function will allow filtering by additional project-related parameters of Project Type and Project Attribute. Syntax =PJTRAN(Account,Start Date, End Date, Organization, Activity, Class, Project, Project Type, Project Attribute, Transaction Code1, Transaction Code2, Transaction Code3, Transaction Code4, Transaction Code5, Topic) Parameters Account The account(s) being read. For the most powerful spreadsheets, build your Account Specifier using the BSPEC function. Start Date Start date of date range used for summing transactions End Date End date of date range used for summing transactions Organization The organization being accessed. If not supplied, the default organization from the F9 Setup Window is used. Activity This is the account type being included in the result. The default result is NET transactions. Total Debits or Credits can be retrieved by adding "DR" or "CR" into the type parameter. Class This is optional to return transactions for a specific class. Project Optional for F9 to return balances by a specific Project. Project Type Optional for F9 to return balances by a specific Project Type. Project Attribute Optional for F9 to return balances by a specific Project Attribute. Transaction Code1 to Transaction Code5 Optional for F9 to return balances by a specific Transaction Code as defined in your Accounting system. Topic Topic for The Financial Edge should always be "FE".

TheFinancialEdge. Getting Started with F9 for Financial Edge

TheFinancialEdge. Getting Started with F9 for Financial Edge TheFinancialEdge Getting Started with F9 for Financial Edge 090711 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic,

More information

A Quick Tour of F9 1

A Quick Tour of F9 1 A Quick Tour of F9 1 Table of Contents I. A Quick Tour of F9... 3 1. Getting Started... 3 2. Quick Trial Balance... 7 3. A More Dynamic Table Report... 10 II. The Fundamental F9 Formula... 14 The GL Formula...

More information

Table of Contents. iii

Table of Contents. iii F9 Quick Tour Table of Contents F9 Quick Tour... 1 Getting Started... 2 Attach F9... 2 Data Connection... 3 F9 Default Settings... 3 Excel Settings... 6 Reporting... 11 Table Report... 11 Static Trial

More information

What is Microsoft Excel?

What is Microsoft Excel? What is Microsoft Excel? Microsoft Excel is a member of the spreadsheet family of software. Spreadsheets allow you to keep track of data, create charts based from data, and perform complex calculations.

More information

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0 European Computer Driving Licence Spreadsheet Software BCS ITQ Level 2 Using Microsoft Excel 2010 Syllabus Version 5.0 This training, which has been approved by BCS, The Chartered Institute for IT, includes

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Consolidate Data in Multiple Worksheets Example data is saved under Consolidation.xlsx workbook under ProductA through ProductD

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 Screen Elements Quick Access Toolbar The Ribbon Formula Bar Expand Formula Bar Button File Menu Vertical Scroll Worksheet Navigation Tabs Horizontal Scroll Bar Zoom

More information

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas Introduction Excel Level Two This workshop introduces you to formulas, functions, moving and copying data, using autofill, relative and absolute references, and formatting cells. Contents Introduction

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

Chapter 9 Creating Reports in Excel

Chapter 9 Creating Reports in Excel Chapter 9 Creating Reports in Excel One of the most powerful features of Standard & Poor s Research Insight is its ability to communicate with Microsoft Excel through Active-X Technology. Excel requests

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Q&As: Microsoft Excel 2013: Chapter 2

Q&As: Microsoft Excel 2013: Chapter 2 Q&As: Microsoft Excel 2013: Chapter 2 In Step 5, why did the date that was entered change from 4/5/10 to 4/5/2010? When Excel recognizes that you entered a date in mm/dd/yy format, it automatically formats

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Downloading RIT Account Analysis Reports into Excel

Downloading RIT Account Analysis Reports into Excel Downloading RIT Account Analysis Reports into Excel In the last lesson you learned how to access the Account Analysis detail and export it to Excel through the Account Analysis function. Another way to

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

Creating Basic Excel Formulas

Creating Basic Excel Formulas Creating Basic Excel Formulas Formulas are equations that perform calculations on values in your worksheet. Depending on how you build a formula in Excel will determine if the answer to your formula automatically

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

The Center for Teaching, Learning, & Technology

The Center for Teaching, Learning, & Technology The Center for Teaching, Learning, & Technology Instructional Technology Workshops Microsoft Excel 2010 Formulas and Charts Albert Robinson / Delwar Sayeed Faculty and Staff Development Programs Colston

More information

In This Issue: Excel Sorting with Text and Numbers

In This Issue: Excel Sorting with Text and Numbers In This Issue: Sorting with Text and Numbers Microsoft allows you to manipulate the data you have in your spreadsheet by using the sort and filter feature. Sorting is performed on a list that contains

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

Budget Process using PeopleSoft Financial 9.1

Budget Process using PeopleSoft Financial 9.1 Section 14 Budget 14.1 Budget Overview Each council must prepare a yearly operating budget and, in many cases, multiple budgets to respond to the needs of the council and the legal requirement to expend

More information

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Excel basics Excel is a powerful spreadsheet and data analysis application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features

More information

Sage Intelligence Report Designer Add-In

Sage Intelligence Report Designer Add-In Sage Intelligence Report Designer Add-In Q: What is Sage Intelligence Reporting? A: Sage Intelligence Reporting helps you to easily control, automate and analyze your data to make better informed decision,

More information

Excel Database Management Microsoft Excel 2003

Excel Database Management Microsoft Excel 2003 Excel Database Management Microsoft Reference Guide University Technology Services Computer Training Copyright Notice Copyright 2003 EBook Publishing. All rights reserved. No part of this publication may

More information

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

More information

Adding Comments in Microsoft Excel 2003

Adding Comments in Microsoft Excel 2003 Adding Comments in Microsoft Excel 2003 Introduction Microsoft Excel has a very useful facility which allows you to add explanatory notes to your worksheet. These can be used, for example, to explain what

More information

Search help. More on Office.com: images templates. Here are some basic tasks that you can do in Microsoft Excel 2010.

Search help. More on Office.com: images templates. Here are some basic tasks that you can do in Microsoft Excel 2010. Page 1 of 8 Excel 2010 Home > Excel 2010 Help and How-to > Getting started with Excel Search help More on Office.com: images templates Basic tasks in Excel 2010 Here are some basic tasks that you can do

More information

Formulas & Functions in Microsoft Excel

Formulas & Functions in Microsoft Excel Formulas & Functions in Microsoft Excel Theresa A Scott, MS Biostatistician II Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Using

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Company Setup 401k Tab

Company Setup 401k Tab Reference Sheet Company Setup 401k Tab Use this page to define company level 401(k) information, including employee status codes, 401(k) sources, and 401(k) funds. The definitions you create here become

More information

To reuse a template that you ve recently used, click Recent Templates, click the template that you want, and then click Create.

To reuse a template that you ve recently used, click Recent Templates, click the template that you want, and then click Create. What is Excel? Applies to: Excel 2010 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

More information

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010 Produced by Flinders University Centre for Educational ICT PivotTables Excel 2010 CONTENTS Layout... 1 The Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands and Buttons

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Introduction to Microsoft Excel 1 Part I

Introduction to Microsoft Excel 1 Part I Introduction to Microsoft Excel 1 Part I Objectives When you complete this workshop you will be able to: Recognize Excel s basic operations and tools; Develop simple worksheets; Use formulas; Format worksheets;

More information

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data The Company Rocks Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Step-by-step instructions to accompany video lessons Danny Rocks 5/19/2011 Creating PivotTables in Excel 2003 PivotTables

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Excel Project 4. 1. From the Start menu select New Office Document. If necessary, click the General tab and then double-click Blank workbook.

Excel Project 4. 1. From the Start menu select New Office Document. If necessary, click the General tab and then double-click Blank workbook. Excel Project 4 Two of the more powerful aspects of Excel are its wide array of functions and its capability to organize answers to what-if questions. In earlier projects you were introduced to several

More information

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training warpct.com courseware by WARP! Computer Training Working with MS Excel 2003 Workbook Welcome! Thank you for evaluating a portion of this workbook. If you have any questions or comments regarding our training

More information

Basic Excel Handbook

Basic Excel Handbook 2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...

More information

A Beginning Guide to the Excel 2007 Pivot Table

A Beginning Guide to the Excel 2007 Pivot Table A Beginning Guide to the Excel 2007 Pivot Table Paula Ecklund Summer 2008 Page 1 Contents I. What is a Pivot Table?...1 II. Basic Excel 2007 Pivot Table Creation Source data requirements...2 Pivot Table

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

Analyzing Excel Data Using Pivot Tables

Analyzing Excel Data Using Pivot Tables NDUS Training and Documentation Analyzing Excel Data Using Pivot Tables Pivot Tables are interactive worksheet tables you can use to quickly and easily summarize, organize, analyze, and compare large amounts

More information

Pivot Tables & Pivot Charts

Pivot Tables & Pivot Charts Pivot Tables & Pivot Charts Pivot tables... 2 Creating pivot table using the wizard...2 The pivot table toolbar...5 Analysing data in a pivot table...5 Pivot Charts... 6 Creating a pivot chart using the

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

Excel Spreadsheets: Getting Started

Excel Spreadsheets: Getting Started Excel Spreadsheets: Getting Started EXCEL REVIEW 2003-2004 Excel Spreadsheets: Getting Started Review this guide for tips on some of the basic skills you need to get started building and using spreadsheets.

More information

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers?

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers? Understanding formulas Basic Formulas in Excel Formulas are placed into cells whenever you want Excel to add, subtract, multiply, divide or do other mathematical calculations. The formula should be placed

More information

EXAMPLE WITH NO NAME EXAMPLE WITH A NAME

EXAMPLE WITH NO NAME EXAMPLE WITH A NAME By using names, you can make your formulas much easier to understand and maintain. You can define a name for a cell range, function, constant, or table. Once you adopt the practice of using names in your

More information

Graphing Parabolas With Microsoft Excel

Graphing Parabolas With Microsoft Excel Graphing Parabolas With Microsoft Excel Mr. Clausen Algebra 2 California State Standard for Algebra 2 #10.0: Students graph quadratic functions and determine the maxima, minima, and zeros of the function.

More information

Excel for Data Cleaning and Management

Excel for Data Cleaning and Management Excel for Data Cleaning and Management Background Information This workshop is designed to teach skills in Excel that will help you manage data from large imports and save them for further use in SPSS

More information

Using VLOOKUP to Combine Data in Microsoft Excel

Using VLOOKUP to Combine Data in Microsoft Excel Using VLOOKUP to Combine Data in Microsoft Excel Microsoft Excel includes a very powerful function that helps users combine data from multiple sources into one table in a spreadsheet. For example, if you

More information

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

More information

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 TASK 4: ADD TOTAL LABEL AND FORMULA FOR FREQUENCY... 12 TASK 5: MODIFICATIONS TO THE HISTOGRAM...

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals Excel 2003 Instructions Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals contains extensive instructions for using Excel 2010 and Excel for Mac 2011. There are a few instances

More information

Microsoft Excel 2013 Step-by-Step Exercises: PivotTables and PivotCharts: Exercise 1

Microsoft Excel 2013 Step-by-Step Exercises: PivotTables and PivotCharts: Exercise 1 Microsoft Excel 2013 Step-by-Step Exercises: PivotTables and PivotCharts: Exercise 1 In this exercise you will learn how to: Create a new PivotTable Add fields to a PivotTable Format and rename PivotTable

More information

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Monthly Payroll to Finance Reconciliation Report: Access and Instructions Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining

More information

Creating forms in Microsoft Access 2007

Creating forms in Microsoft Access 2007 Platform: Windows PC Ref no: USER 166 Date: 14 th January 2008 Version: 1 Authors: Derek Sheward, Claire Napier Creating forms in Microsoft Access 2007 This is the fourth document in a series of five on

More information

Excel Add-ins Quick Start Guide

Excel Add-ins Quick Start Guide Excel Add-ins Quick Start Guide Contents Bloomberg - Excel Add-In... 2 Datastream - Excel Add-in... 9 FactSet - Excel Add-in... 13 Thomson Reuters Eikon - Excel Add-in... 19 Bloomberg - Excel Add-In Bloomberg

More information

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

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu http://www.csun.edu/training TABLE

More information

Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel

Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel Introduction to MS Excel 2007 2 Table of Contents Getting started

More information

TheFinancialEdge. Configuration Guide for General Ledger

TheFinancialEdge. Configuration Guide for General Ledger TheFinancialEdge Configuration Guide for General Ledger 071012 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic,

More information

Microsoft Excel: Pivot Tables

Microsoft Excel: Pivot Tables Microsoft Excel: Pivot Tables Pivot Table Reports A PivotTable report is an interactive table that you can use to quickly summarize large amounts of data. You can rotate its rows and columns to see different

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by internal auditors around the world in their day-to-day

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

More information

Microsoft Excel 2010. Understanding the Basics

Microsoft Excel 2010. Understanding the Basics Microsoft Excel 2010 Understanding the Basics Table of Contents Opening Excel 2010 2 Components of Excel 2 The Ribbon 3 o Contextual Tabs 3 o Dialog Box Launcher 4 o Quick Access Toolbar 4 Key Tips 5 The

More information

Lab 11: Budgeting with Excel

Lab 11: Budgeting with Excel Lab 11: Budgeting with Excel This lab exercise will have you track credit card bills over a period of three months. You will determine those months in which a budget was met for various categories. You

More information

Formulas & Functions in Microsoft Excel

Formulas & Functions in Microsoft Excel Formulas & Functions in Microsoft Excel Theresa A Scott, MS Biostatistician III Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Using

More information

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

More information

MICROSOFT EXCEL 2010. Formulas, Functions, & Macros. Documented by Vincent J. Yanusauskas Computer Training Coordinator

MICROSOFT EXCEL 2010. Formulas, Functions, & Macros. Documented by Vincent J. Yanusauskas Computer Training Coordinator MICROSOFT EXCEL 2010 Formulas, Functions, & Macros Documented by Vincent J. Yanusauskas Computer Training Coordinator Introduction This handout was created to familiarize the user with the most common

More information

Microsoft Excel 2007. Introduction to Microsoft Excel 2007

Microsoft Excel 2007. Introduction to Microsoft Excel 2007 Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Excel is an electronic spreadsheet to organize your data into rows and columns. One can use it to perform basic to advanced level mathematical

More information

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy University of Wisconsin-Extension Cooperative Extension Madison, Wisconsin PD &E Program Development & Evaluation Using Excel for Analyzing Survey Questionnaires Jennifer Leahy G3658-14 Introduction You

More information

Microsoft Access 2010- Introduction

Microsoft Access 2010- Introduction Microsoft Access 2010- Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Data Analysis with Microsoft Excel 2003

Data Analysis with Microsoft Excel 2003 Data Analysis with Microsoft Excel 2003 Working with Lists: Microsoft Excel is an excellent tool to manage and manipulate lists. With the information you have in a list, you can sort and display data that

More information

EXCEL FINANCIAL USES

EXCEL FINANCIAL USES EXCEL FINANCIAL USES Table of Contents Page LESSON 1: FINANCIAL DOCUMENTS...1 Worksheet Design...1 Selecting a Template...2 Adding Data to a Template...3 Modifying Templates...3 Saving a New Workbook as

More information

How to Excel with CUFS Part 2 Excel 2010

How to Excel with CUFS Part 2 Excel 2010 How to Excel with CUFS Part 2 Excel 2010 Course Manual Finance Training Contents 1. Working with multiple worksheets 1.1 Inserting new worksheets 3 1.2 Deleting sheets 3 1.3 Moving and copying Excel worksheets

More information

Excel Pivot Tables. Blue Pecan Computer Training Ltd - Onsite Training Provider www.bluepecantraining.com :: 0800 6124105 :: info@bluepecan.co.

Excel Pivot Tables. Blue Pecan Computer Training Ltd - Onsite Training Provider www.bluepecantraining.com :: 0800 6124105 :: info@bluepecan.co. Excel Pivot Tables 1 Table of Contents Pivot Tables... 3 Preparing Data for a Pivot Table... 3 Creating a Dynamic Range for a Pivot Table... 3 Creating a Pivot Table... 4 Removing a Field... 5 Change the

More information

Chapter 4 Displaying and Describing Categorical Data

Chapter 4 Displaying and Describing Categorical Data Chapter 4 Displaying and Describing Categorical Data Chapter Goals Learning Objectives This chapter presents three basic techniques for summarizing categorical data. After completing this chapter you should

More information

Easy Calculations in Excel

Easy Calculations in Excel Easy Calculations in Excel (2007 and newer) Any time you have a list of numbers that require some sort of calculation like percent change from one year to the next, percent of total, average or just a

More information

Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed

Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed Excel Microsoft Office s spreadsheet application can be used to track and analyze numerical data for display on screen or in printed format. Excel is designed to help you record and calculate data, and

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com M o s t U s e f u l E x c e l C o m m a n d s Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com Computer Training YOU Can Understand! Most Useful Excel Commands

More information

Advanced Excel Charts : Tables : Pivots : Macros

Advanced Excel Charts : Tables : Pivots : Macros Advanced Excel Charts : Tables : Pivots : Macros Charts In Excel, charts are a great way to visualize your data. However, it is always good to remember some charts are not meant to display particular types

More information

Creating tables of contents and figures in Word 2013

Creating tables of contents and figures in Word 2013 Creating tables of contents and figures in Word 2013 Information Services Creating tables of contents and figures in Word 2013 This note shows you how to create a table of contents or a table of figures

More information

2015 County Auditors Institute. May 2015. Excel Workshop Tips. Working Smarter, Not Harder. by David Scott, SpeakGeek@att.net

2015 County Auditors Institute. May 2015. Excel Workshop Tips. Working Smarter, Not Harder. by David Scott, SpeakGeek@att.net 2015 County Auditors Institute May 2015 Excel Workshop Tips Working Smarter, Not Harder by David Scott, SpeakGeek@att.net Note: All examples in this workshop and this tip sheet were done using Excel 2010

More information

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 University of Sheffield Contents 1. INTRODUCTION... 3 2. OVERVIEW OF SPREADSHEETS... 3 3. GETTING STARTED... 4 3.1 STARTING EXCEL

More information

Excel Project Creating a Stock Portfolio Simulation

Excel Project Creating a Stock Portfolio Simulation Background Vocabulary Excel Project Creating a Stock Portfolio Simulation 1. What is a stock? A stock is a share in the ownership of a corporation, a large business organization. A stock, also, represents

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

Create a PivotTable or PivotChart report

Create a PivotTable or PivotChart report Page 1 of 5 Excel Home > PivotTable reports and PivotChart reports > Basics Create or delete a PivotTable or PivotChart report Show All To analyze numerical data in depth and to answer unanticipated questions

More information