3-8 Sage 300 CRE: Office Connector Overview/Roundtable

Size: px
Start display at page:

Download "3-8 Sage 300 CRE: Office Connector Overview/Roundtable"

Transcription

1 3-8 Sage 300 CRE: Office Connector Overview/Roundtable Presented By: Don Bannister Biltmore Construction Co, Inc. 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 1

2 Review Office Connector Launch Pad Starter Reports Reports Import Financials Activity 1 OC Query Wizard Creates a database query to extract data from Sage 300 and inserts it into an Excel table. The wizard can only include data from one table. 1. Select the AP Invoice Master Table to run a query and click next 2. Select the fields to query as shown below and click next a. Vendor b. Invoice c. Description d. Amount e. Amount Paid 3. Filter the query through conditions and click next a. Field > Status b. Comparison > Equal c. Compare to > Literal Value > Open 4. Name the query and select query options then click Finish a. Open_Invoice Activity 2 OC Edit Wizard The query can be edited by first selecting a cell in the table and clicking on the Edit Query Wizard. The Edit Query wizard will reopen the 4 steps from the Query wizard for editing. Queries that have been modified outside the wizard my not be able to be edited through the Edit Query wizard. 1. Place the cursor anywhere within the table and select the Query Editor 2. At the table selection window click next 3. Select the additional field called Retainage and click next 4. Click Finish to see the additional column added to the table 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 2

3 Activity 3 OC Lookup Wizard Creates a function that looks up and retrieves a single field from any table in Sage 300 that there is a key to. For example, to add the vendor name to the table above a Lookup function is necessary because the vendor name field doesn t exist on the AP-Invoice table that was used to create the initial query. 1. Insert a Column for the Vendor Name 2. Select the AP Vendor Table which contains the vendor name 3. Enter the key to the record that contains the field to retrieve 4. Select the field to retrieve. If more fields are selected, a separate Lookup function will be created for each one in successive columns. 5. The TSLookup function is created in the cell selected to display the vendor name. a. Copy Formula down Activity 4 OC Find Wizard The OC Find Wizard creates a function in a cell to retrieve the value in a field for any table when the key to a record is not available within the Excel workbook. In the example below, starting with a query on the AP-Vendor table, the first check date and amount will be returned from the AP-Check table. 1. Begin a blank workbook (Start in cell B2) and use the query wizard to select the following fields from the AP Vendor Master Table. a. Vendor b. Name c. Last check date d. Last check amount 2. Add additional columns to the worksheet as follows: a. First check date b. First check amount 3. Place the cursor in the empty cell below First check date and select the Find wizard icon in the OC toolbar. 4. Select the table with the fields that will be retrieved. In this activity that will be the AP Check record table. 5. Select the field(s) that will be retrieved. a. Check Date 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 3

4 b. Amount 6. Add condition to filter the data so that the vendor is equal to the cell referenced vendor ID. a. Field > Vendor b. Comparison > Equal c. Compare to > Cell Reference > $B3 7. Select an offset; such as, the first or last value found or the 10th past the first match. a. (This step is optional and allows you to specify the records that TSFind should skip.) TSFind functions are created as a result of the wizard. Each function displays the first values from the first record that was found where the vendor was equal to the vendor ID referenced. 8. Copy the formulas to remaining cells in each column. Activity 5 OC Count Wizard Counts the number of records in a table and may be filtered using conditions. 1. Select the table containing the records that will be counted. a. Use the worksheet create in Activity 4 2. Select the OC Count Function from the Menu bar 3. In the Column next to First Check Amount, Add the Description # of Open Invoices 4. Select the table containing the records that will be counted. AP Invoice. 5. Add conditions to limit the records to be counted within the table as follows. a. Condition #1 i. Field > Vendor ii. Comparison > Equal iii. Compare to > Cell Reference > $B3 b. Condition #2 i. Field > Status ii. Comparison > Equal iii. Compare to > Literal Value > Open 6. Click Finish 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 4

5 Activity 6 OC Sum Wizard The OC Sum Wizard adds all of the values for a field(s) within a table and may be filtered using conditions. 1. Select the table containing the records that will be counted. a. Use the worksheet create in Activity 4 & 5 2. Select the OC Sum Function from the Menu bar 3. In the Column next to # of Open Invoices, Add the Description Amount of Open Invoices 4. Select the table containing the records that will be counted. AP Invoice. 5. Select the field(s) to summarize. Amount 6. Add conditions to limit the records to be counted within the table as follows. b. Condition #1 i. Field > Vendor ii. Comparison > Equal iii. Compare to > Cell Reference > $B3 c. Condition #2 i. Field > Status ii. Comparison > Equal iii. Compare to > Literal Value > Open 7. Click Finish. Activity 7 Using OC Query and OC Write to Mark Vendors as Inactive Identify vendors that don t have activity or open balances in the last 2 years and mark them as inactive. Open AP Vendor Setup and look at Vendor 300 to see it is Active. 1. Create a new query using the AP Vendor Master Table (Start on Cell B2), with the Vendor, Vendor Name, Outstanding Amount, YTD Amount, and YTD Paid. 2. Add conditions to exclude vendors with balances in the Outstanding Amount, YTD Amount, and YTD Paid fields 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 5

6 a. Condition #1 i. Field > Outstanding Amount ii. Comparison > Equal iii. Compare to > Literal Value > 0 b. Condition #2 i. Field > YTD Amount ii. Comparison > Equal iii. Compare to > Literal Value > 0 c. Condition #3 i. Field > YTD Paid ii. Comparison > Equal iii. Compare to > Literal Value > 0 1. Add TSFind function to return the most recent (LAST): i. Payment Date ii. Invoice Accounting Date b. Table AP Invoice Master Table c. Condition for both is i. Field > Vendor ii. Comparison > Equal iii. Compare to > Cell Reference > $B3 d. Click Finish Note If the Last Invoice Accounting Date and Last Check Date columns are returning a zero, there are no invoices or checks for the vendors. (May occur in sample database) Using the TSFind function to get the actual dates of the last invoice and check gives greater flexibility in determining which vendors to mark inactive in this example. 2. Creating a TSWrite function a. Table: AP Vendor b. Select: Modify Only c. Vendor Cell: $b3 d. Field to be update (Written to): Inactive 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 6

7 e. Identify the source value to write (this can either be a cell reference or manually entered) i. Uncheck cell reference, Type 1 in the value field f. TSWrite function is created. g. Make the newly created formula conditional by adding an If - Then Function so that only vendors with no checks or invoices will be marked as inactive. In large datasets, it s also important to only write values that are necessary to improve performance. h. =IF(AND(G3=0,H3=0),TSWrite("MASTER_APM_RECORD_9","VINACT"," 1","ModifyOnly",$B3),"") 3. Copy the formula down to remaining cells in the column. 4. Send data to Sage Check Results Vendor 300 Activity 8 OC Query Financials Templates 1. GL Entity Comparison (Change Fiscal Year to 2013) 2. GL Financial Statements with Drill Down (Change Fiscal Year to 2013) Activity 9 OC Query Financial Functions using TSGLAmount 1. In Cell C2 enter Prefix: followed by a space 2. In Cell C3 enter Year: followed by a space 3. Align Right both cells 4. In Cell D2 enter 10 a. In the NAME Box type Prefix b. Also, if wanted, Use Data Validation to set up input message. (Title: Company Prefix)( Message: Input the Desired Company Prefix) 5. In Cell D3 enter 2013 a. In the NAME Box type Year b. Also, if wanted, Use Data Validation to set to whole number (Between 2000 & 2025), Date Range and set up input message. (Title: Fiscal Year)( Message: Input a four digit year) 6. Format Cells D2 & D3 with pale Yellow Fill and Outline Border 7. Select Cell B6 a. Go to Office Connector toolbar 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 7

8 i. Select the Query Wizard Icon ii. Go to the GL Base Account record iii. Select: 1. Base Account 2. Base Account Title 3. Next 4. Set the Condition a. Base Account Type = Income i. Literal Value 5. Finish 8. In Cell D5 enter Period 9. In Cell D6 enter Auto sum the Period 1 column. Format Column with, a. Format the sum with line above double line below 11. Select Cell D7 a. Go to Office Connector toolbar i. Select the Functions Selector Icon ii. Under the Financial Section Select TSGLAmount iii. Click Insert b. Prefixes: Select Cell D2 (Make Absolute $D$2) or type in NAME, Prefix i. Note: If using Name Range, you do not need to make absolute. c. BaseAccount: Select Cell B7 (Make Column Absolute $B7) d. FiscalYear: Select Cell D3 (Make Absolute $D$3) or type in NAME, Year i. Note: If using Name Range, you do not need to make absolute. e. Period: Select Cell D6 (Make Row Absolute D$6) f. AmountType: Enter PeriodActivity g. Other fields leave blank h. Click OK i. If you want your income numbers to appear as positive, insert a negative sign (-) in front of the formula 12. Drag down to fill Period 1 Column. 13. Highlight from Cell D5 to Cell D Drag over to Column O 15. Should fill all columns (Column Width 12) 16. Change Prefix to Change Prefix to % (This is a wild card) a. % = All b. 2% will return all Prefixes starting with Sage 300 CRE: Office Connector Overview/Roundtable - 8

9 18. Change Prefix back to Prefixes in Sample Data: 10, 20, 21, 22, 50 Activity 10 Import GL Journal Entry Transaction Step 1 - Open the New Workbook Template feature of the OC Import Wizard. Step 2 - Select the GL Journal Entries Template. Notice that the example template should be used only as an example due to the customized nature of the software. Internal company settings must be taken into consideration when creating actual import templates. 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 9

10 Worksheet 2: Journal Entries Tab Worksheet 3: Sample Values Tab Step 3 Assume that as part of the month end process, vehicle depreciation is processed using the OC Import feature. Enter the following information in the Journal Entry tab. Insert one Row below Row Sage 300 CRE: Office Connector Overview/Roundtable - 10

11 Unhide columns J:N to view the TSImport formula created. Step 4 Save the import file by clicking on the Save Import File Icon. The Save Import File window will be displayed and will be used to provide the filename for the import file that will be created. The Import File will include a default location and name. The location may be changed using the [ ] next to the file name. Available options: Launch General Ledger Import Entries o Allows file to be immediately imported. Run a Macro o Available to fully automate the process if the import will be run unattended as part of a schedule task. No Action o File will be created and user will be sent back to excel. 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 11

12 Select the Launch General Ledger Import Entries option and click on Timberline Construction. The.txt file for import is created automatically as required by Sage 300 CRE: NOTE: You will see a warning message about selecting the correct file to import. Step 5 The General Ledger Import Transactions tool will open. Select the import file location as noted above and select Start. Go to Inquiries > Entries by Batch > New in order to confirm that the batch has been imported. Note that just like utilizing the Tools > Import feature of Sage 300 CRE, the batch is not automatically posted and will remain in the New file until posted. 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 12

13 Activity 11 Using Import Wizard Create Import File Step 1 Create the following Excel worksheet to allocate cost between accounts (Include Titles). Start in Cell A1. (Workbook already created) (Change the format of the account field to text if needed, Use single quote/apostrophe.) NOTE: you do not need to have the columns in the order of the lay out of the Sage 300 CRE import file format. You can format the cells as you like. Office connector will place and format to meet Sage 300 CRE import requirements Step 2 - Place the cursor in Cell G2. Select the Import Wizard feature in the Office Connector Toolbar. The type of import that will be created in this activity is a GL Transaction Import File. 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 13

14 Click Next >>> Notice that the wizard skips over the Type of Data since only one type is available: transaction. Step 3 Select the transaction columns to be included in the import file and click next. Step 4 Specify the location of each field within the excel worksheet and click Finish. The TSImport formula is created in the field selected and links the data to create the import file. 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 14

15 NOT ON HANDOUT NOTE: You may get a Notification about hiding the TSImport Function. This is a good practice. I also would apply to the TSWrite Function 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 15

16 Drag the formula down to the remaining rows by either double clicking on the bottom right of the cell box including the formula or clicking and dragging down to remaining rows. Although the wizard creates the formula, it can also be manually entered without the use of the wizard. Step 5 Save the import file by clicking on the Save Import File Icon, note the location, and select Launch General Ledger Import Entries. The General Ledger Import Transactions tool will open. Select the import file location as noted above and select Start. 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 16

17 Go to GL > Inquiry > Entries by Batch > New to confirm successful import of the transaction file. 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 17

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

Review Financial Information - Ledger Inquiry Step 1

Review Financial Information - Ledger Inquiry Step 1 Step 1 View ledger detail and summary information based on selected criteria. The example below shows how to run the report for a capital project. Screen shots at the end show the criteria to use to run

More information

Sage Summit 2012 Conference

Sage Summit 2012 Conference Sage Summit 2012 Conference Applying Table Relationships in Sage 300 Construction and Real Estate to Create Meaningful Reports Session Code: C-0635 Product: Sage 300 Construction and Real Estate CPE Credit:

More information

MultiSite Suite: General Ledger

MultiSite Suite: General Ledger MultiSite Suite: General Ledger User s Manual version 2.2.97 Copyright & Trademarks Copyright Notice and Trademarks 2003 by Brent Lawrence, LLC. All rights reserved. Reprinted and edited by MultiSite Systems,

More information

Financial Reporting Using Microsoft Excel. Presented By: Jim Lee

Financial Reporting Using Microsoft Excel. Presented By: Jim Lee Financial Reporting Using Microsoft Excel Presented By: Jim Lee Table of Contents Financial Reporting Overview... 4 Reporting Periods... 4 Microsoft Excel... 4 SedonaOffice General Ledger Structure...

More information

General Ledger Updated December 2017

General Ledger Updated December 2017 Updated December 2017 Contents About General Ledger...4 Navigating General Ledger...4 Setting Up General Ledger for First-Time Use...4 Setting Up G/L Parameters...5 Setting the G/L Parameters...6 Setting

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

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

Getting Started Guide

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

More information

Pivot Tables, Lookup Tables and Scenarios

Pivot Tables, Lookup Tables and Scenarios Introduction Format and manipulate data using pivot tables. Using a grading sheet as and example you will be shown how to set up and use lookup tables and scenarios. Contents Introduction Contents Pivot

More information

KASBO Fall 2014 Session 4T Excel for Munis Accounts Payable and Purchase Orders (Lab) Presenter: Sheila Miller, KDE Business Analyst

KASBO Fall 2014 Session 4T Excel for Munis Accounts Payable and Purchase Orders (Lab) Presenter: Sheila Miller, KDE Business Analyst KASBO Fall 2014 Session 4T Excel for Munis Accounts Payable and Purchase Orders (Lab) Presenter: Sheila Miller, KDE Business Analyst Session Prerequisites 1. You will be accessing Munis so make sure 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

RDS ADVANTAGE FAST CHECK TUTORIAL

RDS ADVANTAGE FAST CHECK TUTORIAL RDS ADVANTAGE FAST CHECK TUTORIAL Complementing the original RDS Advantage check payment process is the abbreviated payment entry program, Fast Check. This easily mastered, no frills approach enables even

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

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

2013 ADVANCED MANUAL

2013 ADVANCED MANUAL 2013 ADVANCED MANUAL C B C H O U S E 2 4 C A N N I N G S T R E E T E D I N B U R G H E H 3 8 E G 0 1 3 1 2 7 2 2 7 9 0 W W W. I T R A I N S C O T L A N D. C O. U K I N F O @ I T R A I N S C O T L A N D.

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

NorthStar Club Management System

NorthStar Club Management System NorthStar Club Management System The Version 3.2.0 GL- 03252008 March 25, 2008 CONTENTS OVERVIEW OF THE GL (GENERAL LEDGER) MODULE... 5 ACCESSING THE GL MODULE... 6 GL INTRODUCTION:... 8 Inquiry... 8 Admin...

More information

Advanced Excel for EMIS Coordinators

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

More information

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2 TABLE OF CONTENTS HOW TO USE THIS BOOK...................... V 1 GETTING STARTED.......................... 2 Introducing Data Analysis with Excel...2 Tour the Excel Window...3 Explore the Ribbon...4 Using

More information

Visit our Web site at or call to learn about training classes that are added throughout the year.

Visit our Web site at   or call to learn about training classes that are added throughout the year. S a gee RPAc c pa ci nt e l l i ge nc e Re por t De s i gne r ST UDE NTWORKBOOK Notice This document and the Sage ERP Accpac software may be used only in accordance with the accompanying Sage ERP Accpac

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

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

Sage 500 ERP Business Intelligence

Sage 500 ERP Business Intelligence Sage 500 ERP Business Intelligence Getting Started Guide Sage 500 Intelligence (7.4) Getting Started Guide The software described in this document is protected by copyright, And may not be copied on any

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

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT)

PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT) Financial Services Training Guide PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT) Page 1 Table of Contents 1 Journals: an overview... 3 1.1. What is a journal?... 3 1.2. Journal types/sources...

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

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

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Designer/Player 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 3 Who should read this manual... 3 What s included in this manual... 3 Symbols

More information

Accounts Payable MODULE USER S GUIDE

Accounts Payable MODULE USER S GUIDE Accounts Payable MODULE USER S GUIDE INTEGRATED SOFTWARE SERIES Accounts Payable MODULE USER S GUIDE Version 3.1 Copyright 2005 2009, Interactive Financial Solutions, Inc. All Rights Reserved. Integrated

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

RG Connect 2015 Microsoft Dynamics GP Tips and Tricks October Prepared by Sheri Carney

RG Connect 2015 Microsoft Dynamics GP Tips and Tricks October Prepared by Sheri Carney RG Connect 2015 Microsoft Dynamics GP Tips and Tricks October.23.2015 Prepared by Sheri Carney 600 SW 39 th Street, Suite 250 Renton, WA 98057 425.277.4760 www.resgroup.com Contents GLOBAL TIPS... 4 1.

More information

Excel Template Instructions for the Glo-Brite Payroll Project (Using Excel 2010 or 2013)

Excel Template Instructions for the Glo-Brite Payroll Project (Using Excel 2010 or 2013) Excel Template Instructions for the Glo-Brite Payroll Project (Using Excel 2010 or 2013) T APPENDIX B he Excel template for the Payroll Project is an electronic version of the books of account and payroll

More information

Sage ERP Accpac 6.0A. Financial Link Professional I User Guide

Sage ERP Accpac 6.0A. Financial Link Professional I User Guide Sage ERP Accpac 6.0A Financial Link Professional I User Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage ERP Accpac product and service names mentioned herein are

More information

Munis General Journal Entry/Proof

Munis General Journal Entry/Proof Munis General Journal Entry/Proof Procedural Documentation For more information, visit www.tylertech.com. General Journal Entry/Proof Objective This document provides instructions on how to enter a manual

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

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

Advanced Professional Solutions Ltd. Xcede Professional Accounting Red Sky Data Extraction Internal Document

Advanced Professional Solutions Ltd. Xcede Professional Accounting Red Sky Data Extraction Internal Document Advanced Professional Solutions Ltd Xcede Professional Accounting Red Sky Data Extraction Internal Document INDEX RD 3 PARTY DATA EXTRACTION... 3 Introduction... 3 To Set up and Export the Mapping... 3

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

1. Access the Journal Entry Form via University Forms and Documents.

1. Access the Journal Entry Form via University Forms and Documents. Creating and Submitting a Journal Entry Purpose: Journal Entries may be completed to make corrections to posted expenses to include payroll, p-card, expense reports, purchase requisitions, and local funding

More information

Excel 2003 Tutorials - Video File Attributes

Excel 2003 Tutorials - Video File Attributes Using Excel Files 18.00 2.73 The Excel Environment 3.20 0.14 Opening Microsoft Excel 2.00 0.12 Opening a new workbook 1.40 0.26 Opening an existing workbook 1.50 0.37 Save a workbook 1.40 0.28 Copy a workbook

More information

Acknowledgements About the Author Starting off on the Right Foot p. 1 Basic Terminology p. 2 Title Bar p. 3 Menu Bar p. 3 Active Cell p.

Acknowledgements About the Author Starting off on the Right Foot p. 1 Basic Terminology p. 2 Title Bar p. 3 Menu Bar p. 3 Active Cell p. Acknowledgements p. a About the Author p. e Starting off on the Right Foot p. 1 Basic Terminology p. 2 Title Bar p. 3 Menu Bar p. 3 Active Cell p. 3 Toolbar Collections p. 3 Toolbar Collections p. 4 Help

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

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

Treasurer s Financial System

Treasurer s Financial System COMPUTER ARTS, INC. Treasurer s Financial System USER S MANUAL Computer Arts, Inc. 320 SW 5th Ave. Meridian, ID 83642 208-385-93358 800-365-9335 gocai.com 1 TABLE OF CONTENTS CHAPTER ONE Introduction to

More information

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41 Table of Contents iii Table of Contents Word Starting Word What is word processing? 2 Starting Word 2 Exploring the Start screen 4 Creating a blank document 4 Exploring the Word document window 5 Exploring

More information

Excel 2016: Core Data Analysis, Manipulation, and Presentation; Exam

Excel 2016: Core Data Analysis, Manipulation, and Presentation; Exam Microsoft Office Specialist Excel 2016: Core Data Analysis, Manipulation, and Presentation; Exam 77-727 Successful candidates for the Microsoft Office Specialist Excel 2016 certification exam will have

More information

Sage Financial Reporter User's Guide. May 2017

Sage Financial Reporter User's Guide. May 2017 Sage 300 2018 Financial Reporter User's Guide May 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

More information

Using Numbers, Formulas, and Functions

Using Numbers, Formulas, and Functions UNIT FOUR: Using Numbers, Formulas, and Functions T o p i c s : Using the Sort function Create a one-input data table Hide columns Resize columns Calculate with formulas Explore functions I. Using the

More information

Sage Intelligence: Report Writing Methodology Agenda

Sage Intelligence: Report Writing Methodology Agenda Sage Intelligence: Report Writing Methodology Agenda Report Structure Report Writing Methodology Report Writing Best Practices The purpose of this webinar is to provide the best possible guidelines on

More information

Sage 500 ERP Intelligence Reporting Microsoft FRx to Sage Intelligence Report Designer Add-In Conversion Guide

Sage 500 ERP Intelligence Reporting Microsoft FRx to Sage Intelligence Report Designer Add-In Conversion Guide Sage 500 ERP Intelligence Reporting Microsoft FRx to Sage Intelligence Report Designer Add-In Conversion Guide 02.07.2013 1.0 Table of contents 1.0 Table of contents 2 2.0 Introduction 3 3.0 The Sage Intelligence

More information

Working with Microsoft Excel. Touring Excel. Selecting Data. Presented by: Brian Pearson

Working with Microsoft Excel. Touring Excel. Selecting Data. Presented by: Brian Pearson Working with Microsoft Excel Presented by: Brian Pearson Touring Excel Menu bar Name box Formula bar Ask a Question box Standard and Formatting toolbars sharing one row Work Area Status bar Task Pane 2

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

Intelligence. Peachtree Business Intelligence Report Writing Best Practices

Intelligence. Peachtree Business Intelligence Report Writing Best Practices Intelligence Peachtree Business Intelligence Report Writing Best Practices 1. GETTING STARTED... 3 1.1. PRE-REQUISITES... 3 2. CONNECTOR TOOL... 4 2.1. CONTAINERS:... 4 2.2. JOINS:... 4 2.3. EXPRESSIONS:...

More information

New Finance Officer & Staff Training

New Finance Officer & Staff Training New Finance Officer & Staff Training Overview MUNIS includes many programs and tools to allow for the management of the District financials. As newer finance officers and staff, you are charged with understanding,

More information

Longview Tax elearning Library Table of Contents. June 2016 Edition

Longview Tax elearning Library Table of Contents. June 2016 Edition Longview Tax elearning Library Table of Contents June 2016 Edition Longview Tax elearning Library Table of Contents Topics Topic # Module Name Time (min.sec)* Longview Tax Introduction Modifying Display

More information

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel Module 1 Contents Chapter 1: Introduction to Microsoft Excel Loading Microsoft Excel...1-1 The Microsoft Excel Screen...1-2 Moving the Cursor...1-4 Using the Mouse...1-4 Using the Arrow Keys...1-4 Using

More information

CHAPTER 2: FINANCIAL REPORTING

CHAPTER 2: FINANCIAL REPORTING Chapter 2: Financial Reporting CHAPTER 2: FINANCIAL REPORTING Objectives The objectives are: Describe filtering and analysis windows related to the Chart of Accounts. Provide a demonstration of setting

More information

Please note that this process must be repeated if a new PC is used.

Please note that this process must be repeated if a new PC is used. Appendix 2 - Using Smart Client This section of the user guide is relevant to first-time users of Agresso. There are some areas of the Agresso package that initially need to be configured by the individual

More information

Quick Reference Summary

Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary 3-D Chart, Rotate EX 462 3-D Rotation button (Chart Tools Layout tab Background, change rotation (Format Chart

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

Microsoft Excel Using Excel in the Science Classroom

Microsoft Excel Using Excel in the Science Classroom Microsoft Excel Using Excel in the Science Classroom OBJECTIVE Students will take data and use an Excel spreadsheet to manipulate the information. This will include creating graphs, manipulating data,

More information

ALLAMA IQBAL OPEN UNIVERSITY ISLAMABAD (Department of Business Administration) COMPUTER APPLICATIONS FOR BUSINESS (184) CHECK LIST

ALLAMA IQBAL OPEN UNIVERSITY ISLAMABAD (Department of Business Administration) COMPUTER APPLICATIONS FOR BUSINESS (184) CHECK LIST Final on 13-3-2014 ALLAMA IQBAL OPEN UNIVERSITY ISLAMABAD (Department of Business Administration) COMPUTER APPLICATIONS FOR BUSINESS (184) CHECK LIST SEMESTER: SPRING 2014 This packet comprises following

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

Frequently Asked Questions

Frequently Asked Questions Pastel Version 14 Intelligence Sage Reporting Pastel Version 14 1 Table of Contents Introduction 3 General 4 Report Manager / Viewer 6 Report Designer 8 Connector 14 2 1.0 Introduction The following document

More information

2/10/2003 Version 1.1

2/10/2003 Version 1.1 Entities...82 Print a List of Entity Records...84 Locate an Entity Record...85 Inquire into an Entity Record...88 Projects...95 Print a List of Project Records...97 Locate a Project Record...98 Inquire

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

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel Module 1 Contents Chapter 1: Introduction to Microsoft Excel The Microsoft Excel Screen...1-1 Moving the Cursor...1-3 Using the Mouse...1-3 Using the Arrow Keys...1-3 Using the Scroll Bars...1-4 Moving

More information

UNIVERSITY OF CENTRAL FLORIDA Finance & Accounting Offline Journal Entry

UNIVERSITY OF CENTRAL FLORIDA Finance & Accounting Offline Journal Entry UNIVERSITY OF CENTRAL FLORIDA Finance & Accounting Offline Journal Entry Overview The Spreadsheet Journal Entry feature facilitates rapid data entry using Microsoft Excel giving you the ability to arrange

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

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

SAGE ACCPAC. Sage Accpac ERP. Financial Reporter. User Guide

SAGE ACCPAC. Sage Accpac ERP. Financial Reporter. User Guide SAGE ACCPAC Sage Accpac ERP Financial Reporter User Guide 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage Accpac product and service names are registered

More information

Longview CPM elearning Library Table of Contents. January 2017 Edition

Longview CPM elearning Library Table of Contents. January 2017 Edition Longview CPM elearning Library Table of Contents January 2017 Edition Topics Topic # Module Name Longview CPM elearning Library Table of Contents Time (min.sec)* Introduction to Longview 1.01 What is Longview

More information

Sage Financial Reporter User's Guide

Sage Financial Reporter User's Guide Sage 300 2017 Financial Reporter User's Guide This is a publication of Sage Software, Inc. Copyright 2016. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

TABLE OF CONTENTS. i Excel 2016 Advanced. 1 INTRODUCTION Method Software and other settings Exercise files 2

TABLE OF CONTENTS. i Excel 2016 Advanced. 1 INTRODUCTION Method Software and other settings Exercise files 2 i TABLE OF CONTENTS 1 INTRODUCTION 1 1.1 Method 1 1.2 Software and other settings 2 1.3 Exercise files 2 2 MULTIPLE WORKSHEETS 3 2.1 Working with multiple worksheets 3 Adding a worksheet 4 Deleting a worksheet

More information

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel.

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel. Candy is Dandy Grading Rubric 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 bags. You

More information

NC User Conference Tips and Tricks for SAS FM June 16, 2009

NC User Conference Tips and Tricks for SAS FM June 16, 2009 NC User Conference Tips and Tricks for SAS FM June 16, 2009 Reporting 1. CDA Formula (Formatted Statement): To switch out the cell reference for the hardcoded member or dim name, you can go into the formula

More information

SPREADSHEET JOURNAL UPLOAD

SPREADSHEET JOURNAL UPLOAD SPREADSHEET JOURNAL UPLOAD TABLE OF CONTENTS Overview... 2 Step 1: Prepare Journal for Uploading... 2 Step 2: Load the Journal into PeopleSoft... 10 Step 3: Additional Tasks to Complete After the Journal

More information

Creating and Using an Excel Table

Creating and Using an Excel Table Creating and Using an Excel Table Overview of Excel 2007 tables In earlier Excel versions, the organization of data in tables was referred to as an Excel database or list. An Excel table is not to be confused

More information

Financial Data Analysis Tool

Financial Data Analysis Tool San Diego County Office of Education Financial Data Analysis Tool Become the master of your district s financial data Agenda Welcome and Introduction to Financial Data Analysis Tool Pivot Table Basics

More information

Excel Shortcuts Increasing YOUR Productivity

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

More information

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32 TABLE OF CONTENTS Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14 Creating an Excel Workbook 14 Examining the Excel Environment 15 Opening an Existing Workbook 19 Navigating a Worksheet

More information

The FinancialsIFRS Template can produce yearly, half-yearly and quarterly financial reports.

The FinancialsIFRS Template can produce yearly, half-yearly and quarterly financial reports. Last Updated: 15 December 2016 The FinancialsIFRS Template can produce yearly, half-yearly and quarterly financial reports. The following areas must be setup correctly to accommodate a quarterly file:

More information

Bank Reconciliation Release 2015

Bank Reconciliation Release 2015 Bank Reconciliation Release 2015 Disclaimer This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

Creating Custom Financial Statements Using

Creating Custom Financial Statements Using Creating Custom Financial Statements Using Steve Collins Sage 50 Solution Provider scollins@iqacct.com 918-851-9713 www.iqaccountingsolutions.com Financial Statement Design Sage 50 Accounting s built in

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

Excel 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

Excel4apps GL Wand User Guide (SAP) 2013 Excel4apps

Excel4apps GL Wand User Guide (SAP) 2013 Excel4apps Excel4apps GL Wand User Guide (SAP) 2013 Excel4apps Table of Contents 1 Quickstart Guide... 5 2 System Requirements... 6 3 Using GL Wand... 6 3.1 Toolbar... 6 3.2 Shortcut keys... 6 3.3 Logging on... 7

More information

2013 INTERMEDIATE MANUAL

2013 INTERMEDIATE MANUAL C B C H O U S E 2 4 C A N N I N G S T R E E T E D I N B U R G H E H 3 8 E G 0 1 3 1 2 7 2 2 7 9 0 W W W. I T R A I N S C O T L A N D. C O. U K I N F O @ I T R A I N S C O T L A N D. C O. U K CONTENTS CHAPTER

More information

LESSON 10 Accounts Payable Setup

LESSON 10 Accounts Payable Setup LESSON 10 Learning Objectives In this lesson you will: 1. activate the module 2. access the A/P Transactions Visual Process Flow 3. set up the Options 4. enter account sets 5. enter distribution codes

More information

Chapter 11: Going All Out with FrontPage

Chapter 11: Going All Out with FrontPage Chapter 11: Going All Out with FrontPage Creating a Product Page Easy Web Design project, Chapter 11 Most store sites need at least one product page. On the Notebooks Web site, the Products page is divided

More information

1) Merge the cells that contain the title and center the title

1) Merge the cells that contain the title and center the title Supplies: You will need a storage location to save your spreadsheet for use in Session 2. You will need the 2 handouts pertaining to Session 1 Instructions: Follow the directions below to create a budget

More information

Appendix A Microsoft Office Specialist exam objectives

Appendix A Microsoft Office Specialist exam objectives A 1 Appendix A Microsoft Office Specialist exam objectives This appendix covers these additional topics: A Excel 2013 Specialist exam objectives, with references to corresponding coverage in ILT Series

More information

Dynamics GP 50 tips in 50 Minutes

Dynamics GP 50 tips in 50 Minutes Dynamics GP 50 tips in 50 Minutes System 1. Access functionality with right click Allows for quick access to cut/copy/post and insert/delete row 2. Increase/decrease dates quickly with + and keys Click

More information

Excel Contents. MS Excel /3/2011 JSD#2-Neptune Page 1

Excel Contents. MS Excel /3/2011 JSD#2-Neptune Page 1 Excel 2013 Contents Contents... 1 Opening Start Screen... 2 Formatting cells... 2 Modifying information in a cell... 2 Autofil... 3 Merge and Center Headings and Merge Cells... 3 Auto Calculation... 3

More information

Light Speed with Excel

Light Speed with Excel Work @ Light Speed with Excel 2018 Excel University, Inc. All Rights Reserved. http://beacon.by/magazine/v4/94012/pdf?type=print 1/64 Table of Contents Cover Table of Contents PivotTable from Many CSV

More information

Introduction to Excel 2013 Part 2

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

More information

Downloading General Ledger Transactions to Excel

Downloading General Ledger Transactions to Excel SAN MATEO COUNTY OFFICE OF EDUCATION CECC Financial System Procedures This document provides instructions on how to download the transactions listed on an HP 3000 GLD110 report into Excel using a GLD110

More information

Sage 300 ERP Financial Reporter User's Guide

Sage 300 ERP Financial Reporter User's Guide Sage 300 ERP 2012 Financial Reporter User's Guide This is a publication of Sage Software, Inc. Version 2012 Copyright 2013. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product

More information