Documentation of DaTrAMo (Data Transfer- and Aggregation Module)

Size: px
Start display at page:

Download "Documentation of DaTrAMo (Data Transfer- and Aggregation Module)"

Transcription

1 1. Introduction Documentation of DaTrAMo (Data Transfer- and Aggregation Module) The DaTrAMo for Microsoft Excel is a solution, which allows to transfer or aggregate data very easily from one worksheet (workbook) to another. This solution bases on the computer language Visual Basic for Applications (VBA for EXCEL). In general, data transfers by copy and paste or linking to another Excel workbook. This approach is often susceptible to errors because even slight changes in the structure of the source workbook can have far-reaching consequences on existing. DaTrAMo avoids these mistakes by the unique assignment of data points of a time series regardless of the structure of the source workbook. In order to use this solution, the source workbook (mostly databases) must be organized as follows: The first row and the first column of a source sheet have to be used for the assignment of the time series. Time series in the source workbook can be organized in columns as well as in rows. Because worksheets (until version Excel 2003) are restricted to 256 columns the time series in large databases should be ordered in rows such that the identifiers of the time series are in the first column and the time identifiers are in the first row. In figure 1, for example, the value of finalized construction works (C1n) in the first quarter of 2010 (q1.10) is uniquely identified. The row and column assignments (e.g., D9) are no more necessary to identify a certain data point. Figure 1 In order to transfer data from a source workbook the target workbook must contain the VBA solution. The whole program code is available as a template. The sheet Options summarizes the minimum requirement of information (name of the source workbook, 1 (14)

2 path where it is stored and the file suffix). The sheet Options contains also a set of other possibilities for individual adjustment (e.g., formatting data, making list of names). You can fetch the data into any sheet by using an easy function that only needs the source workbook name as argument. The time identifiers and the variable names in the first column or the first row of the target worksheet compare to the corresponding identifiers of the source file. The function = DbF ("Database name") fetches a value of a time series in the source workbook and orders it in columns in the worksheet (see figure 2). The name of the source workbook has to be put always in quotation marks. Figure 2 Beside the use in working files, the own database functions can also be used to provide databases from different sources. If a data delivery occurs at regular intervals if, e.g., new monthly data are available, transfer of new data into a database can be done automated by use of the own database functions. For a smooth work with DaTrAMo, the following adjustment has to be activated: Excel => Options => Trust Center => Trust Center Settings ActiveX Settings => enable all controls without restrictions and without prompting Macro Settings => enable all macros 2 (14)

3 For Excel versions up from 2007, use of files with suffix.xlsb recommends. 2. The worksheet Options Figure 3 The template (db_fct_2012mne_sr1.xlsb) provides the sheet Options. Primarily, in this worksheet you have to specify the source workbooks (see figure 3). For VBA technical reasons you must list one source workbook at least. You can identify source workbooks by choosing the cell B8 Select DB or you select the sources direct in column B by using a list. You can open or close the chosen source workbook(s) by choosing the cell C8 Open selected databases or the cell G8 Close db. Further the fetched data of a certain source can be given colourfully or receive also a certain version of a font-style. It is possible, for example to format data from a monthly database in green colour and data from a quarterly database in blue colour. In addition, the DaTrAMo can count the number of the read in data from different source workbooks. You can change the group levels for all worksheets in the workbook by only one click Selection of source workbooks (mostly databases) In worksheet Options (column K), you find all potentially source workbooks (figure 4). 3 (14) Figure 4

4 In this example, you see a workbook for different labour force data (LFS_db) together with a workbook for employment data (employment_db) and some other. Now you can select the desired workbooks in the worksheet Options in column B (figure 5). The store path of the workbook you have to write manually in column C. In addition, you can select workbooks with path and suffix by selecting the cell B8 Select DB. In this case, a dialog box will appear where you can choose the workbook. This works only from row 12 on. Figure 5 The program will use this information together with the suffix from column I in all functions. To avoid error messages attention has to be paid in particular to the fact that the path information is fixed for the databases carefully. If you are working on a network, it is obvious to store source databases centrally in a common folder, e.g., D:\DB\mne12. In the following column D, you can select which source workbooks you want to open automatically with cell C8: "Open selected databases". The source workbooks you have to open for the calculation of the functions. In column G, you can specify individually which workbook should be closed by one click. In this case, the source files are not stored. This procedure you should use carefully when the source isn t a pure database. In case of reading data from other workbooks, this file you shouldn t close automatically Formatting Any colours and different versions of a font style you can use to mark for example different data sources. In column L, you can make a list of the desired colours (figure 6). To be able to use automatically the internal colour codes of Excel, the respective cell with the desired written colour is to be formatted. By selecting the cell L8 "Change list of Colours, the internal colour coding appears in column M. In the cells in column E, a 4 (14)

5 certain colour can be assigned when required to every source workbook. In addition, a version of a font style can be selected in the cells of the column F for every source file. After selection of colour and font style for each database, you have to choose the cells E10 and F10 for initializing the formats. To apply different colours the name of the sheets has to be listed in the range C41 to C99 (see item 2.3. for further details). Figure Value copy If you want to convert the workbook into a value copy, e.g., a backup copy of certain data, you can do this automatically. This function is helpful also to construct a new database by combining different sources. Other users can apply this value copy as database. The procedure to make a value copy is located in the lower part of the sheet (figure 7). In column K Complete list of worksheets, you can provide a list of the sheets available in this workbook by pressing the button New ws-list. 5 (14) Figure 7

6 Other functionality allows the transformation of the cell entries with own database functions in values for selected sheets in the workbook. In column B, the desired sheets can be selected (figure 8). To receive a new numbering and new entries in column E and column G, an initialization is necessary after end of choice of the sheets by selecting the cell A39 "Initialize". There are two possibilities to generate value copies. Either all functions of the whole file are converted into a value copy (choose range B39:D39), or from a selection of sheets the results of the own database functions are converted into values (select cell F39). Figure 8 Before the complete values transformation will execute you have to carry out a security query until the beginning of the transformation whether one liked to convert the functions into values (figure 9) really in all work sheets. Then a temporary value copy of the file is stored on the hard disk. After this, the program will ask you whether also the macros and the option sheet should be removed (figure 10). Finally, the query show up whether the value copy should be closed (figure 11). The value copy is always stored in a new file with the name affix "_V". Figure 9 Figure 10 6 (14)

7 Figure 11 If you want to convert only the results of the database functions into values for one or all sheets in the file, you can select the corresponding sheets by the entry Yes (or No ) in column E (see figure 12). Figure 12 The conversion into values works without automatic storage in a new file. By selecting the cell "Get values" after a previous query (see figure 13) the conversion starts immediately. The results of the database functions are now converted into values. This procedure is irreversible; this means all database functions contained in the marked sheets get lost! Figure Other features The worksheet Options offers some other useful features. Thus, you can fade in or out the grouping levels for all worksheets simultaneous (see figure 14). Further you can switch on or off the view of the grouping symbols to increase the visible screen (Cell Q11 Display On/Off ). Figure 14 7 (14)

8 To raise the arithmetic performance it is obvious to switch off Automatic calculation ( Tools and Calculating ). Then you can carry out the calculations manually by pressing F9 or, however, also for selected sheets with activating the cell Q1 in the option sheet or, however, completely with CTRL + ALT + F9. Further, it is possible to remove assigned names in the completely working file all at once (button "Delete names" - see figure 15). Figure Type of functions Two basic function types are distinguished: Functions for the easy data transfer, e.g., from databases or other working files as well as the data transmission with the possibility of aggregation, e.g., monthly data to quarterly data or to annual data. The functions may have many several arguments and merely the input of the name of the source file is stringently necessary; all other arguments are optional. In the English version, you have to separate the arguments with a comma and in the German version with a semicolon. You can enter the database functions and arguments with the use of small letters as well as in capitalization Simple data transfer Time series in the working files can be shown in columns as well as in rows. You can use the function =dbf ( ) without predetermination of the time series position (the system finds the position itself). According to representation, you can select the suitable function, too (this was the solution in earlier releases). If the time series names are in the column head the function =dbs ( ) can be used and if they are against it in the rows head, one uses the function =dbz ( ). In the easiest case, you have to enter merely the name of the source file as the first function argument in quotation mark (see for an example figure 16): =DbF ( database name ) or =DbS ( database name ) or =DbZ ( database name ). 8 (14)

9 The function applies the time identifier from the first column (or row) and the time series name from the first row (or column) to select the suitable value from the source file. For this easy case, the sheet name in the source file must exactly match with the name of the source file. Figure 16 The time identifier should be defined to be able to work also with the aggregations function with the following formats: Annual data with a., e. g. a.11 for the data point of the year 2011; Semi-annual with h1. or h2. and the year (e. g. h1.11 or h2.11); Quarterly data with the keys q1. to q4. and the year (e. g. q1.11); Monthly data with the keys m1. to m12. and the year (e. g. m1.11). For additional linking of data, you can use like time identifier entries which starts with i. (Item). This makes sense when you need information about the variables, e.g., the complete name of the variable or the name of the deliverer. If the source file contains several sheets, the time series from sheets with a name deviating from the file name can be also selected and transferred. Then in addition, the information of the sheet name is necessary (second argument): = DbF ( database name, sheet name ) or = DbS ( database name, sheet name ) or = DbZ ( database name, sheet name ). In the usual case, time series names are in the first column and so the third argument of the function is 1. This is the default setting and thus the argument is optional. Are the time series in the source file in columns, i.e. the time identifiers are in the first row (in the column head), "2" must be given for the data transfer as the third function argument. = DbF ( database name, sheet name, 2) or = DbS ( database name, sheet name, 2) or = DbZ ( database name, sheet name, 2). In the case, that you want to transfer values from different time series (variables) in one row (column) you have to define the suitable identifiers in the same column (row). Then you have to enter as fourth argument the row number and/or as fifth argument the column number of the value to be read in (time identifier and/or variable name), too. 9 (14)

10 = DbF ( database name, sheet name,, #, # ) or = DbS ( database name, sheet name,, #, # ) or = DbZ ( database name, sheet name,, #, # ). To calculate, e.g., a deflator by division of the nominal values by the real values, it is obvious to put down the variable name of the nominal values (G1 in figure 17) and in the second line the variable of the real values (G2 in figure 16). By the formula = DbF( "DBJ_Mne" ) / DbF( "DBJ_Mne" ; ; ; 2 ) * a division of the nominal values by the real values will be done. The second function in this example has as the fourth argument the row from where the variable comes from. Figure 17 With the fifth argument of the function, you can use the time identifier or variable name from any column. Thereby is it possible to show different table structures in one sheet (figure 18). In this example, the function gets the variable name from the tenth column. Figure (14)

11 3.2. Aggregation of data For aggregation of the source data, the basic function DBF was extended by additional arguments. For the aggregation, two functions are available as a function depending on the structure of the source file. If the time series are in the source file in rows (it means, that the time identifiers are in the first row of the source file), the function DbA should be used. If the time series in the source file are in columns (it means, that the time identifiers are in the first column of the source file), you can use DbT. The character "A" in the function stands for the possibility for aggregation. "T" stands for the transposed form of the source file. You can aggregate monthly data to quarterly, semi-annual or annual data, quarterly data to semi-annual or annual data and semi-annual data to annual data. In the target file, the time identifier for the aggregation (q, h or a) has to be given. As additional function arguments, the periodicity of the source data must be given at the third and the way in which aggregation should be done at the fourth place of the function. If the source data is in monthly periodicity, 12 is to be given with the periodicity, with quarterly data the periodicity is 4 and with semi-annual data the periodicity is 2. The default setting for the periodicity is 12 (monthly data). Hence, in this case no explicit information of the parameter periodicity is necessary. The aggregation could be done as average (e.g., for indices) or as sum. To get the average the function argument is 2. To get the sum the argument is 1 (default setting). The following example explains how to aggregate: The formula in cell D7 (figure 19) = DbA ( " DbQ_Mne " ; ; 4 ) aggregates the four quarterly values of 2010 of the variable " C1n " from the source data base to the annual sum. The aggregation occurs in each case to the sum, because no information was carried out in the argument for how aggregation should takes place. All data are taken from the source file "DbQ_Mne". The information of the sheet name is not necessary, because the sheet has the same name like the source file. 11 (14)

12 Figure The help function The program has a short help function. The syntax for the database functions you can display before writing the arguments of a function. With a double click in any cell, the help is activated (figure 20). Figure 20 Then a syntax help to the different function types is offered. If the desired function type is selected and confirmed with Yes (Ja), the arguments and their order are described in new windows (figure 21, 22 and 23). Figure (14)

13 Figure 22 Figure (14)

14 5. Frequent errors The program runs very solidly. Regular failures or falls have not seemed during the past years. The most frequent mistake is faulty information of the syntax. For instance, if the variable name should not be taken from the first column or the first row, a wrong number of semicolons (commas) between the arguments are often the reason for an error. In addition, the program delivers the following error messages by wrong inputs: WB unknown! Sheet unknown! Variable name? Time? Source structure? Source closed! Period? Aggr.Funct.? Aggregat? The source file (database) is not known or is not declared or not correctly declared in the sheet Options. The sheet name given as argument in the function does not exist in the source file. The variable name in the target sheet does not match with any variable name (identifier) in the source file. The time identifier in the target sheet does not match with any time identifier in the source file. The structure of the source file does not match with the argument of the function or the type of aggregation (DbA or DbT). The source file is not open. There is a wrong periodicity within an aggregation. The rule for aggregation is not known, arguments are 1 for sum and 2 for mean. Time identifier does not fit with the specifications for aggregation. Missing values! For the aggregation function values are missing or empty (number of values is less than predefined). For the function DbF the value in the source is empty. 6. Use of names Further capability to rationalize work with DaTraMo is the use of names. For example, you can define the name DbQ (with the names manager) and assign the function = DbF( DbQ_Mne ) to this name (with the names manager, too). It is important, during the work with the names manager to be located in an according cell. Afterwards you can use this name (e.g. with help of F3) instead the function (But only with accurate the same arguments, see figure 24). Figure (14)

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

Getting started 7. Writing macros 23

Getting started 7. Writing macros 23 Contents 1 2 3 Getting started 7 Introducing Excel VBA 8 Recording a macro 10 Viewing macro code 12 Testing a macro 14 Editing macro code 15 Referencing relatives 16 Saving macros 18 Trusting macros 20

More information

Workbooks (File) and Worksheet Handling

Workbooks (File) and Worksheet Handling Workbooks (File) and Worksheet Handling Excel Limitation Excel shortcut use and benefits Excel setting and custom list creation Excel Template and File location system Advanced Paste Special Calculation

More information

Microsoft Excel 2007 Macros and VBA

Microsoft Excel 2007 Macros and VBA Microsoft Excel 2007 Macros and VBA With the introduction of Excel 2007 Microsoft made a number of changes to the way macros and VBA are approached. This document outlines these special features of Excel

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

Introduction to the workbook environment

Introduction to the workbook environment L E S S O N 7 Introduction to the workbook environment Lesson objectives Suggested teaching time To begin using the three-dimensional aspect of the Excel workbook, you will: 60-70 minutes a b c d Work

More information

Gloucester County Library System. Excel 2010

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

More information

Microsoft Excel 2010 Training. Excel 2010 Basics

Microsoft Excel 2010 Training. Excel 2010 Basics Microsoft Excel 2010 Training Excel 2010 Basics Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.

More information

Sage Summit 2012 Conference

Sage Summit 2012 Conference Sage Summit 2012 Conference Getting Started With Sage 300 Construction and Real Estate Office Connector Generate Excel-Based Reports Session Code: C-0637 Product: Sage 300 Construction and Real Estate

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

Introduction to macros

Introduction to macros L E S S O N 7 Introduction to macros Suggested teaching time 30-40 minutes Lesson objectives To understand the basics of creating Visual Basic for Applications modules in Excel, you will: a b c Run existing

More information

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

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

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

Using Basic Formulas 4

Using Basic Formulas 4 Using Basic Formulas 4 LESSON SKILL MATRIX Skills Exam Objective Objective Number Understanding and Displaying Formulas Display formulas. 1.4.8 Using Cell References in Formulas Insert references. 4.1.1

More information

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel Module 3 MODULE OVERVIEW Part 1 What is A Spreadsheet? Part 2 Gaining Proficiency: Copying and Formatting Microsoft Office Suite Microsoft Excel Part 3 Using Formulas & Functions Part 4 Graphs and Charts:

More information

Working with Data and Charts

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

More information

The File menu contains all the operations that we will discuss in this lesson: New, Open, Close, Save and Save As.

The File menu contains all the operations that we will discuss in this lesson: New, Open, Close, Save and Save As. Excel 2003 Create, open and save workbooks Introduction Page 1 By the end of this lesson, learners should be able to: State the differences between New, Open, Close Save and Save As Create a workbook Save

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

1: Getting Started with Microsoft Excel

1: Getting Started with Microsoft Excel 1: Getting Started with Microsoft Excel The Workspace 1 Menu commands 2 Toolbars 3 Cell References 4 Cell Entries 4 Formatting 5 Saving and Opening Workbook Files 7 The Workspace Figure 1 shows the Microsoft

More information

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks...

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks... Version 3 Updated November 29, 2007 Contents Contents... 3 Part I: Background Information... 1 About This Handbook... 2 Excel Terminology... 3 Part II:... 4 Advanced Excel Tasks... 4 Export Data from

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

Microsoft Office Excel Create a worksheet group. A worksheet group. Tutorial 6 Working With Multiple Worksheets and Workbooks

Microsoft Office Excel Create a worksheet group. A worksheet group. Tutorial 6 Working With Multiple Worksheets and Workbooks Microsoft Office Excel 2003 Tutorial 6 Working With Multiple Worksheets and Workbooks 1 Create a worksheet group A workbook is a collection of worksheets. You may want to work with the worksheets within

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

More information

DOWNLOAD PDF VBA MACRO TO PRINT MULTIPLE EXCEL SHEETS TO ONE

DOWNLOAD PDF VBA MACRO TO PRINT MULTIPLE EXCEL SHEETS TO ONE Chapter 1 : Print Multiple Sheets Macro to print multiple sheets I have a spreadsheet set up with multiple worksheets. I have one worksheet (Form tab) created that will pull data from the other sheets

More information

Full file at Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries

Full file at   Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries MULTIPLE CHOICE 1. To start a new line in a cell, press after each line, except for the last line, which is completed by clicking the

More information

Structured Solutions Inc. Tools MS Project to Excel Export/Import Tools

Structured Solutions Inc. Tools MS Project to Excel Export/Import Tools Structured Solutions Inc. Tools MS Project to Excel Export/Import Tools This Macro Enabled Excel workbook contains a collection of useful tools that enables the user to Get, Post or Lookup data from MS

More information

Using Microsoft Excel

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

More information

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

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

More information

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

Some (semi-)advanced tips for LibreOffice

Some (semi-)advanced tips for LibreOffice Some (semi-)advanced tips for LibreOffice by Andy Pepperdine Introduction We cover several tips on special things in Writer and Calc and anything else that turns up. Although I use LibreOffice, these should

More information

Chapter 2. Formulas, Functions, and Formatting

Chapter 2. Formulas, Functions, and Formatting Chapter 2 Formulas, Functions, and Formatting Syntax of List Functions Functions and formulas always start with an equal sign, = Colon means through : List inside of parentheses =AVERAGE(A1:A5) Name of

More information

MICROSOFT Excel 2010 Advanced Self-Study

MICROSOFT Excel 2010 Advanced Self-Study MICROSOFT Excel 2010 Advanced Self-Study COPYRIGHT This manual is copyrighted: S&G Training Limited. This manual may not be copied, photocopied or reproduced in whole or in part without the written permission

More information

Importing and Exporting Data

Importing and Exporting Data 14 Importing and Exporting Data SKILL SUMMARY Skills Exam Objective Objective Number Importing Data Import data into tables. Append records from external data. Import tables from other databases. Create

More information

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets. Agenda Unit 1 Assessment Review Progress Reports Intro to Excel Learn parts of an Excel spreadsheet How to Plan a spreadsheet Create a spreadsheet Analyze data Create an embedded chart in spreadsheet In

More information

Introduction to Information Technology

Introduction to Information Technology Introduction to Information Technology Assessment of Fundamental Competencies Model Paper 50 marks 1 hour 30 minutes Instructions to Candidates: (i) Select the most appropriate answer from the options

More information

Microsoft Excel Level 2

Microsoft Excel Level 2 Microsoft Excel Level 2 Table of Contents Chapter 1 Working with Excel Templates... 5 What is a Template?... 5 I. Opening a Template... 5 II. Using a Template... 5 III. Creating a Template... 6 Chapter

More information

Reference Services Division Presents. Excel Introductory Course

Reference Services Division Presents. Excel Introductory Course Reference Services Division Presents Excel 2007 Introductory Course OBJECTIVES: Navigate Comfortably in the Excel Environment Create a basic spreadsheet Learn how to format the cells and text Apply a simple

More information

Excel Advanced

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

More information

Microsoft Excel > Shortcut Keys > Shortcuts

Microsoft Excel > Shortcut Keys > Shortcuts Microsoft Excel > Shortcut Keys > Shortcuts Function Keys F1 Displays the Office Assistant or (Help > Microsoft Excel Help) F2 Edits the active cell, putting the cursor at the end* F3 Displays the (Insert

More information

Microsoft Word 2003.

Microsoft Word 2003. Microsoft Word 2003. Q1: if you try to quit word for windows without first saving changes to your document: a. the changes will be lost. b. word for windows will save the changes automatically. c. you

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

Microsoft Microsoft Excel 2013 Expert Part 1. Download Full Version :

Microsoft Microsoft Excel 2013 Expert Part 1. Download Full Version : Microsoft 77-427 Microsoft Excel 2013 Expert Part 1 Download Full Version : http://killexams.com/pass4sure/exam-detail/77-427 to analyze numerical data and to answer unexpected questions about your data

More information

Changing Case using Worksheet Functions and Excel VBA

Changing Case using Worksheet Functions and Excel VBA Excel provides the text worksheet functions, namely the Upper Function, the Lower Function and the Proper Function, which can change the case of a specified input text string. This text string could be

More information

Civil Engineering Computation

Civil Engineering Computation Civil Engineering Computation First Steps in VBA Homework Evaluation 2 1 Homework Evaluation 3 Based on this rubric, you may resubmit Homework 1 and Homework 2 (along with today s homework) by next Monday

More information

Contents. Session 2. COMPUTER APPLICATIONS Excel Spreadsheets

Contents. Session 2. COMPUTER APPLICATIONS Excel Spreadsheets Session 2 Contents Contents... 23 Cell Formats cont..... 24 Worksheet Views... 24 Naming Conventions... 25 Copy / Duplicate Worksheets... 27 Entering Formula & Functions... 28 Page - 23 Cell Formats cont..

More information

Excel Tutorial 1: Getting Started with Excel

Excel Tutorial 1: Getting Started with Excel Excel Tutorial 1: Getting Started with Excel TRUE/FALSE 1. The name of the active workbook appears in the status bar of the Excel window. ANS: F PTS: 1 REF: EX 2 2. The formula bar displays the value or

More information

Performing Basic Calculations

Performing Basic Calculations 7.1 LESSON 7 Performing Basic Calculations After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Insert Function feature.

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Copying, Pasting and Renaming Reports... 4 Creating and linking a report... 6 Auto e-mailing reports...

More information

A Tutorial for Excel 2002 for Windows

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

More information

Excel Tools Features... 1 Comments... 2 List Comments Formatting... 3 Center Across... 3 Hide Blank Rows... 3 Lists... 3 Sheet Links...

Excel Tools Features... 1 Comments... 2 List Comments Formatting... 3 Center Across... 3 Hide Blank Rows... 3 Lists... 3 Sheet Links... CONTEXTURES EXCEL TOOLS FEATURES LIST PAGE 1 Excel Tools Features The following features are contained in the Excel Tools Add-in. Excel Tools Features... 1 Comments... 2 List Comments... 2 Comments...

More information

LECTURE 10. SPREADSHEET

LECTURE 10. SPREADSHEET LECTURE 10. SPREADSHEET Those who excel in virtue have the best right of all to rebel, but then they are of all men the least inclined to do so. Aristotle S.M. Sitompul (2016 version) MODULE OVERVIEW Part

More information

Getting Started With Excel

Getting Started With Excel Chapter 1 Getting Started With Excel This chapter will familiarize you with various basic features of Excel. Specific features which you need to solve a problem will be introduced as the need arises. When

More information

Advanced Excel Selecting and Navigating Cells

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

More information

2. INTRODUCTORY EXCEL

2. INTRODUCTORY EXCEL CS130 - Introductory Excel 1 2. INTRODUCTORY EXCEL Fall 2017 CS130 - Introductory Excel 2 Introduction to Excel What is Microsoft Excel? What can we do with Excel? CS130 - Introductory Excel 3 Launch Excel

More information

DOWNLOAD PDF MICROSOFT EXCEL ALL FORMULAS LIST WITH EXAMPLES

DOWNLOAD PDF MICROSOFT EXCEL ALL FORMULAS LIST WITH EXAMPLES Chapter 1 : Examples of commonly used formulas - Office Support A collection of useful Excel formulas for sums and counts, dates and times, text manipularion, conditional formatting, percentages, Excel

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

WAAT-PivotTables Accounting Seminar

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

More information

Excel Part 3 Textbook Addendum

Excel Part 3 Textbook Addendum Excel Part 3 Textbook Addendum 1. Lesson 1 Activity 1-1 Creating Links Data Alert and Alternatives After completing Activity 1-1, you will have created links in individual cells that point to data on other

More information

Lesson Skill Matrix Skill Exam Objective Objective Number

Lesson Skill Matrix Skill Exam Objective Objective Number Lesson 6 Page 1 Creating Tables Lesson Skill Matrix Skill Exam Objective Objective Number Creating a Table Create a table by specifying rows and columns. 3.1.3 Formatting a Table Apply table styles. 3.1.4

More information

Excel VBA. Microsoft Excel is an extremely powerful tool that you can use to manipulate, analyze, and present data.

Excel VBA. Microsoft Excel is an extremely powerful tool that you can use to manipulate, analyze, and present data. Excel VBA WHAT IS VBA AND WHY WE USE IT Microsoft Excel is an extremely powerful tool that you can use to manipulate, analyze, and present data. Sometimes though, despite the rich set of features in the

More information

User Manual Mail Merge

User Manual Mail Merge User Manual Mail Merge Version: 1.0 Mail Merge Date: 27-08-2013 How to print letters using Mail Merge You can use Mail Merge to create a series of documents, such as a standard letter that you want to

More information

Skill Exam Objective Objective Number

Skill Exam Objective Objective Number Creating Tables 6 LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating a Table Create a table by specifying rows and columns. 3.1.3 Formatting a Table Apply table styles. 3.1.4 Managing Tables

More information

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

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

More information

Validate and Protect Data

Validate and Protect Data Validate and Protect Data Chapter 8 Objectives In this section you will Restrict Data Entry to a Cell Test the Data Entered in a Cell for Validity Display Instructions for Data Entry Display Error Messages

More information

To understand the limitations of paper spreadsheets and to explore the Excel environment, you will:

To understand the limitations of paper spreadsheets and to explore the Excel environment, you will: L E S S O N 1 Excel basics Suggested teaching time 20-30 minutes Lesson objectives To understand the limitations of paper spreadsheets and to explore the Excel environment, you will: a b c Identify some

More information

b. Enter the data in the following table. Begin to enter data in cell A1 and leave row 3 blank. The Total row label should appear in cell A10.

b. Enter the data in the following table. Begin to enter data in cell A1 and leave row 3 blank. The Total row label should appear in cell A10. Apply Your Knowledge Complete the following exercises in order, as directed by your teacher. As you work through these projects, you will create four quarterly worksheets, a summary worksheet for annual

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

Excel Project 1 Creating a Worksheet and an Embedded Chart

Excel Project 1 Creating a Worksheet and an Embedded Chart 7 th grade Business & Computer Science 1 Excel Project 1 Creating a Worksheet and an Embedded Chart What is MS Excel? MS Excel is a powerful spreadsheet program that allows users to organize data, complete

More information

Editing and Formatting Worksheets

Editing and Formatting Worksheets LESSON 2 Editing and Formatting Worksheets 2.1 After completing this lesson, you will be able to: Format numeric data. Adjust the size of rows and columns. Align cell contents. Create and apply conditional

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

THE FORMULAS TAB, CELL REFERENCING,THE VIEW TAB & WORKBOOK SECURITY THE FORMULAS TAB, CELL REFERENCING, THE VIEW TAB & WORKBOOK SECURITY OBJECTIVES

THE FORMULAS TAB, CELL REFERENCING,THE VIEW TAB & WORKBOOK SECURITY THE FORMULAS TAB, CELL REFERENCING, THE VIEW TAB & WORKBOOK SECURITY OBJECTIVES THE FORMULAS TAB, CELL REFERENCING,THE VIEW TAB & WORKBOOK SECURITY Session 9 THE FORMULAS TAB, CELL REFERENCING, THE VIEW TAB & WORKBOOK SECURITY General Objectives OBJECTIVES Session 9 In this Session,

More information

Microsoft Office Illustrated. Getting Started with Excel 2007

Microsoft Office Illustrated. Getting Started with Excel 2007 Microsoft Office 2007- Illustrated Getting Started with Excel 2007 Objectives Understand spreadsheet software Tour the Excel 2007 window Understand formulas Enter labels and values and use AutoSum Objectives

More information

MODULE VI: MORE FUNCTIONS

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

More information

Using FIS & The Federal Funds Interest Calculator (for Excel 2007)

Using FIS & The Federal Funds Interest Calculator (for Excel 2007) Using FIS & The Federal Funds Interest Calculator (for Excel 2007) 1 TABLE OF CONTENTS Page 3 4 7 11 16 18 20 27 28 Subject Area Notes Getting the Data from FIS Downloading the Data Preparing the Data

More information

Microsoft Exam Microsoft Excel 2013 Expert Part 1 Version: 3.0 [ Total Questions: 62 ]

Microsoft Exam Microsoft Excel 2013 Expert Part 1 Version: 3.0 [ Total Questions: 62 ] s@lm@n Microsoft Exam 77-427 Microsoft Excel 2013 Expert Part 1 Version: 3.0 [ Total Questions: 62 ] Question No : 1 DRAG DROP You work as a Help Desk Technician for Net Perfect Inc. You use Excel 2013

More information

Fundamentals. Fundamentals. Fundamentals. We build up instructions from three types of materials

Fundamentals. Fundamentals. Fundamentals. We build up instructions from three types of materials Fundamentals We build up instructions from three types of materials Constants Expressions Fundamentals Constants are just that, they are values that don t change as our macros are executing Fundamentals

More information

mirosoft.

mirosoft. 77-882 mirosoft Number: 77-882 Passing Score: 800 Time Limit: 120 min File Version: 0.0 http://www.gratisexam.com Exam A QUESTION 1 You work as a Sales Manager for Rainbow Inc. Your responsibility includes

More information

Consolidate and Summarizing Data from Multiple Worksheets

Consolidate and Summarizing Data from Multiple Worksheets Consolidate and Summarizing Data from Multiple Worksheets There are a few methods to summarize data from different worksheets in a workbook. You can use the Consolidate command, in the Data Tools group

More information

Q&As. Excel 2010 Expert. Pass Microsoft Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from:

Q&As. Excel 2010 Expert. Pass Microsoft Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from: 77-888 Q&As Excel 2010 Expert Pass Microsoft 77-888 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: https://www.pass4lead.com/77-888.html 100% Passing Guarantee 100%

More information

Gloucester County Library System EXCEL 2007

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

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

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

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

More information

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

Advanced formula construction

Advanced formula construction L E S S O N 2 Advanced formula construction Lesson objectives Suggested teaching time 40-50 minutes To become more adept at using formulas to get the data you want out of Excel, you will: a b c d Use range

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

Starting Excel application

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

More information

d2vbaref.doc Page 1 of 22 05/11/02 14:21

d2vbaref.doc Page 1 of 22 05/11/02 14:21 Database Design 2 1. VBA or Macros?... 2 1.1 Advantages of VBA:... 2 1.2 When to use macros... 3 1.3 From here...... 3 2. A simple event procedure... 4 2.1 The code explained... 4 2.2 How does the error

More information

You can record macros to automate tedious

You can record macros to automate tedious Introduction to Macros You can record macros to automate tedious and repetitive tasks in Excel without writing programming code directly. Macros are efficiency tools that enable you to perform repetitive

More information

Links to Activities ACTIVITY 4.1. Links to Activities ACTIVITY 4.

Links to Activities ACTIVITY 4.1. Links to Activities ACTIVITY 4. EXCEL Working with Multiple Worksheets, Tables, and Other File Formats Section 4 Skills Insert, delete, and rename a worksheet Format sheet tabs Move and copy a worksheet Group and ungroup worksheets Link

More information

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

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

More information

Excel QuickGuide 1 The AVERAGE Function

Excel QuickGuide 1 The AVERAGE Function 8 USING EXCEL FUNCTIONS: COMPUTING AVERAGES Excel QuickGuide 1 The AVERAGE Function What the AVERAGE Function Does The AVERAGE function takes a set of values and computes the arithmetic mean, which is

More information

Use mail merge to create and print letters and other documents

Use mail merge to create and print letters and other documents Use mail merge to create and print letters and other documents Contents Use mail merge to create and print letters and other documents... 1 Set up the main document... 1 Connect the document to a data

More information

Excel Tutorial 2: Formatting Workbook Text and Data

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

More information

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

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

MODULE III: NAVIGATING AND FORMULAS

MODULE III: NAVIGATING AND FORMULAS MODULE III: NAVIGATING AND FORMULAS Copyright 2012, National Seminars Training Navigating and Formulas Using Grouped Worksheets When multiple worksheets are selected, the worksheets are grouped. If you

More information

Text University of Bolton.

Text University of Bolton. Text University of Bolton. The screen shots used in this workbook are from copyrighted licensed works and the copyright for them is most likely owned by the publishers of the content. It is believed that

More information

Introduction to Form Controls

Introduction to Form Controls Introduction to Form Controls What Are Form Controls? Form Controls are objects which you can place onto an Excel Worksheet which give you the functionality to interact with your models data. You can use

More information

MICROSOFT EXCEL KEYBOARD SHORCUTS

MICROSOFT EXCEL KEYBOARD SHORCUTS MICROSOFT EXCEL KEYBOARD SHORCUTS F1 Displays the Office Assistant or (Help > Microsoft Excel Help) F2 Edits the active cell, putting the cursor at the end F3 Displays the (Insert > Name > Paste) dialog

More information