Excel. Attention! The main benefits of using Excel actions are:

Size: px
Start display at page:

Download "Excel. Attention! The main benefits of using Excel actions are:"

Transcription

1 Excel Excel action group is intended for automating Excel spreadsheet manipulations, such as getting/setting cell values, switching between sheets, saving, etc. These actions are NOT automatically recorded when you work in Excel during recording process. Attention! All Excel Actions are executed in the background, so the application window does not appear on the screen. The main benefits of using Excel actions are: stability system actions are more reliable and quicker than image-based ones; speed of execution bot execution is done in background when Excel application window is not visible, RPA Recorder only displays the step number, name, and its result (success/failure). do not require active Window you do not need to put Excel actions inside a Window action. readability even new users will understand the action flow at first glance. Attention! All Excel Actions can only be used, if your spreadsheet is opened by the Open spreadsheet action. If you open the spreadsheet with the Launch Application or Enter Keystroke actions and add the Excel Actions to the recording, these actions will be skipped during playback or execution in Control Tower. Actions Library Actions Description Coordinates and Position Loops and Conditions Open Spreadsheet Save Spreadsheet Switch to Sheet Set Active Cell Set Cell Value Get Cell Value Delete Cell Get Row Get Column Get Range Set Range While bot is executing Excel actions, the following rules should be observed: Excel file should not be used by other program (opened in Excel editor or other application). For files with Protected View, only read operations are supported. Click Enable Editing to write information (set cell value, delete cell).

2 Coordinates and Position To perform cell operations (get/set/delete value, get row/column), bot can use either cell coordinates (A1, BQ503) or cell position (start of column, cell above, etc) as a unique cell identifier. Position is counted starting from currently selected cell (D7 on the example below). # Position options Preview Current (current cell) 1 Start of document 2 Start of column 3 Start of row 4 End of column 5 End of row 6 Cell above 7 Cell below 8 Cell to the left 9 Cell to the right Only Set Cell Value and Delete Cell actions modify the current position. If you save a spreadsheet with the D7 cell selected, next time you open the spreadsheet, position will be calculated starting from the D7 cell. Loops and Conditions When working with a spreadsheet you can use Loops and Conditions to repeat the Excel Actions (for example, Set Cell Value) as long as it is defined by the Loop or Condition. Excel Action with Loop

3 Excel Action with Condition Open Spreadsheet This action opens a specified Excel spreadsheet (.xls or.xlsx) in background for further data manipulations. The Open Spreadsheet action should contain other Excel actions as its children (Switch To Sheet, Get Cell Value, Delete Cell, etc.) just drag them onto the Open Spreadsheet action. Spreadsheet file will be automatically closed after bot executes the last child action of the Open Spreadsheet action. Bot can manipulate one spreadsheet at a time, therefore Open Spreadsheet actions cannot be nested inside each other. File location path to the spreadsheet that will be opened. You can type the path or click the Browse button and browse to it in file explorer. Save file after last action eliminates the need to create additional save action at the end of each excel block. Save Spreadsheet This action saves currently opened spreadsheet to the same or to a new file. Note that this action can be avoided if the Open Spreadsheet action has the Save file after last action flag enabled.

4 Save type Save to the same file currently opened file is saved with all previous changes. Save as a new file after save as new, all actions are performed on a new file, the initial file is closed without saving. Destination folder path to the folder where spreadsheet will be saved. You can type the path or click the Browse button and browse to it in file explorer. File name full name for a new spreadsheet. Switch to Sheet This action switches to a specific sheet in Excel file (makes it active) by its name or order number. Note that Excel file is opened on the last active sheet (where the last save was made).

5 Specify index the number of the sheet that you want to switch to. Numbering starts from 1. Specify name the name of the sheet that you want to switch to. Set Active Cell This action allows to choose a cell for following manipulations or actions using coordinates or position. You can use the action to start your iteration through the spreadsheet from a defined cell, as the MS Excel saves the selected cell and it can differ from that one you want to start with: Coordinates/Position see the Position description. Set Cell Value This action sets value for a specific cell by coordinates or position.

6 Coordinates/Position see the Position description. New cell value variable or string value that will be copied to the target cell. Get Cell Value This action gets value of a specific cell and sets it to a variable for further usage. Coordinates/Position see the Position description. Save cell value to variable the target cell value will be copied to this variable.

7 Delete Cell This action deletes value of a target cell. Coordinates/Position see the Position description. Get Row This action gets value of a specific spreadsheet row on an active sheet and sets it to a List variable for further usage. Index number of row (1, 2). Position position of the row related to the currently selected cell. Save result to list variable the target non-empty row values will be copied to this variable. Only List variable type is supported. Get Column This action gets value of a specific spreadsheet column on an active sheet and sets it to a List variable for further usage.

8 Index column index (A, F or 1, 2, 3). Position position of the column related to the currently selected cell. Save result to list variable the target non-empty column values will be copied to this variable. Only List variable type is supported. Get Range This action gets values from cells of a specific spreadsheet range on an active sheet and copies them to a Table variable for further usage.

9 From cell # starting cell of the range. It can be defined either explicitly F5 or using a Recorder variable of Text type ${start_cell}. To cell # end cell of the range. It can be defined either explicitly H20 or using a Recorder variable of Text type ${end_cell}. Save the selected to Table variable the values from the range, including cells without values, will be copied to this variable. Only the Table variable type is supported. If the From cell # field is empty, the selection starts from the first top-left cell (A1). If the To cell # field is empty, the selection is made to the last bottom-right non-empty cell. Empty spreadsheet cells are copied as empty values. If From > To (start and finish cells), the cells are swapped to make the selection. Example:

10 C5:A2 == A2:C5 D37:H27 == D27:H37 Set Range This action gets values from a Table variable and copies them to cells of a defined spreadsheet range on an active sheet. Input: Select Table variable select a Table variable to copy the values from and insert them to the range on the active sheet. From cell # starting cell of the range. It can be defined either explicitly A2 or using a Recorder variable of Text type ${start_cell}. To cell # end cell of the range. It can be defined either explicitly E20 or using a Recorder variable of Text type ${end_cell}. If the From cell # field is empty, the insertion starts from the first top-left cell (A1). If the To cell # field is empty, the whole content from the Table variable will be inserted to the spreadsheet. If From > To (start and finish cells), the cells are swapped to make the selection. Example: C5:A2 == A2:C5 D37:H27 == D27:H37 If the number of columns or rows in Excel Range is less, than the Table variable contains, these exceeding columns/rows are trimmed and not pasted. Alternatively, when the number of columns/rows in Excel Range exceeds the number of columns/rows in the Table variable, the Table content is inserted, and the other cells in the Range remain empty.

Loops. While. Loops can be used:

Loops. While. Loops can be used: Loops Loops can be used: to repeat a sequence of actions until some condition is met (While, Retry) or a defined number of times (Repeat) to iterate through lists and tables (For Each) and contain other

More information

Instructions: DRDP Online Child Upload

Instructions: DRDP Online Child Upload Instructions: DRDP Online Child Upload Version 1.00 10/29/2018 Table of Contents Introduction... 2 Upload Roles... 2 Upload Template... 2 Entering Data into the Template... 3 Uploading to DRDP Online...

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

BSC Health & Safety e-learning Platform The Company Manager Role

BSC Health & Safety e-learning Platform The Company Manager Role BSC Health & Safety e-learning Platform The Company Manager Role Introduction The Company Manager role is given to any user with responsibility for resolving the issues raised in self-assessments of the

More information

How to Use RPA Recorder

How to Use RPA Recorder How to Use RPA Recorder This section explains general operations with the recording, such as creation, editing and publishing; using functions of RPA Recorder. Descriptions illustrate how to use a typical

More information

Importing Career Standards Benchmark Scores

Importing Career Standards Benchmark Scores Importing Career Standards Benchmark Scores The Career Standards Benchmark assessments that are reported on the PIMS Student Fact Template for Career Standards Benchmarks can be imported en masse using

More information

Open Microsoft Word: click the Start button, click Programs> Microsoft Office> Microsoft Office Word 2007.

Open Microsoft Word: click the Start button, click Programs> Microsoft Office> Microsoft Office Word 2007. Microsoft Word 2007 Mail Merge Letter The information below is devoted to using Mail Merge to create a letter in Microsoft Word. Please note this is an advanced Word function, you should be comfortable

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

More information

Creating a Directory with a Mail Merge from an Excel Document

Creating a Directory with a Mail Merge from an Excel Document Creating a Directory with a Mail Merge from an Excel Document When you run a mail merge, Word pulls names, addresses, and other information directly from your Excel spreadsheet into the documents you re

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

FileLoader for SharePoint

FileLoader for SharePoint Administrator s Guide FileLoader for SharePoint v. 2.0 Last Updated 6 September 2012 Contents Preface 3 FileLoader Users... 3 Getting Started with FileLoader 4 Configuring Connections to SharePoint 8

More information

Excel To XFDF Converter For MAS Forms User Guide

Excel To XFDF Converter For MAS Forms User Guide Excel To XFDF Converter For MAS Forms User Guide Contents: Licence / Response Code Activation Keying In Company Name and Company Code Converting An Excel File To XFDF Format For Submission How To Check

More information

Skittles Excel Project

Skittles Excel Project Skittles Excel Project Entering Your Data and Creating Data Displays 1. Open Microsoft Excel 2. Create a table for your Skittles colors: a. In cell A1 type in a title for your chart b. In cell A2 type

More information

About Course Builder

About Course Builder About Course Builder Page 1 of 14 Use Course Builder to interact with your course materials, learning experiences, and assessments in one consolidated interface so you can visualize and review your entire

More information

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

Subscribe-HR Excel Connector. Data Uploader

Subscribe-HR Excel Connector. Data Uploader Subscribe-HR Excel Connector Data Uploader Page 1 of 7 Table of Contents 1 Introduction... Error! Bookmark not defined. 2 Data Upload Process... Error! Bookmark not defined. 2.1 Login... Error! Bookmark

More information

Tutorial 2/4: Calculations & Functions. Tutorial 1/4: Getting Started. Tutorial 3/4: Statistical Analysis. Tutorial 4/4: Basic Formatting

Tutorial 2/4: Calculations & Functions. Tutorial 1/4: Getting Started. Tutorial 3/4: Statistical Analysis. Tutorial 4/4: Basic Formatting Basic Microsoft Excel skills will be required for some of your Glenn College courses and may prove very helpful for others. This four-part tutorial addresses getting started with Excel, performing calculations

More information

Text. Text Actions. String Contains

Text. Text Actions. String Contains Text The Text Actions are intended to refine the texts acquired during other actions, for example, from web-elements, remove unnecessary blank spaces, check, if the text matches the defined content; and

More information

Mouse. Mouse Action Location. Image Location

Mouse. Mouse Action Location. Image Location Mouse The Mouse action group is intended for interacting with user interface using mouse (move, click, drag, scroll). All the Mouse actions are automatically recorded when you manipulate your mouse during

More information

Microsoft Excel 2007 Macros and VBA

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

More information

Note: For more information on creating labels in CDS, watch Volume 22 of the Fast Class Update: Label Creation.

Note: For more information on creating labels in CDS, watch Volume 22 of the Fast Class Update: Label Creation. Information used to create labels the Client Data System (CDS) can be exported out of CDS and used to create labels in Microsoft Word. In Word, you can make changes to the style, size, and color of fonts

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

Criterion C: Product Development

Criterion C: Product Development Criterion C: Product Development Techniques used to create the spreadsheet Only Q5 has been fully developed as the second version is based on a proof of concept. Original code to enhance functionality

More information

2. create the workbook file

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

More information

TerminalFOUR Version 8 Change Guide

TerminalFOUR Version 8 Change Guide TerminalFOUR Version 8 Change Guide The new version of SiteManager looks quite different at first glance but you ll find that the majority of what you do on the CMS can be done in almost the same way as

More information

Topic 4D: Import and Export Contacts

Topic 4D: Import and Export Contacts Topic 4D: Import and Export Contacts If a corporation merges with another corporation it may become necessary to add the contacts to the new merged companies contact folder. This can be done by Importing

More information

Quick Reference Guide: Banner XE Faculty Grade Entry

Quick Reference Guide: Banner XE Faculty Grade Entry Entering Midterm or Final Grades Directly into Banner Go to grading.utoledo.edu Enter your UTAD user name and password, and then sign in. Only your courses that are open for grading will be displayed.

More information

Table of content. Which file formats can be used to import subscribers? What is an Excel file? What is a CSV file?...

Table of content. Which file formats can be used to import subscribers? What is an Excel file? What is a CSV file?... A User Guide Zoho Campaigns allows you to import subscribers from other sources into a mailing list. Before you begin importing subscribers, make sure that you ve created a mailing list to save the data.

More information

FileLoader for SharePoint

FileLoader for SharePoint End User's Guide FileLoader for SharePoint v. 2.0 Last Updated 6 September 2012 3 Contents Preface 4 FileLoader Users... 4 Getting Started with FileLoader 5 Configuring Connections to SharePoint 7 Disconnecting

More information

32 Using Local Data Sources in Web Intelligence Documents

32 Using Local Data Sources in Web Intelligence Documents 32 Using Local Data Sources in Web Intelligence Documents We have used universes as data sources for queries created in Web Intelligence and in Web Intelligence Rich Client. 32.1 Local Data Sources in

More information

Quick User Guide SURVEYTIME. User Manual Page 1 INTRODUCTION TO SURVEYTIME

Quick User Guide SURVEYTIME. User Manual Page 1 INTRODUCTION TO SURVEYTIME User Manual Page 1 SURVEYTIME Quick User Guide 2015 User Manual Page 2 SURVEY SELECTION... 3 CREATING A CROSSTAB REPORT... 4 Sorting your columns:... 10 SINGLE-SURVEY CHART... 11 CREATING A TREND REPORT...

More information

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item Tips and Tricks Recorder Actions Library XPath Syntax Hotkeys Windows Hotkeys General Keyboard Shortcuts Windows Explorer Shortcuts Command Prompt Shortcuts Dialog Box Keyboard Shortcuts Excel Hotkeys

More information

M&Ms Spreadsheet Chart

M&Ms Spreadsheet Chart M&Ms Spreadsheet Chart You will create a spreadsheet using Microsoft Excel to record M&Ms the occurrences of colors in a bag of. You will use data from other students in your class to calculate an average

More information

End User SharePoint 2010 Videos List

End User SharePoint 2010 Videos List End User SharePoint 2010 Videos List Screencast Name Number Abstract Category A subsite (or simply referred to as site) is created as an interface for hosting pages, lists, libraries and web parts. Creating

More information

Excel. More Skills 11 Insert and Edit Comments. To complete this workbook, you will need the following file: You will save your workbook as: CHAPTER 2

Excel. More Skills 11 Insert and Edit Comments. To complete this workbook, you will need the following file: You will save your workbook as: CHAPTER 2 CHAPTER 2 Excel More Skills 11 Insert and Edit Comments A comment is a note that is attached to a cell, separate from other cell content. Comments can describe how a complex formula works or provide feedback

More information

Banner XE Faculty Grading

Banner XE Faculty Grading Banner XE Faculty Grading Instructions Logging into the application: 1. Log into DrexelOne (http://one.drexel.edu) 2. Select Faculty at the top of the Welcome page 3. Select More BannerWeb Faculty Services

More information

Adding Items to the Course Menu

Adding Items to the Course Menu Adding Items to the Course Menu The course menu, located in the upper left of the screen, contains links to materials and tools within the course. To add more items to the menu, click the plus sign at

More information

Reference Guide. Adding a Generic File Store - Importing From a Local or Network ShipWorks Page 1 of 21

Reference Guide. Adding a Generic File Store - Importing From a Local or Network ShipWorks Page 1 of 21 Reference Guide Adding a Generic File Store - Importing From a Local or Network Folder Page 1 of 21 Adding a Generic File Store TABLE OF CONTENTS Background First Things First The Process Creating the

More information

ACTIVE Net Insights user guide. (v5.4)

ACTIVE Net Insights user guide. (v5.4) ACTIVE Net Insights user guide (v5.4) Version Date 5.4 January 23, 2018 5.3 November 28, 2017 5.2 October 24, 2017 5.1 September 26, 2017 ACTIVE Network, LLC 2017 Active Network, LLC, and/or its affiliates

More information

What s New in VT Docs 3.0. Words Matter

What s New in VT Docs 3.0. Words Matter What s New in VT Docs 3.0 Words Matter VT Docs 3.0 Availability & General Notes We ll likely take 30-40 minutes. Q&A at end. Use chat facility if questions. Short 4 question survey at end of webinar, please

More information

XLCubed Version 9 QuickStart

XLCubed Version 9 QuickStart XLCubed Version 9 QuickStart 1 P a g e Contents Welcome... 3 Connecting to your data... 3 XLCubed for Pivot Table users... 3 Adding a Grid, and the Report Designer... 5 Working with Grids... 7 Grid Components...

More information

Microsoft Excel Level 2

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

More information

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect.

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect. Launch the Microsoft Excel Program Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are lettered and rows, and are numbered.

More information

GMS 10.3 Tutorial MODFLOW-LGR Dual Refinement Create a MODFLOW-LGR model with two locally refined grids using GMS

GMS 10.3 Tutorial MODFLOW-LGR Dual Refinement Create a MODFLOW-LGR model with two locally refined grids using GMS v. 10.3 GMS 10.3 Tutorial MODFLOW-LGR Dual Refinement Create a MODFLOW-LGR model with two locally refined grids using GMS Objectives This tutorial builds on the MODFLOW-LGR tutorial and shows how to create

More information

Tutorial 1 - Setting up your first process

Tutorial 1 - Setting up your first process Version 8.2 SolveXia Pty Ltd AUTOMATE ACTIVATE ACCELERATE CONTENTS INTRODUCTION... 3 CASE STUDY... 4 SOLUTION... 4 ILLUSTRATION OF STEPS IN PROCESS... 5 A LOGIN TO THE SYSTEM... 6 A.1 SCREEN LAYOUT...

More information

SAS Data Explorer 2.1: User s Guide

SAS Data Explorer 2.1: User s Guide SAS Data Explorer 2.1: User s Guide Working with SAS Data Explorer Understanding SAS Data Explorer SAS Data Explorer and the Choose Data Window SAS Data Explorer enables you to copy data to memory on SAS

More information

WiredContact Enterprise Import Instructions

WiredContact Enterprise Import Instructions WiredContact Enterprise Import Instructions You can perform an import from many different file types:, this document deals with TXT and Microsoft Excel. File Format CSV TXT Excel Import Type Text Data

More information

PELICAN Data Warehouse

PELICAN Data Warehouse R/Client for Children PELICAN Data Warehouse Reference Document for Direct Service Providers Revised 10/2018 SymServe 5225 Library Road #900, Bethel Park PA 15102 1-866-942-3300, www.symserve.com Table

More information

Tips & Tricks: MS Excel

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

More information

CrossTab. ReportMill CrossTab User Guide

CrossTab. ReportMill CrossTab User Guide ReportMill User Guide This document describes ReportMill's component. s are the best way to present a matrix of data. Table of Contents 0 Creating a Component 0 Parts 0 Header Cells 0 Cross-Sections 0

More information

Generating a Custom Bill of Materials

Generating a Custom Bill of Materials Generating a Custom Bill of Materials Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 This tutorial describes how to use the Report Manager to set up a Bill of Materials (BOM) report.

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

SPREADSHEET (Excel 2007)

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

More information

Published on Online Documentation for Altium Products (

Published on Online Documentation for Altium Products ( Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Главная > Working with the Explorer Panel - Feature How-Tos Using Altium Documentation Modified by Jason Howie

More information

Business Intelligence and Reporting Tools

Business Intelligence and Reporting Tools Business Intelligence and Reporting Tools Release 1.0 Requirements Document Version 1.0 November 8, 2004 Contents Eclipse Business Intelligence and Reporting Tools Project Requirements...2 Project Overview...2

More information

Component Templates. The Component Template Item Type. Modified by Jason Howie on 31-May-2017

Component Templates. The Component Template Item Type. Modified by Jason Howie on 31-May-2017 Component Templates Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Altium Vault 2.5, in conjunction with Altium Designer 15.1, brings support for creating and defining Component

More information

TPD. Tucson Police Department Crime Laboratory

TPD. Tucson Police Department Crime Laboratory VirtualDoxx User Manual Prepared for: TPD Tucson Police Department Crime Laboratory Revision Log Manual Version Number Date 1.0 10/27/2011 1.1 1/26/2012 1.2 2/27/2012 www.virtualdoxx.com VirtualDoxx Barcode

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

About the P6 EPPM Importing and Exporting Guide

About the P6 EPPM Importing and Exporting Guide P6 EPPM Importing and Exporting Guide October 2018 Contents About the P6 EPPM Importing and Exporting Guide Scope This guide contains information about import and export formats and the process of importing

More information

KINETICS CALCS AND GRAPHS INSTRUCTIONS

KINETICS CALCS AND GRAPHS INSTRUCTIONS KINETICS CALCS AND GRAPHS INSTRUCTIONS 1. Open a new Excel or Google Sheets document. I will be using Google Sheets for this tutorial, but Excel is nearly the same. 2. Enter headings across the top as

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

What is New in TILOS 10.0

What is New in TILOS 10.0 Civil Engineering and Construction What is New in TILOS 10.0 Mass Haulage Add Space Above/Below the Zero Line In a mass haulage diagram, you can now add space vertically between the zero line and cut/fill

More information

Importing in Offertory Donations from Spreadsheets into Connect Now

Importing in Offertory Donations from Spreadsheets into Connect Now Importing in Offertory Donations from Spreadsheets into Connect Now When you have an excel spreadsheet that has donations in it, if you have a key identifier, such as an envelope number, then the spreadsheet

More information

Editing XML Data in Microsoft Office Word 2003

Editing XML Data in Microsoft Office Word 2003 Page 1 of 8 Notice: The file does not open properly in Excel 2002 for the State of Michigan. Therefore Excel 2003 should be used instead. 2009 Microsoft Corporation. All rights reserved. Microsoft Office

More information

Conducted By: Dr Avinash Gaur Sr Lecturer, Mathematics Electrical Section, Engineering Department HCT, Muscat

Conducted By: Dr Avinash Gaur Sr Lecturer, Mathematics Electrical Section, Engineering Department HCT, Muscat Conducted By: Dr Avinash Gaur Sr Lecturer, Mathematics Electrical Section, Engineering Department HCT, Muscat MS Excel is perhaps the most important computer software program used in the workplace today

More information

XBRL Taxonomy Generator Overview of features and interface

XBRL Taxonomy Generator Overview of features and interface XBRL Taxonomy Generator Overview of features and interface 2012 02 01 General information developed in order to facilitate creation of taxonomies according to the draft Eurofiling architecture out of the

More information

Contents. Common Site Operations. Home actions. Using SharePoint

Contents. Common Site Operations. Home actions. Using SharePoint This is a companion document to About Share-Point. That document describes the features of a SharePoint website in as much detail as possible with an emphasis on the relationships between features. This

More information

More Skills 12 Create Web Queries and Clear Hyperlinks

More Skills 12 Create Web Queries and Clear Hyperlinks CHAPTER 9 Excel More Skills 12 Create Web Queries and Clear Hyperlinks Web queries are requests that are sent to web pages to retrieve and display data in Excel workbooks. Web queries work best when retrieving

More information

Quick Start Guide. Microinvest Barcode Printer Pro

Quick Start Guide. Microinvest Barcode Printer Pro Quick Start Guide Microinvest Barcode Printer Pro 2016 Microinvest Barcode Printer Pro provides barcode printing functionality specifically designed to account for new orders and existing entries in the

More information

Visual Cash Focus - User Tip 42

Visual Cash Focus - User Tip 42 Visual Cash Focus - User Tip 42 Linking to Excel How to link Drivers and accounts to an Excel spreadsheet The Scenario This user tip describes how to create a link to an Excel spread sheet. A business

More information

Excel Lesson 1 Microsoft Excel Basics

Excel Lesson 1 Microsoft Excel Basics Microsoft Excel Basics Microsoft Office 2010 Introductory 1 Objectives Define the terms spreadsheet and worksheet. Identify the parts of a worksheet. Start Excel, open an existing workbook, and save a

More information

Microsoft Excel 2016

Microsoft Excel 2016 เพ มภาพตามเน อหาของแต ละบท Microsoft Excel 2016 Benjamas Panyangam and Dr. Dussadee Praserttitipong Adapted in English by Prakarn Unachak 204100 IT AND MODERN LIFE 1. Excel Basics 2. Calculation and Formula

More information

Agilent CytoGenomics 2.0 Feature Extraction for CytoGenomics

Agilent CytoGenomics 2.0 Feature Extraction for CytoGenomics Agilent CytoGenomics 2.0 Feature Extraction for CytoGenomics Quick Start Guide What is Agilent Feature Extraction for CytoGenomics software? 2 Getting Help 4 Starting the program 6 Setting up a Standard

More information

Introduction to Stata Getting Data into Stata. 1. Enter Data: Create a New Data Set in Stata...

Introduction to Stata Getting Data into Stata. 1. Enter Data: Create a New Data Set in Stata... Introduction to Stata 2016-17 02. Getting Data into Stata 1. Enter Data: Create a New Data Set in Stata.... 2. Enter Data: How to Import an Excel Data Set.... 3. Import a Stata Data Set Directly from the

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

1. Math symbols Operation Symbol Example Order

1. Math symbols Operation Symbol Example Order Excel 2 Microsoft Excel 2013 Mercer County Library System Brian M. Hughes, County Executive Excel s Order of Calculation 1. Math symbols Operation Symbol Example Order Parentheses ( ) =(4+2)*8 1st Exponents

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

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

More information

ProSolutions Shopper PDF Instructions

ProSolutions Shopper PDF Instructions Converting a Web Page To convert a web page to a PDF, you will need to have a document to PDF converter on your computer. Downloading PDF Creation Software PrimoPDF is a free document to PDF conversion

More information

CWDS SM Procedure 101 Producing the Schedule Update Report

CWDS SM Procedure 101 Producing the Schedule Update Report CWDS SM Procedure 101 Producing the Schedule Update Report Audience: Schedule Manager Frequency: Monday of every Status Week Created: 4/20/2016 Last Updated: 7/13/2017 After reading this procedure, you

More information

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Lab: Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHARTING WEB PARTS... 5 EXERCISE 2: PERFORMING ANALYSIS WITH EXCEL AND

More information

Sage 300 ERP Report Designer

Sage 300 ERP Report Designer Report Designer The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in the license or non disclosure agreement. This

More information

Rutgers University. Smart View Training Guide

Rutgers University. Smart View Training Guide Rutgers University Smart View Training Guide Contents What is Smart View?... 2 Installing Smart View... 2 Establishing a Connection... 3 Ad-Hoc Analysis... 5 Creating an Ad-Hoc Analysis... 5 Dimensions

More information

New buttons New buttons: Excel View & settings 2/3. Excel View & settings 1/3 PLEASE SKIP THIS SLIDE. It s old. Excel View & settings 3/3

New buttons New buttons: Excel View & settings 2/3. Excel View & settings 1/3 PLEASE SKIP THIS SLIDE. It s old. Excel View & settings 3/3 Common user interface, yet new stuff Notice the following: Excel has tabs and buttons similar to Word new tabs: Formulas, Data new features: name box Formula bar Current Sheet1 is active. Click + to add

More information

Guide to Importing Data

Guide to Importing Data Guide to Importing Data CONTENTS Data Import Introduction... 3 Who should use the Gold-Vision Import Client?... 3 Prepare your data... 3 Downloading and installing the import client... 7 Step One Getting

More information

BaSICS OF excel By: Steven 10.1

BaSICS OF excel By: Steven 10.1 BaSICS OF excel By: Steven 10.1 Workbook 1 workbook is made out of spreadsheet files. You can add it by going to (File > New Workbook). Cell Each & every rectangular box in a spreadsheet is referred as

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Flexcel Reports Designers Guide

Flexcel Reports Designers Guide Flexcel Reports Designers Guide Documentation: May, 2010 Copyright 2010 by tmssoftware.com bvba Web: http://www.tmssoftware.com Email : info@tmssoftware.com 1 P a g e Table of contents Introduction...

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

MODFLOW LGR Create MODFLOW-LGR models with locally refined grids using GMS

MODFLOW LGR Create MODFLOW-LGR models with locally refined grids using GMS v. 10.1 GMS 10.1 Tutorial MODFLOW LGR Create MODFLOW-LGR models with locally refined grids using GMS Objectives GMS supports building MODFLOW-LGR models with nested child grids. This tutorial shows the

More information

SCANNING IN COPA. To scan in the COPA system, you will need the computer attached to the scanner. Swipe Card screen

SCANNING IN COPA. To scan in the COPA system, you will need the computer attached to the scanner. Swipe Card screen SCANNING IN COPA To scan in the COPA system, you will need the computer attached to the scanner Click Swipe Card Reader Check food option and start scanning Swipe Card screen The main Swipe Card screen

More information

Working with Apple Loops

Working with Apple Loops 7 Working with Apple Loops So you want to create a complete song, but you don t know how to play every instrument? An Apple Loop is a short piece of music that you can add to your song. It can be either

More information

Tutorial : One Sample Application Configuration

Tutorial : One Sample Application Configuration Tutorial : One Sample Application Configuration The configuration of the sample application in this tutorial will expose you to : Plantwatch Configuration Editor How to create Variables Create and configure

More information

Office Automation Suite V 5.0

Office Automation Suite V 5.0 Office Automation Suite V 5.0 User Guide 28.09.2018 Page 1/ 93 Contents 1 Introduction...4 2 Connect to IFS...4 3 Information Merger...5 3.1 The Automation Assistant - Overview...6 3.1.1 Properties...6

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

PowerScheduler Course Tally Worksheet instructions.

PowerScheduler Course Tally Worksheet instructions. PowerScheduler Course Tally Worksheet instructions. This document will describe the process of copying course request information from PowerSchool into an Excel Course Tally Worksheet. Once the information

More information

Microsoft Excel Chapter 1. Creating a Worksheet and an Embedded Chart

Microsoft Excel Chapter 1. Creating a Worksheet and an Embedded Chart Microsoft Excel 2010 Chapter 1 Creating a Worksheet and an Embedded Chart Objectives Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of cells Copy the contents of

More information

Using Adobe Contribute 4 A guide for new website authors

Using Adobe Contribute 4 A guide for new website authors Using Adobe Contribute 4 A guide for new website authors Adobe Contribute allows you to easily update websites without any knowledge of HTML. This handout will provide an introduction to Adobe Contribute

More information

COMM 391 Winter 2014 Term 1. Tutorial 1: Microsoft Excel - Creating Pivot Table

COMM 391 Winter 2014 Term 1. Tutorial 1: Microsoft Excel - Creating Pivot Table COMM 391 Winter 2014 Term 1 Tutorial 1: Microsoft Excel - Creating Pivot Table The purpose of this tutorial is to enable you to create Pivot Table to analyze worksheet data in Microsoft Excel. You should

More information

Microsoft Excel Microsoft Excel

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

More information