Telekurs FinXL Quick User Guide

Size: px
Start display at page:

Download "Telekurs FinXL Quick User Guide"

Transcription

1

2 Table of contents 1. Introduction The Telekurs FinXL menu The GetQuote function The GetHisto function The GetSnap function The CalcRate function The CalcBond function GetQuote Wizard GetHisto Wizard GetSnap Wizard CalcBond Wizard Most liquid parameter The "favorite" data fields and price attributes Securites search Fields search GetQuote macro Options / User preferences Additional tools Refresh tools DDE Conversion tools Entitlements and instruments limits /23

3 1. Introduction Telekurs FinXL is the new version of Telekurs id dynamic links solution. Fully integrated within Excel, it allows you to insert and edit real time data functions (GetQuote), historical data snapshots (GetHisto and GetSnap), interpolated rate calculations (CalcRate) and from version 1.2 onwards the new function CalcBond. They run exactly as native Excel functions. The pluses of Telekurs FinXL are : Excel integration using "add-in" technology, which makes FinXL functions true Excel functions. Automated market watch imitating Telekurs id lists. Possibility of historical data extraction. Specific yield-oriented calculation functions. Watch out! As in any Excel function, the length of the parameters string cannot exceed 250 characters. 2. The Telekurs FinXL menu Telekurs FinXL is available in your Excel application via a dedicated toolbar, a menu in the menubar and a right-click menu. Telekurs FinXL toolbar in Excel menubar: Telekurs FinXL menu : 3/23

4 You can also find all functions within Excel's "insert function" feature: 3. The GetQuote function GetQuote is Telekurs FinXL' 's core function, replacing Telekurs id DDE links. It can be automatically generated by GetQuote Wizard or directly typed in the selected cell, as if writing a standard Excel formula. It should respect a specific syntax : =GetQuote("SECURITIES";"FIELDS";"DISPLAY") SECURITIES : Security s identifiers may get typed in two modes : the complete syntax : code,agency,market. All codes are allowed, markets can be expressed in BK (numerical market codes) or in alphabetical code (i.e. ENX ). the quick syntax: code,market. In this case, GetQuote could return "unknown security" when the code is false or "incomplete identification" when the code exists in more than one agency. Use the wildcard 0 as market code value in order to request a security on its most liquid market place. NB: You may also use the syntax code. In this case, it will be interpreted this as query to get the information from your favorite market set in FinXL options/user preferences. It is possible to request several securities in the same GetQuote function. Security s identifiers will be separated by ";". You may also insert securities from Telekurs id: thanks to the copy/paste function or using a Drag & Drop, add one or several lines from a list. In these cases, a specific syntax will be automatically applied: "Valor code,ch,market code,currency code". 4/23

5 FIELDS : Fields codes separated by ";". DISPLAY: Optional parameters separated by ";". Three parameters are available: NAME = display field names on first row, INV = display fields in rows instead of columns; and the refresh parameter (RT (real time), 5S (5 seconds) ). As in any Excel function, the definition of parameters can be done outside the cell containing the formula itself, using cell references or Excel labelled ranges. NB: while using cell references, cell ranges or Excel labelled ranges should not be placed between double quotes. 3.1 GetQuote functions, examples Using explicit parameters: =GetQuote("350000,FR,ENX";"LAST";"1MN"): display the last price for CAC 40 index with a refresh every minute. Using external cell references : Cell ranges =GetQuote(A2:A10;B1:F1;"NAME"): create a table using A2:A10 cells as a list of securities, B1:F1 cells as fields, and displaying the field names in headers Excel labelled ranges =GetQuote(mysecurities;myfields): create a table using labelled ranges "mysecurities" and "myfields" 4. The GetHisto function GetHisto is a function getting historical quotes data. As with GetQuote, this function can be automatically generated by GetHisto Wizard or directly typed in the selected cell, as if writing a standard Excel formula. It should respect a specific syntax : =GetHisto("SECURITIES";"FIELDS";"PERIOD;"AUTOREFRESH";"DISPLAY") SECURITIES: Security s identifiers. Same syntax as with GetQuote function FIELDS: Fields codes separated by ";". PERIOD: Rolling period or a date range (separated by ";"). Recognizes any of the following syntaxes: Rolling period = "7D" or "1Y" or "3M" Period with a fixed start = "21/07/2006" Fixed period = "21/07/2006;22/07/2006" date format set in your regional settings option AUTOREFRESH: Automatic refresh of the data can be set: no parameter or "N" disables the automatic refresh. Changes of input parameters valuesof the function will take effect only if you reset this function in order to apply the change (for instance, a change of date). 5/23

6 "Y" makes refresh automatic for any change of any input parameter and also when opening the workbook. DISPLAY: Optional parameters separated by ";". Five parameters are available: VAR = group data by field instead of security ASC = sort by ascending dates PRICE = display quotes only RAW = display raw data (ignore capital events) ENDADJ = display data including only capital events that occurred during the resquested period. As in any Excel function, the definition of parameters can be done outside the cell containing the formula itself, using cell references or Excel labelled ranges. NB 1: while using cell references, cell ranges or Excel labelled ranges should not be placed between double quotes. NB 2: using a cell reference, which contains a volatile Excel function (such as "TODAY 1") should be avoided. We strongly recommend using FinXL function GetToday instead. 4.1 GetHisto functions, examples Using explicit parameters: =GetHisto("ABBN,SY,380";"VAL";"20D"): create a table displaying the valuation price for ABBN for the last 20 days =GetHisto("ABBN,SY,380";"VAL";"31/12/2005"): create a table displaying the valuation price for ABBN since 31/12/2005 Using cell references: =GetHisto(A2;B1:F1;"01/01/2010;31/12/2010"; ASC ): create a table using A2 cell as a security, B1:F1 cells as price fields from 01/01/2010 until 31/12/2010, and sorting by ascending dates 5. The GetSnap function GetSnap is a function retrieving last known quotes at a given date. As with the other FinXL functions, this function can be automatically generated by GetSnap Wizard or directly typed in the selected cell, as if writing a standard Excel formula. It should respect a specific syntax : =GetSnap("SECURITIES";"FIELD";"DATE";"AUTOREFRESH";"DISPLAY") SECURITIES: Security s identifiers. Same syntax as with GetQuote function FIELD: One pricing field of your choice. DATE: A date following the format set in your regional settings options. Today's date is not eligible. AUTOREFRESH: Automatic refresh of the data can be set: no parameter or "N" disables the automatic refresh. Any change of an entry parameter of the function must be followed by the use of a reset function in order to get this change applied (for instance, a change of date). "Y" makes refresh automatic for any change of an entry parameter and also when opening the workbook. 6/23

7 DISPLAY: Optional parameters separated by ";". Five parameters are available: INST = display security names NAME = display field names INV = display fields in rows instead of columns DATE = display date for last known quote RAW = display raw data (ignore capital events). As in any Excel function, the definition of parameters can be done outside the cell containing the formula itself, using cell references or Excel labelled ranges. NB 1: while using cell references, cell ranges or Excel labelled ranges should not be placed between double quotes. NB 2: using a cell reference, which contains a volatile Excel function (such as "TODAY 1") should be avoided. We strongly recommend using FinXL function GetToday instead GetSnap functions, examples Using explicit parameters: =GetSnap("ABBN,SY,380";"LAST";"31/12/2009"): display the last traded price for ABBN on the 31th December There will not be any automatic refresh and the price will be the only data displayed. Using cell references: =GetSnap(A2:A10;B1;C1; Y ;"NAME;INST"): create a table using A2:A10 cells as a list of securities, B1 cell as price field, C1 as the date. There will be an automatic refresh and the names of securities and fields will be displayed. 6. The CalcRate function CalcRate is a function available in Telekurs FinXL, which enables to calculate interpolated rates from a selection of benchmarks. As with the other FinXL functions, this function can be automatically generated by Excel's functions Wizard or directly typed in the selected cell, as if writing a standard Excel formula. It should respect a specific syntax: =CalcRate ("DATABASE";"INTERPOLATION DATE") DATABASE: This parameter shall contain cell ranges on two consecutive columns displaying maturity dates in the first one and theirassociated rates in the second one. These two columns shall be sorted from the nearest maturity to the furthest. INTERPOLATION DATE: a date following the format set in user s regional settings options or an identifier of a cell containing a date with the proper syntax. 7/23

8 INTERPOLATION DATE Interpolated rates calculated with CalcRate functions DATABASE: Column 1 : maturity date Column 2 : yields 7. The CalcBond function CalcBond is a new function available in Telekurs FinXL 1.2. It offers actuarial calculations on bonds. As with the other FinXL functions, this function can be automatically generated by CalcBond Wizard or directly typed in the selected cell, as if writing a standard Excel formula. It should respect a specific syntax : =CalcBond ("SECURITY";"FIELDS";"CALCULATION DATE"; TYPE ; VALUE ; CALCULATION FORMULA ; CALL OPTION DATE ; REDEMPTION PRICE ; "AUTOREFRESH";"DISPLAY") SECURITY: One security identifier. Same syntax as with GetQuote function FIELDS: Fields codes separated by ";". Eligible fields are limited to actuarial calculation data : Accrued interest Price Yield Basis point value Average life Duration Modified duration Convexity CALCULATION DATE: Date following the date format set in your regional settings options, used for the calculation (settlement date) TYPE: Parameter defining which type of quote is used for the actuarial calculation, either "PRICE" or "YIELD". 8/23

9 VALUE: Value of the quote to be used for the calculation, either price or yield, following the "###.#####" syntax. CALCULATION FORMULA: Parameter defining yield-to-maturity calculation formula: ICMA, CNO, MOOSMULLER or STREET. CALL OPTION DATE: Simulate a call option date following the format set in your regional settings options. This parameter is optional. REDEMPTION PRICE: Simulate a redemption price to be used for the calculation. This parameter is optional. AUTOREFRESH: Automatic refresh of the data can be set up: No parameter or "Y" makes refresh automatic for any change of an entry parameter or when opening the workbook. "N" disables the automatic refresh. Any change of an entry parameter of the function shall be followed by the use of CalcBond s refresh function in order to get refreshed calculations. DISPLAY: Optional parameters separated by ";". Three parameters are available : INST = display security names NAME = display field names INV = display fields in rows instead of columns. As in any Excel function, the definition of parameters can be done outside the cell containing the formula itself, using cell references or Excel labelled ranges. NB 1: while using cell references, cell ranges or Excel labelled ranges should not be placed between double quotes. NB 2: using a cell reference, which contains a volatile Excel function (such as "TODAY) should be avoided. We strongly recommend using FinXL function GetToday instead CalcBond functions, examples Using explicit parameters: =CalcBond("US125509BG36,XX,558";"YLD;DUR;MODDUR;CONV;ACCINTB"; "16/06/2011";"Price";" ";"ICMA";"";"";"Y"; NAME ) Using cell references: =CalcBond($B9;"PR";$Q$5;"Yield";J9;"ICMA";"";"";"Y") 9/23

10 8. GetQuote Wizard The GetQuote Wizard offers assistance to new users in creating a GetQuote function for a limited number of securities and fields. It is composed of three tabs. The Securities tab is used to select securities to use within the function. This information is MANDATORY, meaning at least one security has to be selected before the function can be inserted. The second tab, Fields, is used to specify the fields the function will display. This information is MANDATORY, meaning at least one field has to be selected before the function can be inserted. NB: a "favorite" filter allows you to set up a restricted list of favorite fields and attributes. You will find more easily your most frequently used fields if you add them in this list. 10/23

11 Finally, the third tab defines optional parameters controlling the display of field names, rotation of rows and columns and the reset parameters. 9. GetHisto Wizard The GetHisto Wizard offers assistance to new users in creating a GetHisto function for a limited number of securities and fields. It is composed of four tabs. The Securities tab is used to select securities. 11/23

12 This information is MANDATORY, meaning at least one security has to be selected before the function can be inserted. NB: the maximum number of securities allowed in this function is submitted to entitlement and depends on your TKiD package. The second tab, Fields, is used to specify fields the function will contain. This information is MANDATORY, meaning at least one field has to be selected before the function can be inserted. NB: a "favorite" function allows you to set up a restricted list of favorite fields and attributes Yyou will find more easily your most frequently used fields if you create this list.. The third tab, Period, defines the historical range required by the user. It allows to set the automatic update too. This information is MANDATORY. Default parameters are proposed when using the wizard 12/23

13 Finally, the fourth tab sets optional parameters used in displaying data - grouping by variable or security, sorting by dates and displaying data raw or event-adjusted, displaying quotes only. 10. GetSnap Wizard The GetSnap Wizard offers assistance to new users in creating a GetSnap function for a limited number of securities and fields. It is composed of three tabs. The Securities tab is used to select securities to use within the function. This information is MANDATORY, meaning at least one security has to be selected before the function can be inserted. 13/23

14 The second tab, Parameters, is used to specify the field the function will contain and the chosen date. It allows to set the automatic update as well. This information is MANDATORY, but default vaues lare provided (date = today). NB : a "favorite" function allows you to set up a restricted list of favorite fields in which you will find more easily the fields you need the most. Finally, the third tab defines optional parameters controlling the display of field names, dates and rotation of rows and columns. 14/23

15 11. CalcBond Wizard The CalcBond Wizard offers assistance to new users in creating a CalcBond function for a single security and for a limited number of fields. It is composed of four tabs. The Security tab is used to select the security to use within the function. This information is MANDATORY, meaning one security has to be selected before the function can be inserted. When a security is selected, some bond characteristics are displayed: 15/23

16 If the security is not analyzable within Calcbond, an error message is automatically displayed, informing the user about the error s type (invalid reference data, pricing quotation not supported, issue date unknown, ) The second tab, Fields, is used to specify the fields the function will display. This information is MANDATORY, meaning at least one field has to be selected before the function can be inserted. Besides actuarial calculation fields, the list contains all calculation inputs parameters. The third tab, Parameters, defines the calculation inputs parameters: settlement date simulated price/yield calculation formula for callable and index-linked bonds, additional parameters are available after clicking on Call options checkbox : simulation of a call option date and the associated redemption price. This tab allows setting the automatic update too. These informations are MANDATORY and filled-in by default. settlement date Today simulated price simulated yield calculation formula ICMA call option date bonds maturity date redemption price NB: This tab is enabled only if the security is analyzable by CalcBond 16/23

17 Finally, the fourth tab defines optional parameters controlling the display of field names, rotation of rows and columns. 12. Most liquid parameter This parameter enables you to use all the existing FinXL functions for any kind of instrument s code on its most liquid market place, without having to indicate the name or BC code of this market place The security s identifier will be written as: code,agency,0 or code,0 NB: We strongly recommend selecting LIQMAR (num) or LIQMARKET (alpha num.) in your fields selection in order to display the exact market place used to retrieve the results. 17/23

18 13. The "favorite" data fields and price attributes These settings are essential for you as they allows you to shorten the list of fields and attributes you have to sweep when looking for a field: 18/23

19 14. Securites search This tool, using the Telekurs id securities search, promptly inserts identifiers into a column. You can then add a Telekurs FinXL function using the range of pasted identifiers as cell reference. 15. Fields search This feature promptly pastes selected fields onto a row. You can then add a GetQuote function using the range of pasted identifiers as cell reference. 16. GetQuote macro This tool promptly inserts a GetQuote function in a cell using the column immediately to its left as a list of securities and the row immediately above as fields. Click on to insert a GetQuote function using cell references 17. Options / User preferences Dialog box setting default identification parameters and other Telekurs FinXL options. It allows you to choose your favorite language for the interface and the data as well. Securities may be simultaneously labelled in their home language and the user's favorite one (i.e. Chinese/English). You can also set your time zone (market time, your local time or other time zone) and the refresh frequency (if real time is not necessary, you can improve Excel s performance by choosing a filter). Other options include the choice of character "blank" or zero Telekurs FinXL will use if a field returns nothing (typically, last price for an unopened security. A separate check box determines if real time data functions are to be activated on opening the file that contains them. The screen also offers the choice of a favorite numbering agency and a market. Regarding the favorite agency, Telekurs FinXL will apply this choice in inserting identifiers in the sheet from a wizard. Regarding the favorite market, Telekurs FinXL will apply this choice in filling in the gaps in incomplete security s identifiers as code 19/23

20 18. Additional tools You can "deactivate" Telekurs FinXL or "reactivate" all functions easily thanks to a single click on (in Excel menubar / (in FinXL menu). The GetToday function allows you to automatically insert the date of the current day. Use this FinXL function instead of Excel function Today () for your date parameter definition. The Convertfields function workbook. allows you to change the language of all fields already in place in the NB : the return function converts all fields in English. From version 1.3 onwards, the Display list of fields tool of FinXL fields in a 6 columns table, where you can find: allows you to display automatically the list - Field mnemonic in English - Field description - FinXL function - Flag if it belongs to your favourite fields list - Short label regarding your FinXL local language interface set - Long label in User Preferences (French, Spanish, Italian, German) 20/23

21 Example: Display list of fields tool for a FinXL user set in French 19. Refresh tools From version 1.3 onwards Freeze Workbook button behaves like a toggle button, which allows you to freeze / unfreeze the updates of real-time data. When you click the Freeze Workbook button, it is highlighted to indicate that freezing updates has been applied. If the button is clicked again, it reverts to the normal appearance and the updates of realtime data come back. Please note: Freezing/unfreezing process applies for your whole workbook Freezing/unfreezing process has no effect on historical functions (GetHisto, GetSnap) and calculation function (CalcBond). Within freeze mode, you can update your real time links with refresh buttons (snapshot) 21/23

22 From version 1.3 onwards refreshing process has been simplified thanks to 2 dedicated icons: - The Refresh Workbook button allows you to force all the quotes data (GetQuote, GetSnap, GetHisto) and calculated data (CalcRate, CalcBond) available in your whole workbook. - The Refresh selected functions button allows you to select FinXL functions in your active Excel sheet for which quotes/calculated data you want to be forced. 20. DDE Conversion tools For users with Telekurs id DDE files, a converting tool is available within the Telekurs FinXL menu. This tool replaces every DDE link by a "one security / one field" GetQuote function even if they are part of a more complex formula or function. This operation has to be done manually by the user and it applies on the whole workbook. A report will be displayed, detailing the results of the conversion. NB1: This conversion does not apply to users' VB macros. NB2: For optimal Telekurs FinXL performance, we strongly recommend using table functions instead of stand-alone syntax. NB3: We strongly recommend saving your DDE workbooks before using the conversion tool. Do not hesitate to contact your product advisor or SIX Financial Information helpdesk if you require assistance. 21. Entitlements and instruments limits Each major Telekurs FinXL function (GetQuote, GetSnap, GetHisto, CalcRate and CalcBond) will be available according to the user's entitlements depending on your Telekurs id package. Limits on data requests are also included in the entitlements of every package. GetQuote: a maximum number of securities getting real time quotes at the same time is set depending on the user's product package. When reached, a message will be displayed : "maximum instruments number reached". Please erase some lines in order to get below this limit. GetHisto: a maximum number of securities getting historical data is set for the day of the request depending on your product package. When reached, a message will be displayed : "maximum instruments number reached". You have to wait for the following day to get historical data on other securities. GetSnap: a maximum number of securities getting historical prices is set for the day of the request depending on the user's product package. When reached, a message will be displayed : "maximum instruments number reached". You have to wait for the following day to get historical data on other securities. A maximum number of dates is also set for the day of the request. When reached, a similar message is displayed and you have to wait for the following day to get historical data on other dates. NB1: By default, the "automatic refresh" of GetSnap is set on "N", in order to let you force the refresh or change your dates or securities list before refreshing the data. Regarding this entitlement issue, it is strongly recommended not to activate the automatic refresh. NB2: Whenever you need to check your entitlements, a tool is available in the Telekurs FinXL connexion toolbar. Right click on the bar and click on "Entitlements" to reach the following window : 22/23

23 23/23

1 Introduction to Excel Databases April 09

1 Introduction to Excel Databases April 09 1 Introduction to Excel Databases April 09 Contents INTRODUCTION TO DATABASES... 3 CREATING A DATABASE... 3 SORTING DATA... 4 DATA FORMS... 5 Data Form options... 5 Using Criteria... 6 FILTERING DATA...

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

IP4 - Running reports

IP4 - Running reports To assist with tracking and monitoring HRIS recruitment and personnel, reports can be run from Discoverer Plus. This guide covers the following process steps: Logging in... 2 What s changed? Changed reference

More information

Telemet IQ. Telemet Orion s Microsoft Excel Add-In

Telemet IQ. Telemet Orion s Microsoft Excel Add-In Telemet IQ Telemet Orion s Microsoft Excel Add-In Executive Summary Telemet puts research, analytics and real-time market data at your fingertips. Telemet IQ, bundled with the Telemet Orion investment

More information

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

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

More information

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

Excel Add-in User Guide

Excel Add-in User Guide Excel Add-in User Guide Table of Contents Initial Installation 3 Activating the Addin Toolbar 4 Using Excel Addin 4 Quick Quote 5 Quotes 5 Conversion 6 History 7 History Snap 8 Symbol Search 9 Initial

More information

1. About AP Invoice Wizard

1. About AP Invoice Wizard 1. About AP Invoice Wizard Welcome to AP Invoice Wizard. We have developed this tool in response to demand from Oracle Payables users for a user friendly and robust spreadsheet tool to load AP Invoices

More information

Excel Module 7: Managing Data Using Tables

Excel Module 7: Managing Data Using Tables True / False 1. You should not have any blank columns or rows in your table. True LEARNING OBJECTIVES: ENHE.REDI.16.131 - Plan the data organization for a table 2. Field names should be similar to cell

More information

Microsoft Office Illustrated. Using Tables

Microsoft Office Illustrated. Using Tables Microsoft Office 2007 - Illustrated Using Tables Objectives Plan a Table Create a Table Add Table Data Find and Replace Table Data Delete Table Data 2 Objectives Sort Table Data Use Formulas in a Table

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

Chapter 4. Microsoft Excel

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

More information

Expense Management Asset Management

Expense Management Asset Management Expense Management Asset Management User Guide NEC NEC Corporation November 2010 NDA-31136, Revision 1 Liability Disclaimer NEC Corporation reserves the right to change the specifications, functions, or

More information

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

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

More information

MaineStreet Financials 8.4

MaineStreet Financials 8.4 MaineStreet Financials 8.4 General Ledger Excel Journal Entry 1 Overview A Journal Entry is used to update the General Ledger for many types of transactions, including cash receipts, transfers of revenue

More information

CONTENTS. 2 DRAG AND DROP DATA FROM FLEX APPS. 4 LINKING CALCULATORS WITH EIKON EXCEL. 7 RETRIEVE DATA USING INSERT FUNCTION.

CONTENTS. 2 DRAG AND DROP DATA FROM FLEX APPS. 4 LINKING CALCULATORS WITH EIKON EXCEL. 7 RETRIEVE DATA USING INSERT FUNCTION. CONTENTS CONTENTS... 2 DRAG AND DROP DATA FROM FLEX APPS... 4 LINKING CALCULATORS WITH EIKON EXCEL... 7 RETRIEVE DATA USING INSERT FUNCTION... 8 EDITING AND MODIFYING YOUR DATA USING INSERT FUNCTION...

More information

Division of School Facilities

Division of School Facilities Division of School Facilities Module 3 EXCEL HIDE/ FILTER/ SORT & PRINT New York City Department of Education Office of Enterprise Development and Support Applications Support Group 2011 TABLE of CONTENTS

More information

FOCUS ON: DATABASE MANAGEMENT

FOCUS ON: DATABASE MANAGEMENT EXCEL 2002 (XP) FOCUS ON: DATABASE MANAGEMENT December 16, 2005 ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

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

More information

The Streetscape User Guide Dynamic Watch List

The Streetscape User Guide Dynamic Watch List Overview The Streetscape User Guide 1.756501.100 The enables you to track and monitor securities by grouping them into lists or portfolios based on one or more common characteristics. You can create an

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

Working with Data in Microsoft Excel 2010

Working with Data in Microsoft Excel 2010 Working with Data in Microsoft Excel 2010 This document provides instructions for using the sorting and filtering features in Microsoft Excel, as well as working with multiple worksheets in the same workbook

More information

STIDistrict Query (Basic)

STIDistrict Query (Basic) STIDistrict Query (Basic) Creating a Basic Query To create a basic query in the Query Builder, open the STIDistrict workstation and click on Utilities Query Builder. When the program opens, database objects

More information

CONTENTS INTRODUCTION... 3 ACCESSING AND MODIFYING FLEX SAMPLES... 4 CREATE AND POPULATE A NEW FLEX DOCUMENT... 6

CONTENTS INTRODUCTION... 3 ACCESSING AND MODIFYING FLEX SAMPLES... 4 CREATE AND POPULATE A NEW FLEX DOCUMENT... 6 CONTENTS INTRODUCTION... 3 ACCESSING AND MODIFYING FLEX SAMPLES... 4 CREATE AND POPULATE A NEW FLEX DOCUMENT... 6 INSERTING ITEMS IN A FLEX DOCUMENT FROM CONTENT EXPLORER... 9 CREATE A QUOTE LIST IN A

More information

Data Service Center December

Data Service Center December www.dataservice.org Data Service Center December 2005 504-7222 Property of the Data Service Center, Wilmington, DE For Use Within the Colonial & Red Clay Consolidated Public School Districts Only Table

More information

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

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

More information

THE VARIABLE LIST Sort the Variable List Create New Variables Copy Variables Define Value Labels... 4

THE VARIABLE LIST Sort the Variable List Create New Variables Copy Variables Define Value Labels... 4 The Variable List Contents THE VARIABLE LIST... 1 Sort the Variable List... 2 Create New Variables... 3 Copy Variables... 3 Define Value Labels... 4 Define Missing Values... 4 Search and Filter Variables...

More information

UBS-SFA Online. User guide. Page 1 of 36

UBS-SFA Online. User guide. Page 1 of 36 UBS-SFA Online User guide Page 1 of 36 Contents 1. Introduction... 3 2. Logging in... 4 2.1 How to log in... 4 2.2 Changing the PIN on your token... 4 3. Finances Check on your portfolio(s) and assets...

More information

Microsoft How to Series

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

More information

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

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators:

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators: Page1 Functions in Excel Formulas (functions) are equations that perform calculations on values in your spreadsheet. A formula always starts with an equal sign (=). Example: =5+2*7 This formula multiples

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet

Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet 1. Macros 1.1 What is a macro? A macro is a set of one or more actions

More information

Search, Save, and Graph

Search, Save, and Graph Search, Save, and Graph This manual introduces the concept of finding, importing and saving securities in Research Mode. Additionally, it will explain how Layout works so, so you can organize and view

More information

Excel Level 3 - Advanced

Excel Level 3 - Advanced Excel Level 3 - Advanced Introduction This document covers some of the more advanced features of Excel. Spreadsheets can be used in such a multiplicity of ways that it cannot hope to even touch on all

More information

PM4 + Partners Knowledge Articles

PM4 + Partners Knowledge Articles PM4 + Partners Knowledge Articles Customizing your PM4+ user experience r 1 November 30, 2108 PM4+ Partners Workspace - customize your experience Page 2 Contents Customizing Your Workspace... 1 Customizing

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

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC116 AC117 Selecting Fields Pages AC118 AC119 AC122 Sorting Results Pages AC125 AC126 Specifying Criteria Pages AC132 AC134

More information

Erasmus+ Linguistic Support: Licence Management System for Beneficiaries User Guide 1.0

Erasmus+ Linguistic Support: Licence Management System for Beneficiaries User Guide 1.0 Erasmus+ Linguistic Support: Licence Management System for Beneficiaries User Guide 1.0 Date 30/09/2014 Version 1.0 Author Service Provider Revised by European Commission Approved by Public Beneficiary

More information

Instructions for creating and modifying queries will be available in the future.

Instructions for creating and modifying queries will be available in the future. This document is intended to get you started quickly with BEx Analyzer 7.0. You will be able to open, run, and save queries; and export your data to Excel. Instructions for creating and modifying queries

More information

Advisor Workstation Training Manual: Working in the Research Module

Advisor Workstation Training Manual: Working in the Research Module Advisor Workstation Training Manual: Working in the Research Module Overview of the Research module - - - - - - - - - - - - - - - - 1 What you will learn in this section - - - - - - - - - - - - - - - -

More information

Microsoft Excel & The Internet. J. Carlton Collins ASA Research

Microsoft Excel & The Internet. J. Carlton Collins ASA Research Microsoft Excel & The Internet J. Carlton Collins ASA Research Carlton@ASAResearch.com 770.734.0950 Excel and the Internet There are at least 9 good ways in which Excel and the Internet can work together,

More information

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

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

More information

Excel 2007 Tutorials - Video File Attributes

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

More information

Using. Zacks Link. Version

Using. Zacks Link. Version Using Zacks Link Version 4.0.305 Zacks Investment Research, Inc. 2006 Last Updated: 6/05/2006 Contents Overview 1 What is Zacks Link...1 How Zacks Link Works...1 Zacks Link Version 4.0.305...1 System

More information

CBRICS OPERATING GUIDELINES

CBRICS OPERATING GUIDELINES CBRICS OPERATING GUIDELINES JULY 2007 The information contained in this documentation is provided for informational purpose only. While efforts were made to verify the completeness and accuracy of the

More information

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015 EXCEL AS BUSINESS ANALYSIS TOOL 10-May-2015 TOUCH POINTS Part A- Excel Shortcuts Part B: Useful Excel Functions Part C: Useful Excel Formulas Part D: Sheet and Cell Protection Part A: EXCEL SHORTCUTS EXCEL

More information

User Manual XLPort 1.8

User Manual XLPort 1.8 User Manual XLPort 1.8 By: FactSet Digital Solutions GmbH/nl,bs Revision Version: 1.2 Revision Date: 2017-09-27 Revision History Revision Release Date Revision Version Revision Notes Revision Author 2017-06-13

More information

Sections in this manual

Sections in this manual 1 Sections in this manual Argus Analytics 2 The service 2 Benefits 2 Launching Argus Analytics 3 Search Interface breakdown 4 Add-in Navigation 5 Search: Free text & Facet 5 Search: Facet filter 6 Filters

More information

Excel 2013 Next Steps

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

More information

User Guide Product Design Version 1.7

User Guide Product Design Version 1.7 User Guide Product Design Version 1.7 1 INTRODUCTION 3 Guide 3 USING THE SYSTEM 4 Accessing the System 5 Logging In Using an Access Email 5 Normal Login 6 Resetting a Password 6 Logging Off 6 Home Page

More information

Chapter 10 Linking Calc Data

Chapter 10 Linking Calc Data Calc Guide Chapter 10 Linking Calc Data Sharing data in and out of Calc This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option

More information

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

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

More information

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

Register for a New Account

Register for a New Account Contents What is QuoteFast?...1 Register for a New Account...2 Workflow & Functionality...3 Create a BOM...6 Search for a BOM...7 Copy from Existing BOMs...8 Add Catalog Items to BOM...9 Add Configured

More information

Performance Management

Performance Management NN44400-710 Document status: Standard Document issue: 01.04 Document date: 17 December 2009 Product release: Release 7.0 Job function: Administration Type: NTP Language type: English Copyright 2009 Nortel

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

Creating Database Reports

Creating Database Reports Creating Database Reports Objectives Create a report using the Report Wizard View a report Modify a report Add a field to a report 2 Objectives Apply conditional formatting to a report Add summary information

More information

Get Data from External Sources Activities

Get Data from External Sources Activities PMI Online Education Get Data from External Sources Activities Microcomputer Applications Table of Contents Objective 1: Import Data into Excel... 3 Importing Data from a Word Table... 3 Importing Data

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

Chapter 5 Retrieving Documents

Chapter 5 Retrieving Documents Chapter 5 Retrieving Documents Each time a document is added to ApplicationXtender Web Access, index information is added to identify the document. This index information is used for document retrieval.

More information

Searching and Favorites in Datatel Web UI 4.3

Searching and Favorites in Datatel Web UI 4.3 Searching and Favorites in Datatel Web UI 4.3 Search Field The Search field uses icons and text prompts (see Figure 1) to switch between Person Search and Form Search. You can click the icon to the left

More information

How to Work with Excel Report and Interactive Analysis

How to Work with Excel Report and Interactive Analysis How-To Guide SAP Business One, version for SAP HANA Document Version: 1.4 2016-07-29 PUBLIC How to Work with Excel Report and Interactive Analysis SAP Business One 9.2 PL04 and Later, version for SAP HANA

More information

WHAT S NEW IN THOMSON REUTERS EIKON FOR DECEMBER 2010 FX & MONEY MARKETS

WHAT S NEW IN THOMSON REUTERS EIKON FOR DECEMBER 2010 FX & MONEY MARKETS THOMSON REUTERS EIKON WHAT S NEW IN THOMSON REUTERS EIKON FOR DECEMBER 2010 FX & MONEY MARKETS Thomson Reuters Training It is essential to keep up to date with new functionality and features for Thomson

More information

EXCEL PRACTICE 5: SIMPLE FORMULAS

EXCEL PRACTICE 5: SIMPLE FORMULAS EXCEL PRACTICE 5: SIMPLE FORMULAS SKILLS REVIEWED: Simple formulas Printing with and without formulas Footers Widening a column Putting labels and data in Bold. PART 1 - DIRECTIONS 1. Open a new spreadsheet

More information

Mastering the Actuarial Tool Kit

Mastering the Actuarial Tool Kit Mastering the Actuarial Tool Kit By Sean Lorentz, ASA, MAAA Quick, what s your favorite Excel formula? Is it the tried and true old faithful SUMPRODUCT formula we ve all grown to love, or maybe once Microsoft

More information

Sage 300 Intelligence Reporting Editing an Existing Report Template to include Dynamic Ranges

Sage 300 Intelligence Reporting Editing an Existing Report Template to include Dynamic Ranges Sage 300 Intelligence Reporting Editing an Existing Report Template to include Dynamic Ranges 25 06 2015 Table of Contents About Dynamic Account Ranges... 1 Editing an Existing Report Template to use Dynamic

More information

Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps

Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps Table of Contents 1 System Requirements... 4 2 Installation and Overview... 4 2.1 Definitions... 4 2.1.1 Report Distribution Manager...

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

BTS Trading Station. Quick Reference Guide Cash Markets

BTS Trading Station. Quick Reference Guide Cash Markets BTS Trading Station Quick Reference Guide Cash Markets Contents Quick Reference Guide 1.0 Getting Started 4 1.1 Application Layout 4 1.2 User Login and Password Management 4 1.3 Default Set Up 5 1.4 Virtual

More information

Chapter 2 Autodesk Asset Locator... 3

Chapter 2 Autodesk Asset Locator... 3 Contents Chapter 2 Autodesk Asset Locator....................... 3 Supported Operating Systems....................... 3 Installing Autodesk Asset Locator..................... 4 Define a Search...............................

More information

FactSet Quick Start Guide

FactSet Quick Start Guide FactSet Quick Start Guide Table of Contents FactSet Quick Start Guide... 1 FactSet Quick Start Guide... 3 Getting Started... 3 Inserting Components in Your Workspace... 4 Searching with FactSet... 5 Market

More information

Getting Started Guide. Sage MAS Intelligence 500

Getting Started Guide. Sage MAS Intelligence 500 Getting Started Guide Sage MAS Intelligence 500 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3 Dashboard

More information

User Guide. DataInsight-Web

User Guide. DataInsight-Web User Guide DataInsight-Web Table of Contents DataInsight-Web... i Table of Contents... i Overview... 2 Documentation and Support... 2 Finding Data... 3 Keyword Search... 3 Basic Search... 3 Advanced Search...

More information

Excel. Database functions

Excel. Database functions Excel Database functions Objectives Week 3 By the end of this session you will be able to :- Move around a worksheet Recognise cell references Sort data alphabetically Insert rows and columns Delete rows

More information

Excel 2010 Tutorials - Video File Attributes

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

More information

Learning Map Excel 2007

Learning Map Excel 2007 Learning Map Excel 2007 Our comprehensive online Excel tutorials are organized in such a way that it makes it easy to obtain guidance on specific Excel features while you are working in Excel. This structure

More information

Documentation of DaTrAMo (Data Transfer- and Aggregation Module)

Documentation of DaTrAMo (Data Transfer- and Aggregation Module) 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

More information

User Manual instantolap

User Manual instantolap User Manual instantolap Version 2.7.0 15.12.2010 Page 2 / 213 instantolap User Manual 2.7.0 instantolap User Manual 2.7.0 Page 3 / 213 Copyright Copyright (C) 2002-2010 Thomas Behrends Softwareentwicklung

More information

Managing the Client Process

Managing the Client Process Managing the Client Process Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 Importing Options............................................... 2 Overview - - - - - - - - - - - - -

More information

Microsoft Office Illustrated Introductory, Building and Using Queries

Microsoft Office Illustrated Introductory, Building and Using Queries Microsoft Office 2007- Illustrated Introductory, Building and Using Queries Creating a Query A query allows you to ask for only the information you want vs. navigating through all the fields and records

More information

Watch the video below to learn more about freezing panes in Excel. *Video removed from printing pages. To freeze rows:

Watch the video below to learn more about freezing panes in Excel. *Video removed from printing pages. To freeze rows: Excel 06 Freezing Panes and View Options Introduction Whenever you're working with a lot of data, it can be di icult to compare information in your workbook. Fortunately, Excel includes several tools that

More information

Making EXCEL Work for YOU!

Making EXCEL Work for YOU! Tracking and analyzing numerical data is a large component of the daily activity in today s workplace. Microsoft Excel 2003 is a popular choice among individuals and companies for organizing, analyzing,

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

MS Excel Advanced Level

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

More information

Excel 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 Tutorials - File Size & Duration

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

More information

PHLI Instruction (734) Introduction. Lists.

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

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Chapter 10 Linking Calc Data

Chapter 10 Linking Calc Data Calc Guide Chapter 10 Linking Calc Data Sharing data in and out of Calc Copyright This document is Copyright 2006 2013 by its contributors as listed below. You may distribute it and/or modify it under

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

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Week 9 Using lookup functions Microsoft Excel is essentially a spreadsheet tool, while Microsoft Access is a database tool.

More information

File Importing - Text Files

File Importing - Text Files File Importing - Text Files With this tutorial we are going to go through the basic elements of importing a text file that contains several records (lines) each containing several fields. Sample Data -

More information

DynacViews. User Guide. Version 2.0 May 1, 2009

DynacViews. User Guide. Version 2.0 May 1, 2009 DynacViews User Guide Version 2.0 May 1, 2009 Copyright 2003 by Dynac, Inc. All rights reserved. No part of this publication may be reproduced or used in any form without the express written permission

More information

Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51527-01 Table of Contents Procedures 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.2 AUDIENCE... 1-1

More information

RENEWABLES ANNUAL QUESTIONNAIRE 2013

RENEWABLES ANNUAL QUESTIONNAIRE 2013 RENEWABLES ANNUAL QUESTIONNAIRE 2013 User Documentation August 2014 Table of Contents Introduction 1. Opening and Saving the Questionnaire a. Opening the Questionnaire b. Data Entry c. Saving Your Work

More information

GO! with Microsoft Excel 2016 Comprehensive

GO! with Microsoft Excel 2016 Comprehensive GO! with Microsoft Excel 2016 Comprehensive First Edition Chapter 2 Using Functions, Creating Tables, and Managing Large Workbooks Use SUM and Statistical Functions The SUM function is a predefined formula

More information

Saving a Workbook That Contains Macros

Saving a Workbook That Contains Macros Procedures LESSON 64: RECDING A MACRO Adding the DEVELOPER Tab to the Ribbon box, click Customize Ribbon. 4. In the Customize the Ribbon list at the right, click to mark Developer. Setting the Macro Security

More information

Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps

Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps Table of Contents 1 QuickStart Guide... 4 2 System Requirements... 5 3 Authorizations... 5 4 Logging On... 5 5 The Reports Wand Toolbar A Brief

More information

Guide for Transitioning From Fixed To Flexible Scenario Format

Guide for Transitioning From Fixed To Flexible Scenario Format Guide for Transitioning From Fixed To Flexible Scenario Format Updated December 23 2016 GGY AXIS 5001 Yonge Street Suite 1300 Toronto, ON M2N 6P6 Phone: 416-250-6777 Toll free: 1-877-GGY-AXIS Fax: 416-250-6776

More information