Improving Productivity with Parameters

Size: px
Start display at page:

Download "Improving Productivity with Parameters"

Transcription

1 Improving Productivity with Parameters Michael Trull Rocky Brown Thursday, January 25, 2007

2 Improving Productivity with Parameters Part I The Fundamentals Parameters are variables which define the size and shape of part features and control the relative position of components within an assembly. In their simplest form, parameters are the dimensions we enter to define our models. But they can be so much more. Parameters can include equations defining functional relationships between them. A parameter s equation can include references to other parameters in the same sketch, in the same part, in other parts, or even in spreadsheets. Parameters can also be used in drawings. With so many options, parameters are a very powerful tool providing endless opportunities for increased productivity. This article gives users access to the power of parameters by showing how they are created and used in Autodesk Inventor. The article is broken into five installments covering: Part 1 The first installment introduces parameters by showing how they are created and the wealth of tools available for editing and maintaining them once they have been created. Part 2 The second installment builds on this introduction by showing how simple dimensions can be replaced with equations which help designers capture functional relationships and design intent. Part 3 The third installment expands the reach of parameters by showing how they can be exported and accessed by other parts. Part 4 The fourth installment shows how parts and assemblies can access a common set of parameters stored in an Excel spreadsheet. Part 5 The fifth and final installment winds up the series by showing how exported parameters can be accessed in drawings. How are parameters created? Parameters are created automatically when you define a sketch dimension, create a feature, or add an assembly constraint. When a parameter is created, inventor automatically assigns a parameter name, such as d0. As each parameter is created, Inventor assigns the next parameter in numerical sequence, such as d1, d2, and so forth. When a parameter is created, it is also assigned a numerical value, and a unit of measure. Each time you add a dimension or feature to the model, parameters are assigned. User parameters can used to define functional requirements. Both types can establish the relationships between the elements of a model. What is the Parameter Table? Parameters can be viewed or edited with the parameter tool. This brings up the parameter table, displaying names and values of the parameters automatically created during the modeling process. Clicking Update will apply any changes to a parameter, and any dependent parameter.

3 Figure 1: Parameter Table What is contained in the parameter table? Parameter Name is the name of the parameter. The default name of a parameter can be changed to a more descriptive name. Click in the box and enter the new name. When you update the model, all dependent parameters update to reflect the new name. Units are the units of measurement for the parameter. Equation generates the value of the parameter. If the parameter is a discrete value, the value is displayed exactly as it is entered. To change the equation, click the existing equation and enter the new equation. Nominal Value is the ideal value of the equation (displayed in full precision). Tolerance shows the current evaluated size setting for the parameter. Click a cell to select Upper, Nominal, or Lower settings. Model Value shows the actual calculated size of the parameter. Export parameters check box adds the parameter to the custom properties for the model. Custom properties can be added to parts lists and bills of materials. Selecting the check box will add the parameter to custom properties. Clearing the check box will remove the parameter from custom properties. Comment, if any, allows you to describe anything about the parameter. To add a comment, click in the box and enter the comment. What are User Parameters? User parameters are equations created by the user, and assigned to a unique parameter name. These parameters are used in equations to help define other parameters. Figure 2: User Parameters in the Parametric Table

4 How do I use parameters? For example, most dimensions in a part model are associative. The value can be edited and replaced by another value, or even an equation, such as (d0+3)*12. Notice what happens when you enter the equation. The equation now becomes (d0+3 in)*12 ul. Inventor automatically assumes the unit of measure in the equation. When an equation is entered in, the equation will remain black, indicating that it is logical and has the correct syntax. The equation will turn red if the equation cannot be calculated and the syntax is incorrect. Figure 3: Parameter Showing Correct - Incorrect Equations When an equation is added to a dimension parameter, the calculated dimension will show a prefix fx: in front of the dimensional value. Figure 4: Calculated Dimension Are there any rules for creating parameters? Follow these guidelines to make sure parameters and parts update predictably: Assign meaningful names to parameters. Equations cannot be recursive.

5 Parameter names cannot include spaces, mathematical symbols, or special characters. They are also case sensitive. If you link a spreadsheet to the parameters, you cannot edit its values or equations inside Autodesk Inventor (but must open and edit the spreadsheet in Microsoft Excel). How do I edit parameters? Parameters can be edited in several ways. The most common way is to use the parameter table. Parameter names, units, and equations may be edited. The value of a parameter can also be changed, by editing the sketch dimension or the feature. Dimension Properties can also be edited. Here s how. With any dimension visible, highlight the dimension, right click and select Dimension Properties. Figure 5: Selecting Dimension Properties

6 The Dimension Properties dialog is displayed. On the Dimension Settings tab, you can rename the parameter, and change the precision of the dimension. Tolerance settings can also be accessed. Figure 6: Dimension Properties Dialog By using this work flow, the parameter name can be changed in place, while viewing the dimension. When you combine using the Dimension Properties with the Edit Dimension dialog box, you do not have to go back and forth between the Parameter Table and the model. To edit the dimension value, just select a dimension and double-click it. You can make changes in the Edit Dimension Dialog box. Figure 7: Edit Dimension Dialog Box

7 If there are no dimensions visible, you can select a feature in the browser, right click and select Show Dimensions. Then, select the dimension value to be changed. Figure 8: Selecting Show Dimensions in the Browser

8 Improving Productivity with Parameters Part II Linking to Excel Spreadsheets Linking Parameters Externally There are two work flows to link parameters into a part or an assembly model: Excel spreadsheets and derived part files. Excel Spreadsheets Linking worksheets is the ability to control multiple part and assembly model files from one, master document. Excel has powerful calculation and logic functions, that allow the creator to make a user interface that is both easy to use. It also allows the most output with the least amount of user input. Advantages: Can be used to control many files at once Complex and logic calculations are performed in the Excel spreadsheet Can be used to validate or limit user input Disadvantages: Project sensitive. The Spreadsheet must remain in one of the specific project paths (but not a library path). It cannot be deleted like an embedded sheet. Changes to one file my conflict with another file within the assembly Some versions of Inventor have problems communicating with Excel without problems The process of linking an excel worksheet is easy. The creator has the option to create the part model first, create the Excel spreadsheet, Link it to the part model, and then edit the desired part parameters. The creator can also create the Excel spreadsheet first, create the part model, linking the Excel spreadsheet before creating any geometry, and use the parameter names as entries in dimension fields, or feature fields. Comparing an Excel Spreadsheet to a Parameter Table When setting up the Excel Spreadsheet, set it up similar to the Parameter Table. The spreadsheet should contain the same columns as the Parameter Table, with one exception. The units and equations columns must be flipped in the Excel spreadsheet. Since a starting cell will be defined when linking the spreadsheet, it is helpful to add the column headers across the top row, to avoid any confusion.

9 Figure 9: Parameters in the Excel Spreadsheet Another thing to remember is the way equations are defined. In Excel spreadsheets, the equation definition and calculations should be done in Excel, where the value is only exported to the model. Figure 10: Calculating Equations in Excel Spreadsheet

10 Improving Productivity with Parameters Part III Linking to Part and Assembly Models Linking to Existing Part and Assembly Models This assumes that the part and assembly files have been created, and that the Excel spreadsheet has been created. 1. Open the model file to which the Excel file will be linked. 2. Open the parameters dialogue and click Link. 3. In the open dialogue select the Excel file, select Link and enter the starting cell for the parameters. 4. Edit each feature and assign the parameter name to the value of the feature or sketch dimensions. Edit each feature or sketch dimension by their edit function or by the parameter table.

11 5. Repeat this process for each of the files in the assembly that require to be linked. 6. Make sure that if the part is used in an assembly, link the Excel spreadsheet to the assembly. Remember to be aware of the fact that linked Excel sheets are project specific. The Spreadsheet must remain in one of the specific project paths (but not a library path). It cannot be deleted like an embedded sheet. Linking to New Part and Assembly Models This assumes that the Excel spreadsheet has been created. 1. Create a new model file from a template, to which the Excel file will be linked. If you have the Sketch on New Part Creation selected on the part tab of the application options, exit the sketch. 2. Open the parameters dialogue and click Link. 3. In the open dialogue select the Excel file, select Link and enter the starting cell for the parameters. 4. Open the existing sketch, or create a new sketch. 5. Construct the geometry (sketches or features), referring to the names of the parameters as you build it.

12 6. If you forget to enter the value as a parameter, simply edit each feature and assign the parameter name to the value of the feature or sketch dimensions. Edit each feature or sketch dimension by their edit function or by the parameter table. 7. Make sure that if the part is used in an assembly, link the Excel spreadsheet to the assembly. Remember to be aware of the fact that linked Excel sheets are project specific. The Spreadsheet must remain in one of the specific project paths (but not a library path). It cannot be deleted like an embedded sheet. Figure 11: Linked Excel Parameters in Parameter Table

13 Linking Derived Parameters Using derived parameters in parts is the fundamental basis Skeletal Modeling. We will not discuss this exact topic, however we can take some of the basic concepts and apply them to traditionally constrained assemblies. Derived parameter linking does not have the computational horsepower that Excel provides. But there are no external document or files types to deal with. All data is inside one master file (native Inventor file). Advantages: Can be used to control many files at once Parameters can easily be changed to alter the assembly. No external files or connection problems with which to deal with (native Inventor file). Disadvantages: Project sensitive. The Master file must remain in one of the specific project paths (but not a library path). It cannot be deleted like an embedded sheet. Limited calculations and function available in the parameter dialogue The Master File The basic concept behind the Master Parameter File is that it is a native Inventor part file. The Master Parameter File contains only parameters, with no geometry. These parameters will be derived into all other part files. The derived part will be created based on these parameter names and values. This will allow changes in the Master Parameter File, and the other parts will update in turn. Creating the Master File Create a new part file and save it to a meaningful name, relative to your project. If you have the Sketch on New Part Creation selected on the part tab of the application options, exit the sketch. Open the parameters table. Create as many user parameters as required. If you forget to add a parameter, you can always add more user parameters at any time. Make sure to check the Export box of each parameter that you wish to export. Note: Only exported parameters get carried over to the derived parts. You can use other parameters inside the master file to help with complex calculations. Not checking the export box means they will not be included in the derived parts. However, their calculated values will still affect the other exported parameters.

14 1. You can use the limited Inventor functions to help develop simple calculations (+, -, *, /, Floor (), Ceil (), PI (), etc.). Remember that they are more difficult to use than their Excel counterparts. 2. When you have entered all of the user parameters, click Done. Notice in the browser, that no geometry has been created in the file. 3. Save and exit the file. Derive in the Master File 1. Create a new part file. Before you create any geometry, exit all sketches and click on the derive parts button. Select your Master file. You will see the Derived Part Dialogue Box. 2. Choose the items you want to derive into the new part file, in this case, the Exported parameters. Make sure that the symbol next to Exported parameters is a yellow +, and click OK.

15 3. Open the parameters table. You will see that the exported parameters now appear in this part. They are listed below the Users Parameters, with the title of the master file. 4. Construct the geometry (sketches or features), referring to the names of the parameters as you build it. 5. If you forget to enter the value as a parameter, simply edit each feature and assign the parameter name to the value of the feature or sketch dimensions. Edit each feature or sketch dimension by their edit function or by the parameter table.

16 6. Repeat this process for each of the files in the assembly that require to be linked. Have many similar parts in an assembly? Instead of deriving the Master into several different parts, make one part. Save Copy As to a new name. Open the new part. This maintains the link to the Master file. Now you can adjust the dimensions or values as necessary. This prevents from repeating the derived workflow over and over again. How do I derive the Master File after the geometry has been created? You can derive the Master file into the part file after geometry has been created. All you have to do is open the file, drag the End of Part marker to the top, and derive in the Master file. Once the Master file has been derived in, drag the End of Part marker back to the bottom. You can now adjust the dimensions or values as necessary. Figure 8: Moving the "End of Part" Marker Creating the Assembly File 1. After all parts have been linked, create the assembly. 2. Conventional constraint techniques may be used. If you have a simple assembly, then the process is complete. If you have a complex assembly that, requires one of the parameters that is in the Master file, then you will need to link the Master file to the assembly. 3. Open the parameters table. Click on the Link button. The normal File Open dialogue is displayed. Change the file filter. Select the drop down arrow, you will notice you can now link part files. Select the Master file and the exported parameters will be copied into the assembly file. You can now refer to them in the assembly file and they will update with the Master file.

17 4. Edit each feature or sketch dimension by their edit function or by the parameter table. Adjust the dimensions or values as necessary. 5. When you have adjustments to the parameters, click Done, Update the assembly, and save the file. Making changes to the Assembly Making changes to the assembly is easy. Open the Master file, and open the parameters table. Change the parameter values as necessary, then click Done. Save the file and then update the assembly. A double update or rebuild all may be required if the assembly is a very complex one. Conclusion Each workflow has its advantages and disadvantages. Both can help increase productivity, especially when changes have to be made. Practice using both workflows. Evaluate which one works for which parts and assemblies. Want to Learn More? Sean Dotson Look under the Tutorial s Tab Control Your Autodesk Inventor Data with Linked External Parameters Linked & Embedded Parameters - Part One Linked & Embedded Parameters - Part Two Linked & Embedded Parameters - Part Three Material Reference: Autodesk Inventor Help File Sean Dotson - Control Your Autodesk Inventor Data with Linked External Parameters, Autodesk University 2003, MA43-2

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

Creating a Mail Merge Document

Creating a Mail Merge Document Creating a Mail Merge Document 1. Set up your Data in an Excel spreadsheet Each column should represent a particular category of information to be included in the Mail Merge. In this example the First

More information

Sheet Metal Overview. Chapter. Chapter Objectives

Sheet Metal Overview. Chapter. Chapter Objectives Chapter 1 Sheet Metal Overview This chapter describes the terminology, design methods, and fundamental tools used in the design of sheet metal parts. Building upon these foundational elements of design,

More information

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically MICROSOFT EXCEL and Data Management Unit 3 Thursday March 31, 2016 Allow users to perform simple and complex sorting Allow users to perform calculations quickly Organizes and presents figures that can

More information

Modeling the Part. Example of a completed structural shape (Cooper B-Line Channel Strut) sketch

Modeling the Part. Example of a completed structural shape (Cooper B-Line Channel Strut) sketch Modeling the Part Start a new part using either the imperial or metric (part) start Modeling features must be per the Part Modeling document Start a new sketch or use the current active (blank) sketch

More information

Publishing Structural Components to Content Center

Publishing Structural Components to Content Center Publishing Structural Components to Content Center Publishing Structural components requires a different set of parameters than standard Content Center. Structural components are used in a dual mode, first

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

Once you have entered your Google and password, you can click the Sign In button to continue.

Once you have entered your Google  and password, you can click the Sign In button to continue. Slide 1 Welcome to the Creating and Uploading with Google Docs Tutorial. Google Docs allows you to create documents, spreadsheets, presentations, draw pictures, create forms, and much more directly within

More information

Excel Advanced

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

More information

Generating Structural Steel Parts Lists With Frame Generator and Content Center Parts In Autodesk Inventor R11 Revision B

Generating Structural Steel Parts Lists With Frame Generator and Content Center Parts In Autodesk Inventor R11 Revision B Generating Structural Steel Parts Lists With Frame Generator and Content Center Parts In Autodesk Inventor R11 Revision B 2006 Rob Veer COV Introduction Working with parts lists and the bill of materials

More information

Autodesk Inventor Tutorials by Sean Dotson VBA Functions in Parts Part Two Latest Revision: 3/17/03 For R Sean

Autodesk Inventor Tutorials by Sean Dotson   VBA Functions in Parts Part Two Latest Revision: 3/17/03 For R Sean Autodesk Inventor Tutorials by Sean Dotson www.sdotson.com sean@sdotson.com VBA Functions in Parts Part Two Latest Revision: 3/17/03 For R6 2003 Sean Dotson (sdotson.com) Inventor is a registered trademark

More information

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT.

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT. Instructional Center for Educational Technologies EXCEL 2010 BASICS Things to Know Before You Start The cursor in Excel looks like a plus sign. When you click in a cell, the column and row headings will

More information

Open a new Excel workbook and look for the Standard Toolbar.

Open a new Excel workbook and look for the Standard Toolbar. This activity shows how to use a spreadsheet to draw line graphs. Open a new Excel workbook and look for the Standard Toolbar. If it is not there, left click on View then Toolbars, then Standard to make

More information

Decision Support Risk handout. Simulating Spreadsheet models

Decision Support Risk handout. Simulating Spreadsheet models Decision Support Models @ Risk handout Simulating Spreadsheet models using @RISK 1. Step 1 1.1. Open Excel and @RISK enabling any macros if prompted 1.2. There are four on line help options available.

More information

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

QUICK EXCEL TUTORIAL. The Very Basics

QUICK EXCEL TUTORIAL. The Very Basics QUICK EXCEL TUTORIAL The Very Basics You Are Here. Titles & Column Headers Merging Cells Text Alignment When we work on spread sheets we often need to have a title and/or header clearly visible. Merge

More information

= 3 + (5*4) + (1/2)*(4/2)^2.

= 3 + (5*4) + (1/2)*(4/2)^2. Physics 100 Lab 1: Use of a Spreadsheet to Analyze Data by Kenneth Hahn and Michael Goggin In this lab you will learn how to enter data into a spreadsheet and to manipulate the data in meaningful ways.

More information

Sharing and Copying Inventor Parameters

Sharing and Copying Inventor Parameters TECHNICAL WHITEPAPER Sharing and Copying Inventor Parameters Inventor parameters control the shape and size of all part and assembly models. Parameters are added automatically every time you add a dimension

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

Subject: Computer Applications Grade: 9th Mr. Holmes Unit Lesson Layer Duration MS Excel Chapter: 7 - Creating a Chart in Excel

Subject: Computer Applications Grade: 9th Mr. Holmes Unit Lesson Layer Duration MS Excel Chapter: 7 - Creating a Chart in Excel Subject: Computer Applications Grade: 9th Mr. Holmes Unit Lesson Layer Duration MS Excel Chapter: 7 - Creating a Chart in Excel Applied (do) 3/11/13 3/2/13 Essential Questions What do you think about,

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

This activity will show you how to use Excel to draw cumulative frequency graphs. Earnings ( x/hour) 0 < x < x

This activity will show you how to use Excel to draw cumulative frequency graphs. Earnings ( x/hour) 0 < x < x Pay rates for men and women - Excel 2007 activity This activity will show you how to use Excel to draw cumulative frequency graphs. Information sheet The table gives the results from a survey about hourly

More information

EDIT202 Spreadsheet Lab Prep Sheet

EDIT202 Spreadsheet Lab Prep Sheet EDIT202 Spreadsheet Lab Prep Sheet While it is clear to see how a spreadsheet may be used in a classroom to aid a teacher in marking (as your lab will clearly indicate), it should be noted that spreadsheets

More information

Tricking it Out: Tricks to personalize and customize your graphs.

Tricking it Out: Tricks to personalize and customize your graphs. Tricking it Out: Tricks to personalize and customize your graphs. Graphing templates may be used online without downloading them onto your own computer. However, if you would like to use the templates

More information

Leveraging 2D Data in 3D Modeling

Leveraging 2D Data in 3D Modeling Leveraging D Data in 3D Modeling Leveraging D Data in 3D Modeling As more and more companies switch to 3D modeling the question of utilizing existing D data and referenced D data from collaborative sources

More information

OX Documents Release v Feature Overview

OX Documents Release v Feature Overview OX Documents Release v7.8.4 Feature Overview 1 Objective of this Document... 3 1.1 The Purpose of this Document... 3 2 General Improvements... 4 2.1 Security First: Working with Encrypted Files (OX Guard)...

More information

InDesign CC 2014 Intermediate Skills

InDesign CC 2014 Intermediate Skills InDesign CC 2014 Intermediate Skills Adobe InDesign Creative Cloud 2014 University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2016 KSU Division

More information

Microsoft Excel 2007 Creating a XY Scatter Chart

Microsoft Excel 2007 Creating a XY Scatter Chart Microsoft Excel 2007 Creating a XY Scatter Chart Introduction This document will walk you through the process of creating a XY Scatter Chart using Microsoft Excel 2007 and using the available Excel features

More information

Revit 2018 Architecture Certification Exam Study Guide

Revit 2018 Architecture Certification Exam Study Guide ELISE MOSS Autodesk Autodesk Certified Instructor Revit 2018 Architecture Certification Exam Study Guide Certified User and Certified Professional SDC P U B L I C AT I O N S Better Textbooks. Lower Prices.

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

Excel 2016: Part 2 Functions/Formulas/Charts

Excel 2016: Part 2 Functions/Formulas/Charts Excel 2016: Part 2 Functions/Formulas/Charts Updated: March 2018 Copy cost: $1.30 Getting Started This class requires a basic understanding of Microsoft Excel skills. Please take our introductory class,

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

How to Import a Text File into Gorilla 4

How to Import a Text File into Gorilla 4 Bill Good Marketing Excel: Text to Columns How to Import a Text File into Gorilla 4 The information in this article applies to: Importing a text file into the Gorilla database. Questions that apply to

More information

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting:

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting: Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics Formatting text and numbers In Excel, you can apply specific formatting for text and numbers instead of displaying all cell content

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

Tutorial 3 - Performing a Change-Point Analysis in Excel

Tutorial 3 - Performing a Change-Point Analysis in Excel Tutorial 3 - Performing a Change-Point Analysis in Excel Introduction This tutorial teaches you how to perform a change-point analysis while using Microsoft Excel. The Change-Point Analyzer Add-In allows

More information

Inserting or deleting a worksheet

Inserting or deleting a worksheet Inserting or deleting a worksheet To insert a new worksheet at the end of the existing worksheets, just click the Insert Worksheet tab at the bottom of the screen. To insert a new worksheet before an existing

More information

Here are some of the features that are included

Here are some of the features that are included "HomInspect Program Guide" Was created for HomInspect Premium Edition to help provide you with simple directions on how to navigate through this home Inspection reporting software. Before starting your

More information

Chapter 10 Working with Graphs and Charts

Chapter 10 Working with Graphs and Charts Chapter 10: Working with Graphs and Charts 163 Chapter 10 Working with Graphs and Charts Most people understand information better when presented as a graph or chart than when they look at the raw data.

More information

Navigation, Formatting, Sorting, Finding and Filtering

Navigation, Formatting, Sorting, Finding and Filtering DLA Excel Terms and Tips: Navigation, Formatting, Sorting, Finding and Filtering Topics: Basic Spreadsheet and Calculation Terms Unmerging Merged Cells Using Keystrokes to Quickly Scroll within a Worksheet

More information

Basics: How to Calculate Standard Deviation in Excel

Basics: How to Calculate Standard Deviation in Excel Basics: How to Calculate Standard Deviation in Excel In this guide, we are going to look at the basics of calculating the standard deviation of a data set. The calculations will be done step by step, without

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information

Excel tutorial Introduction

Excel tutorial Introduction Office button Excel tutorial Introduction Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform mathematical calculations

More information

Autodesk Inventor 6 Essentials Instructor Guide Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the follow

Autodesk Inventor 6 Essentials Instructor Guide Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the follow Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the following topics and provides exercises for students to practice their skills. Day Two Topic: How to create

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Scottish Improvement Skills

Scottish Improvement Skills Scottish Improvement Skills Creating a run chart on MS Excel 2007 Create and save a new Excel worksheet. Some of the details of steps given below may vary slightly depending on how Excel has been used

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction Objectives Design a database to satisfy a collection of requirements Describe the features of the Access window Create a

More information

Pivot Tables in Excel Contents. Updated 5/19/2016

Pivot Tables in Excel Contents. Updated 5/19/2016 Pivot Tables in Excel 2010 Updated 5/19/2016 Contents Setup a Pivot Table in Excel 2010... 2 General Field List Features... 4 Summing and Counting Together... 6 Grouping Date Data... 7 Grouping Non-Date

More information

How to Compare Two Lists or Columns in Excel

How to Compare Two Lists or Columns in Excel While doing different tasks in Excel we often come across a situation where the matching and differences of two or multiple columns are required. It s not a difficult task to find the differences and matches

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

PowerPoint 2010 Project Four Assignment Sheet

PowerPoint 2010 Project Four Assignment Sheet PowerPoint 2010 Project Four Assignment Sheet In this project you will create a question and answer PowerPoint presentation in a game format to review and reinforce curriculum concepts. The presentation

More information

Service Line Export and Pivot Table Report (Windows Excel 2010)

Service Line Export and Pivot Table Report (Windows Excel 2010) Service Line Export and Pivot Table Report (Windows Excel 2010) In this tutorial, we will take the Service Lines of the Active Students only and only the most recent record to take a snapshot look at approximate

More information

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes v. 12.2 SMS 12.2 Tutorial Observation Objectives This tutorial will give an overview of using the observation coverage in SMS. Observation points will be created to measure the numerical analysis with

More information

What's New GRAITEC Advance PowerPack 2016

What's New GRAITEC Advance PowerPack 2016 What's New GRAITEC Advance PowerPack 2016 Table of contents WELCOME TO GRAITEC POWERPACK FOR REVIT... 5 NEWS... 6 Managers... 6 1: Family Manager... 6 BIM Connect... 7 1: Compliancy with Autodesk Revit

More information

Federation of Piling Specialists Pile Schedule Template Guidance Note

Federation of Piling Specialists Pile Schedule Template Guidance Note Federation of Piling Specialists Pile Schedule Template Guidance Note Some of the biggest potential sources of delay and non-conformance with pile construction are untimely and ambiguous pile design information.

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

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

Intermediate Excel 2016

Intermediate Excel 2016 Intermediate Excel 2016 Relative & Absolute Referencing Relative Referencing When you copy a formula to another cell, Excel automatically adjusts the cell reference to refer to different cells relative

More information

Reference Services Division Presents. Excel Introductory Course

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

More information

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

2. Click File and then select Import from the menu above the toolbar. 3. From the Import window click the Create File to Import button:

2. Click File and then select Import from the menu above the toolbar. 3. From the Import window click the Create File to Import button: Totality 4 Import How to Import data into Totality 4. Totality 4 will allow you to import data from an Excel spreadsheet or CSV (comma separated values). You must have Microsoft Excel installed in order

More information

Features and Benefits Summary

Features and Benefits Summary Autodesk Inventor 7 Features and Benefits Summary Autodesk Inventor 7, the latest release of Autodesk s 3D mechanical design software, improves the design process in several areas, including AutoCAD 2004

More information

Autodesk Inventor 2016

Autodesk Inventor 2016 Parametric Modeling with Autodesk Inventor 2016 Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites to learn

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

Frame Generator Structural Shape Authoring

Frame Generator Structural Shape Authoring Frame Generator Structural Shape Authoring IMAGINiT Technologies White Paper 1 Autodesk Inventor s Frame Generator quickly and easily creates structural frames such as those used in machines, fixtures,

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

Autodesk Inventor 11 Certified User and Expert Exam Preparation Class [Part 2]

Autodesk Inventor 11 Certified User and Expert Exam Preparation Class [Part 2] 11/29/2006-5:00 pm - 6:30 pm Room:Marcello - 4404 (MSD Campus) Autodesk Inventor 11 Certified User and Expert Exam Preparation Class [Part 2] Daniel Banach - MasterGraphics MA25-3 See MA24-2: Autodesk

More information

URGENT: MEDICAL DEVICE CORRECTION

URGENT: MEDICAL DEVICE CORRECTION 30 October 2017 The issues described in the attached letter only occur during an import of a drug library. If you have performed an import of a Plum 360 drug library or there is a need to perform an import

More information

MOVING FROM CELL TO CELL

MOVING FROM CELL TO CELL VCAE: EXCEL Lesson 1 Please send comments to Author: Zahra Siddiqui at zed_ess@hotmail.com Concepts Covered: Cell Address; Cell Pointer; Moving across Cells Constants: Entering, Editing, Formatting Using

More information

v Observations SMS Tutorials Prerequisites Requirements Time Objectives

v Observations SMS Tutorials Prerequisites Requirements Time Objectives v. 13.0 SMS 13.0 Tutorial Objectives This tutorial will give an overview of using the observation coverage in SMS. Observation points will be created to measure the numerical analysis with measured field

More information

FRGGR90 Closeout Workflow for Funds Ending on Contracts and Grants

FRGGR90 Closeout Workflow for Funds Ending on Contracts and Grants Finance Systems Management Date: 10/24/2016 FRGGR90 Closeout Workflow for Funds Ending on Contracts and Grants The following steps will outline the procedure for running Report FRGGR90 Closeout Workflow

More information

Getting Started Creating Cable and Harness Designs

Getting Started Creating Cable and Harness Designs Chapter Getting Started Creating Cable and Harness Designs 1 In this chapter, you learn about Autodesk Inventor Cable and Harness functionality and the basic workflow to create and document a design. Objectives

More information

Module 4 : Spreadsheets

Module 4 : Spreadsheets Module 4 : Spreadsheets What is a spreadsheet program? A spreadsheet program allows you to store, organise and analyse information. Applications of spreadsheets focus on generating numeric information

More information

Quick Guide OneNote. What is OneNote?

Quick Guide OneNote. What is OneNote? This quick guide gives provides you with a good insight into how to use the OneNote smart tool. The content is updated continuously. At the end of the quick guide you will find exercises that will 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

Non-linear regression tutorial

Non-linear regression tutorial Non-linear regression tutorial The following table shows the raw data for performing nonlinear regression using Polymath (refer Table E7-4.1, Elements of chemical reaction engineering, 5 th edition) Pco

More information

Intermediate Excel 2003

Intermediate Excel 2003 Intermediate Excel 2003 Introduction The aim of this document is to introduce some techniques for manipulating data within Excel, including sorting, filtering and how to customise the charts you create.

More information

IV. Arranging & Viewing the Worksheet

IV. Arranging & Viewing the Worksheet IV. Arranging & Viewing the Worksheet Adding & deleting rows and columns Excel makes it easy to rearrange a worksheet. Along with dragging data ranges to move them, you can add or delete rows and columns.

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

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

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

More information

Creating a Small-Bore Tee Dummy Support

Creating a Small-Bore Tee Dummy Support Creating a Small-Bore Tee Dummy Support This paper describes the modifications required to create a commonly used dummy leg support in AutoCAD Plant 3D 2016 that will connect to an open port on a tee.

More information

SWITCHING FROM GRASSHOPPER TO VECTORWORKS

SWITCHING FROM GRASSHOPPER TO VECTORWORKS SWITCHING FROM GRASSHOPPER TO VECTORWORKS HOW TO PLACE A MARIONETTE NODE To use the Marionette tool in Vectorworks, you don t need to load a plug-in or work in a separate interface. The Marionette tool

More information

1. WELDMANAGEMENT PRODUCT

1. WELDMANAGEMENT PRODUCT Table of Contents WeldManagement Product.................................. 3 Workflow Overview........................................ 4 Weld Types.............................................. 5 Weld

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

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

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

Chemistry 30 Tips for Creating Graphs using Microsoft Excel

Chemistry 30 Tips for Creating Graphs using Microsoft Excel Chemistry 30 Tips for Creating Graphs using Microsoft Excel Graphing is an important skill to learn in the science classroom. Students should be encouraged to use spreadsheet programs to create graphs.

More information

Intermediate Microsoft Excel

Intermediate Microsoft Excel Intermediate Microsoft Excel Class learning objectives By the end of class, students should be able to perform the following tasks in Microsoft Word: 1. Completing a Series 2. Review of Excel Basics Create

More information

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 Excel Essentials Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 FREQUENTLY USED KEYBOARD SHORTCUTS... 1 FORMATTING CELLS WITH PRESET

More information

Microsoft Office Illustrated. Getting Started with Excel 2007

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

More information

Advanced Excel Charts : Tables : Pivots

Advanced Excel Charts : Tables : Pivots Advanced Excel Charts : Tables : Pivots Protecting Your Tables/Cells Protecting your cells/tables is a good idea if multiple people have access to your computer or if you want others to be able to look

More information

Microsoft Office Excel

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

More information

Technology for Merchandise Planning and Control

Technology for Merchandise Planning and Control Technology for Merchandise Planning and Control Contents: Module Three: Formatting Worksheets Working with Charts UREFERENCE/PAGES Formatting Worksheets... Unit C Formatting Values... Excel 52 Excel 57

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

Creating and Managing Autodesk Inventor Nesting Utility Templates

Creating and Managing Autodesk Inventor Nesting Utility Templates WHITEPAPER Creating and Managing Autodesk Inventor Nesting Utility Templates Autodesk s Nesting Utility introduces a new template type into Autodesk Inventor with the extension of inest. When the utility

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

More information

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word "Qtr3"?

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word Qtr3? Choose The Correct Answer: 1) Study the highlighted cells in the image below and identify which of the following represents the correct cell address for these cells: a) The cell reference for the selected

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

MICROSOFT EXCEL TUTORIAL HANDOUT

MICROSOFT EXCEL TUTORIAL HANDOUT MICROSOFT EXCEL TUTIAL HANDOUT Opening Microsoft Excel 1. Click on the START button. 2. Click on PROGRAMS. 3. Click on MICROSOFT EXCEL. The Excel Screen Formula Bar Minimize Buttons Restore Buttons Close

More information