2997 Yarmouth Greenway Drive, Madison, WI Phone: (608) Web:

Size: px
Start display at page:

Download "2997 Yarmouth Greenway Drive, Madison, WI Phone: (608) Web:"

Transcription

1 Getting the Most Out of SAS Enterprise Guide 2997 Yarmouth Greenway Drive, Madison, WI Phone: (608) Web: 1

2 Questions, Comments Technical Difficulties: Call We have several hundred attendees, so we won t be able to answer questions live. Please questions or comments to train@sys-seminar.com. A copy of the presentation and a recording of the webinar will be ed out to attendees. This can be shared with people who did not attend. 2

3 Systems Seminar Consultants, Inc. Consulting, Training, and Support SAS SQL ETL Reporting Systems Business Analytics Data modeling Automating Processes Big Data Apply good IT and systems practices to real life business applications. Work with Marketing, Finance, Retail, Insurance, Utilities, Manufacturing, Healthcare, Government organizations. 3

4 Presenter Jennifer First Strategic business planning Project management Sales and marketing management Development of custom training plans Marketing, Financial, Admin, HR management Publishes SSC's SAS technical newsletter, The Missing Semicolon Coordinates WISUG (Wisconsin SAS User Group) meetings 4

5 Introduction SAS Enterprise Guide is an incredibly flexible tool, with many options, items, and ways a user can leverage the tool. This presentation should have something for everyone: Definitions Options Organization and Documentation Leveraging Point and Click Graphing and Reporting Tips and Best Practices How should we be using EG? 5

6 What Is SAS Enterprise Guide? Enterprise Guide is an user interface for SAS. EG passes SAS code to a server to run the SAS code. (whether you are writing code or using the tasks in EG) The server could be your local machine, a server on your network, it could even be on another platform 6

7 Enterprise Guide for the SAS Novice Immediately begin working with Enterprise Guide projects, tasks, and wizards with no previous SAS experience. Perform analyses and queries and create reports that would normally require extensive knowledge of SAS. Focus on the content of analysis rather than the details of coding. 7

8 Enterprise Guide for the SAS Expert Avoid repetitive or trivial coding by using Enterprise Guide for simple coding tasks. Modify the automatically generated code and use it as a springboard for more complicated programs. Devote less time to searching for minor syntax errors. Organize SAS processes in one file. 8

9 What is a Project? An EG project is a single file. (.egp) Contains a set of data, tasks, code, and results. Only one project can be open at a time. All work in Enterprise Guide must be done within a project. 9

10 What is a Process Flow? Project Process Flow 1 Data Task Program Output Notes Logs Process Flow 2 Data Task Program Output Notes Logs. 10

11 What Is A Task? A task is a point and click user interface that generates SAS code. Each task has an analogous PROC (although not 1 to 1 relationship). 11

12 Tasks vs. PROC s Under the Task List, select the drop-down and select Tasks by Name. EG will list the task name but on the right hand side will include the analogous SAS Procedure (PROC). 12

13 Capabilities of EG Enterprise Guide can be almost anything the user wants it to be: ETL Graphing Analysis Reporting Scheduling Automation Statistics Queries SQL Data Preparation Quick Ad-Hoc Analysis Business Analyst Complex Production System Expert SAS Coder 13

14 My Background with SAS and EG Business background that used many SAS files Rely on busy programmers for basic reports (joining, concatenating, summarizing, etc.) Cobbler s child with no shoes! 14

15 My Solution: Self Serve Analytics About 6 years ago, discovered Enterprise Guide I could do 90% of my analytics myself 15

16 EG at SSC Convincing the programmers was not so easy 15 years+ of SAS experience- If it s not broke, why fix it? Each programmer found something valuable in EG. 16

17 How Does One Use EG Most Effectively? That depends what you are doing But we have a few ideas 17

18 Customize Your View On the View menu: Stacked Maximize Workspace Task List, Server List, Project Tree, Notes, Prompt Manager, and more 18

19 Options Menu Many of Enterprise Guide s options can be set up by going to the top menu bar and selecting Tools, Options. 19

20 Options - Project Views How the Project Tree and Process Flow looks Group Stored Process and Program Items in Separate Folders Renaming Options Display Path of Data and Files Show Generated Code Show SAS Output Log Show Generated Results 20

21 Options - Results Manage general results options Choose your result format: (SAS Report, RTF, HTML, PDF, Text, or a combination) Set a limit on output data sets, page size, ODS Options, and more Change options for output graphs and stored processes 21

22 Options - Results Style Manager Specify the look of any output, including background colors, font colors, logos, table borders, and more. 22

23 Options - Results Style Editor Develop a custom style Text - size, color, alignment, background Border - colors, style Images banner, background, watermark 23

24 Data and Query Options General options labels, default columns and rows, default output library, etc. Improve performance, such as how many rows to scan when importing data or how wide to make columns Query options to improve efficiency and automation Can also insert custom code to run before or after a task or query 24

25 Editor Options Custom configure editor options (including new exciting autocomplete options), display options, and more, to increase efficiency. 25

26 Organization and Documentation Why should you organize and document your EG project? Easier to understand Easier to debug and fix errors Easier to maintain Easier to make updates and changes Easier to pass it along or share with someone else 26

27 Project Documentation Consider a Process Flow just for overall documentation. System documentation, maintenance logs, run time instructions, and wrap up instructions. 27

28 Enterprise Guide Notes A text document that will appear as a project node in the Process Flow and the Project Tree Can be associated with a data set, task, code module, output, or log or can be independent Create a Note linked to each task used in the Project - what, who, when, and why of the task. 28

29 Enterprise Guide Notes Explain the purpose of multiple tasks working together, including dependencies, and the overall purpose of the process. You may have one overall note per Process Flow or to document overall pieces of your Project. 29

30 Naming Conventions Good, consistent naming conventions are self documenting. Enterprise Guide will use default names like WORK.QUERY_FOR_DAILY1 and Calculation. Choose meaningful names, assign variable labels, and use good default formats for numeric fields. This applies to data, variables, output, tasks, programs, and process flows. 30

31 Code Documentation Include documentation in your code! Use a header box and change log for each program. Comment as you develop code (or even before) but don t wait until after. Especially focus comments on difficult code, such as complicated calculations. Remember, especially in Enterprise Guide, a non-programmer may need to read and decipher this code. 31

32 Multiple Process Flows You can use a folder equivalent in Enterprise Guide the Process Flow. Store many data sources, tasks, code, output, logs, and notes in a logical way in separate process flows Dependent on the complexity of your process, company standards, and your personal preferences. 32

33 Multiple Process Flows Logical Breaks Break up a Financial Projection system, into 3 Process Flows: Income Projections, Expense Projections, and Production Projections. Each process flow has its own data, tasks, code, output, and notes. Easy to keep track of and make changes to Works well for a process that has logical pieces to it 33

34 Multiple Process Flows Functional Breaks System level and how the process will be run. 1. Overall System Documentation 2. Startup Processes, including Assigning Libraries and Setting Options 3. Data Import, Data Cleanup, Data Preparation 4. Preliminary and Exploratory Analysis 5. Final Analysis 6. Graphing and Reporting 7. Production, Scheduling, and Distribution 34

35 Process Flow Organization Each Process Flow should be organized and easy to read. Enterprise Guide automatically arranges each component of the Process Flow. This option can be turned off. Then you can drag around any of the items in the Process Flow to make it easier to read and in the order you want. 35

36 Documentation and Organization An EG Project that is documented and organized is central to the success of a process. Even for ad-hoc processes, someone may need to create a similar process down the road and could reuse part of what the user is developing. Easy to take shortcuts in the short term to rush and get something done. Putting a small amount of time into this area will yield great results long term. 36

37 Leveraging Point and Click Functionality Enterprise Guide was designed to simplify the life of a SAS user. Many use EG as a code editor, but there is a whole other world of things. Useful to new SAS users but are also provide incredible time savings and simplification to expert SAS programmers. 37

38 Excel Import Data Wizard Import and modify data-drop fields, change variable attributes, which worksheet or cells to import, and more. All without any coding! 38

39 Changing Column Properties Name: name of the variable. SAS naming restrictions apply. Label: text that is sometimes displayed in place of the variable s name. Type: character or numeric. Length: maximum length of the data values, in bytes. Informat*: determines how the data is read in. Format*: determines how the data is displayed. Include in output: determines whether the variable will be included in the resulting SAS data set. 39

40 Text Format (fixed width) If the data is fixed width: Highlight Fixed Columns. Click the ruler above the sample text to denote the column divisions. 40

41 Text Format (delimited) If the data is delimited: Under Text format, select Delimited. Select the appropriate delimiter. 41

42 My Favorite Task The Query Builder! Query Builder is a graphical way analysts can: Join tables Select variables Filter data Sort data Change data source Compute columns Set up prompts De-dup observations Change query options Add titles, footnotes Limit output And more 42

43 Query Builder Intuitive, easy to understand and use, eliminates coding errors Query Builder builds code that can be reused and modified. 43

44 Sorting Double-click additional variables on the Tables list to add them to the Sort Data tab. Use the and buttons to arrange the variables in order of sort priority. 44

45 Adding a New Computed Column Build an expression. Specify additional options, including a new column name, alias, and format. 45

46 Joining Tables EG will find join key or can manually specify Choose what type of join and other options Join up to 32 tables at once! 46

47 Code Generated By SAS Enterprise Guide The Query Builder is generating PROC SQL behind the scenes! Use the code or modify it. 47

48 Summary Reports: PROC Tabulate You can arrange your report in the the Preview Area. One or two dimensions, concatenation and crossing, analysis and classification variables, and statistics! 48

49 Summary Report/PROC TABULATE Output 49

50 Characterize Data What variables do the data sets contain? What does the data look like? Characterize Data Wizard creates: Summary report Graphs Frequency SAS data set Univariate SAS data set 50

51 Characterize Data Summary Reports 51

52 Characterize Data - Graphs 52

53 Many Tasks Leads To Many Intermediate Tables Keep these tables in a permanent library because You can restart in the middle They re useful for testing and debugging Disk space is cheap 53

54 Easily Create Useful, Beautiful Graphs Creating graphs is simple with EG s interface! No SAS/GRAPH syntax Completed in a fraction of the time Bar charts Pie charts Line plots Scatter plots Area plots Donut charts Bubble plots Contour plots Box plots And more 54

55 Graph Interface 55

56 A Graph Created in SAS Enterprise Guide Easily create graphs within SAS Can be interactive! You can change colors or change to a pie graph without rerunning data 56

57 Packaged Reports Easy to package reports! With a few clicks, package multiple reports Charts, titles, text, images, and more or schedule for distribution 57

58 Example of a Packaged Report 58

59 Enterprise Guide Project Backup EG projects are stored as a single binary file (not plain text) Always back up the.egp file Back up to plain text with Export All Code 59

60 How Should An Analyst Use EG? Use GUI for the majority of tasks Leveraging Enterprise Guide Wizards Using Shell Code Maximum Efficiency Understanding SAS Process/ Easier Debugging 60

61 How Should An Analyst Use EG? Learn how to program as necessary! Debugging Integrate macro variables Include System Date in Report Title! Explore the world of SAS functions Hundreds and hundreds of useful function for use in SAS Understand code that others have written 61

62 How Should A Programmer Use EG? Don t be afraid to use EG features! Point and Click EG tasks have a consistent interface across all projects EG tasks constrain the user/developer to valid options and settings EG tasks minimize spelling and naming ambiguities 62

63 How Should A Programmer Use EG? Inserted Code Use tasks and code 63

64 How Should A Programmer Use EG? Enhanced, Enhanced Editor Line is blurring between coding and GUI with new editor options 64

65 Don t Box Yourself In With EG If you are a programmer, try some point and click! If you are an analyst, don t be afraid of code! Explore your options! 65

66 Recommended Reading The Missing Semicolon: Monthly Enterprise Guide Tips Chris Hemedinger-The SAS Dummy 66

67 Questions, Comments Please questions or comments to or contact us at A copy of the presentation and a recording of the webinar will be ed out to attendees. This can be shared with people who did not attend. 67

68 Upcoming Lunch and Learn Introduction to SAS Macros December 6, Noon Central Steven First We will an invitation to our mailing list and attendees. Please share invitation with others. 68

69 Contact Us 2997 Yarmouth Greenway Drive Madison, WI (608) Jennifer First Vice President 69

Paper ###-YYYY. SAS Enterprise Guide: A Revolutionary Tool! Jennifer First, Systems Seminar Consultants, Madison, WI

Paper ###-YYYY. SAS Enterprise Guide: A Revolutionary Tool! Jennifer First, Systems Seminar Consultants, Madison, WI Paper ###-YYYY SAS Enterprise Guide: A Revolutionary Tool! Jennifer First, Systems Seminar Consultants, Madison, WI ABSTRACT Whether you are a novice or a pro with SAS, Enterprise Guide has something for

More information

How Managers and Executives Can Leverage SAS Enterprise Guide

How Managers and Executives Can Leverage SAS Enterprise Guide Paper 8820-2016 How Managers and Executives Can Leverage SAS Enterprise Guide ABSTRACT Steven First and Jennifer First-Kluge, Systems Seminar Consultants, Inc. SAS Enterprise Guide is an extremely valuable

More information

Paper BI SAS Enterprise Guide System Design. Jennifer First-Kluge and Steven First, Systems Seminar Consultants, Inc.

Paper BI SAS Enterprise Guide System Design. Jennifer First-Kluge and Steven First, Systems Seminar Consultants, Inc. ABSTRACT Paper BI-10-2015 SAS Enterprise Guide System Design Jennifer First-Kluge and Steven First, Systems Seminar Consultants, Inc. A good system should embody the following characteristics: It is planned,

More information

Using Enterprise Guide Effectively. BI Tom Miron Systems Seminar Consultants, Madison, WI

Using Enterprise Guide Effectively. BI Tom Miron Systems Seminar Consultants, Madison, WI Using Enterprise Guide Effectively BI09-2012 Tom Miron Systems Seminar Consultants, Madison, WI Using Enterprise Guide Effectively Enterprise Guide is not a fancy program editor! EG offers a new window

More information

BI-09 Using Enterprise Guide Effectively Tom Miron, Systems Seminar Consultants, Madison, WI

BI-09 Using Enterprise Guide Effectively Tom Miron, Systems Seminar Consultants, Madison, WI Paper BI09-2012 BI-09 Using Enterprise Guide Effectively Tom Miron, Systems Seminar Consultants, Madison, WI ABSTRACT Enterprise Guide is not just a fancy program editor! EG offers a whole new window onto

More information

Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide

Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide Paper 809-2017 Easing into Data Exploration, Reporting, and Analytics Using SAS Enterprise Guide ABSTRACT Marje Fecht, Prowerk Consulting Whether you have been programming in SAS for years, are new to

More information

Contents. Tutorials Section 1. About SAS Enterprise Guide ix About This Book xi Acknowledgments xiii

Contents. Tutorials Section 1. About SAS Enterprise Guide ix About This Book xi Acknowledgments xiii Contents About SAS Enterprise Guide ix About This Book xi Acknowledgments xiii Tutorials Section 1 Tutorial A Getting Started with SAS Enterprise Guide 3 Starting SAS Enterprise Guide 3 SAS Enterprise

More information

SAS Enterprise Guide. Kathleen Nosal Yarmouth Greenway Drive Madison, WI (608)

SAS Enterprise Guide. Kathleen Nosal Yarmouth Greenway Drive Madison, WI (608) SAS Enterprise Guide Kathleen Nosal 2997 Yarmouth Greenway Drive Madison, WI 53711 (608) 278-9964 www.sys-seminar.com 1 Overview What is Enterprise Guide? Top five reasons you want to learn more about

More information

SAS (Statistical Analysis Software/System)

SAS (Statistical Analysis Software/System) SAS (Statistical Analysis Software/System) SAS Analytics:- Class Room: Training Fee & Duration : 23K & 3 Months Online: Training Fee & Duration : 25K & 3 Months Learning SAS: Getting Started with SAS Basic

More information

An Introduction to SAS Macros

An Introduction to SAS Macros An Introduction to SAS Macros Expanded token SAS Program (Input Stack) SAS Wordscanner (Tokenization) Non-Macro (Tokens) SAS Compiler % and & Triggers Macro Facility Steven First, President 2997 Yarmouth

More information

Choosing the Right Tool from Your SAS and Microsoft Excel Tool Belt

Choosing the Right Tool from Your SAS and Microsoft Excel Tool Belt Choosing the Right Tool from Your SAS and Microsoft Excel Tool Belt 2997 Yarmouth Greenway Drive, Madison, WI 53711 Phone: (608) 278-9964 Web: www.sys-seminar.com 1 Choosing the Right Tool from Your SAS

More information

SAS (Statistical Analysis Software/System)

SAS (Statistical Analysis Software/System) SAS (Statistical Analysis Software/System) Clinical SAS:- Class Room: Training Fee & Duration : 23K & 3 Months Online: Training Fee & Duration : 25K & 3 Months Learning SAS: Getting Started with SAS Basic

More information

ABSTRACT MORE THAN SYNTAX ORGANIZE YOUR WORK THE SAS ENTERPRISE GUIDE PROJECT. Paper 50-30

ABSTRACT MORE THAN SYNTAX ORGANIZE YOUR WORK THE SAS ENTERPRISE GUIDE PROJECT. Paper 50-30 Paper 50-30 The New World of SAS : Programming with SAS Enterprise Guide Chris Hemedinger, SAS Institute Inc., Cary, NC Stephen McDaniel, SAS Institute Inc., Cary, NC ABSTRACT SAS Enterprise Guide (with

More information

1 of 9 8/27/2014 10:53 AM Units: Teacher: MOExcel/Access, CORE Course: MOExcel/Access Year: 2012-13 Excel Unit A What is spreadsheet software? What are the parts of the Excel window? What are labels and

More information

Enterprise Client Software for the Windows Platform

Enterprise Client Software for the Windows Platform Paper 154 Enterprise Client Software for the Windows Platform Gail Kramer, SAS Institute Inc., Cary, NC Carol Rigsbee, SAS Institute Inc., Cary, NC John Toebes, SAS Institute Inc., Cary, NC Jeff Polzin,

More information

SAS Studio: A New Way to Program in SAS

SAS Studio: A New Way to Program in SAS SAS Studio: A New Way to Program in SAS Lora D Delwiche, Winters, CA Susan J Slaughter, Avocet Solutions, Davis, CA ABSTRACT SAS Studio is an important new interface for SAS, designed for both traditional

More information

SAS (Statistical Analysis Software/System)

SAS (Statistical Analysis Software/System) SAS (Statistical Analysis Software/System) SAS Adv. Analytics or Predictive Modelling:- Class Room: Training Fee & Duration : 30K & 3 Months Online Training Fee & Duration : 33K & 3 Months Learning SAS:

More information

SAS ENTERPRISE GUIDE USER INTERFACE

SAS ENTERPRISE GUIDE USER INTERFACE Paper 294-2008 What s New in the 4.2 releases of SAS Enterprise Guide and the SAS Add-In for Microsoft Office I-kong Fu, Lina Clover, and Anand Chitale, SAS Institute Inc., Cary, NC ABSTRACT SAS Enterprise

More information

eschoolplus+ Cognos Query Studio Training Guide Version 2.4

eschoolplus+ Cognos Query Studio Training Guide Version 2.4 + Training Guide Version 2.4 May 2015 Arkansas Public School Computer Network This page was intentionally left blank Page 2 of 68 Table of Contents... 5 Accessing... 5 Working in Query Studio... 8 Query

More information

Microsoft Excel 2016 Level 1

Microsoft Excel 2016 Level 1 Microsoft Excel 2016 Level 1 One Day Course Course Description You have basic computer skills such as using a mouse, navigating through windows, and surfing the Internet. You have also used paper-based

More information

Big Data Executive Program

Big Data Executive Program Big Data Executive Program Big Data Executive Program Business Visualization for Big Data (BV) SAS Visual Analytics help people see things that were not obvious to them before. Even when data volumes are

More information

Microsoft Excel 2010 Level 1

Microsoft Excel 2010 Level 1 Microsoft Excel 2010 Level 1 One Day Course Course Description You have basic computer skills such as using a mouse, navigating through windows, and surfing the Internet. You have also used paper-based

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

Producing Summary Tables in SAS Enterprise Guide

Producing Summary Tables in SAS Enterprise Guide Producing Summary Tables in SAS Enterprise Guide Lora D. Delwiche, University of California, Davis, CA Susan J. Slaughter, Avocet Solutions, Davis, CA ABSTRACT This paper shows, step-by-step, how to use

More information

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

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

More information

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification.

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification. Appendix 1 Microsoft Office Specialist: Access Certification Introduction The candidates for Microsoft Office Specialist certification should have core-level knowledge of Microsoft Office Access 2010.

More information

THE RIBBON THE OFFICE BUTTON TABS, CONTEXTUAL TABS, PROGRAM TABS

THE RIBBON THE OFFICE BUTTON TABS, CONTEXTUAL TABS, PROGRAM TABS THE RIBBON If you ve seen Office 2007 (Word, Excel, PowerPoint, Access, or Outlook items such as messages), you know about the Ribbon. It houses tabs with functional groupings of buttons and drop-down

More information

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

Since its earliest days about 14 years ago Access has been a relational

Since its earliest days about 14 years ago Access has been a relational Storing and Displaying Data in Access Since its earliest days about 14 years ago Access has been a relational database program, storing data in tables and using its own queries, forms, and reports to sort,

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

Techdata Solution. SAS Analytics (Clinical/Finance/Banking)

Techdata Solution. SAS Analytics (Clinical/Finance/Banking) +91-9702066624 Techdata Solution Training - Staffing - Consulting Mumbai & Pune SAS Analytics (Clinical/Finance/Banking) What is SAS SAS (pronounced "sass", originally Statistical Analysis System) is an

More information

Standardize Your Data Preparation in SAS: Use SQL! May Yarmouth Greenway Drive Madison, WI (608)

Standardize Your Data Preparation in SAS: Use SQL! May Yarmouth Greenway Drive Madison, WI (608) Standardize Your Data Preparation in SAS: Use SQL! May 2009 www.sys-seminar.com 2997 Yarmouth Greenway Drive Madison, WI 53711 (608) 278-9964 1 Welcome to Systems Seminar Consultants, Inc. Systems Seminar

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

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

Basics of Spreadsheet

Basics of Spreadsheet 106 :: Data Entry Operations 6 Basics of Spreadsheet 6.1 INTRODUCTION A spreadsheet is a large sheet having data and information arranged in rows and columns. As you know, Excel is one of the most widely

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

ScholarOne Manuscripts. COGNOS Reports User Guide

ScholarOne Manuscripts. COGNOS Reports User Guide ScholarOne Manuscripts COGNOS Reports User Guide 1-May-2018 Clarivate Analytics ScholarOne Manuscripts COGNOS Reports User Guide Page i TABLE OF CONTENTS USE GET HELP NOW & FAQS... 1 SYSTEM REQUIREMENTS...

More information

Using the SAS Add-In for Microsoft Office you can access the power of SAS via three key mechanisms:

Using the SAS Add-In for Microsoft Office you can access the power of SAS via three key mechanisms: SAS Add-In for Microsoft Office Leveraging SAS Throughout the Organization from Microsoft Office Jennifer Clegg, SAS Institute Inc., Cary, NC Stephen McDaniel, SAS Institute Inc., Cary, NC ABSTRACT The

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

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

More information

Index COPYRIGHTED MATERIAL. Symbols and Numerics

Index COPYRIGHTED MATERIAL. Symbols and Numerics Symbols and Numerics & (ampersand), 117 %LET statement, 329 * (multiplier symbol), 58 %WINDOW statement, 334 3-D effect for graph, 152 A Access (Microsoft) data management, 82 83 importing database from,

More information

Make it a Great Day at the Office: Essential Tips and Tricks for Office 2013 and Outlook 2013

Make it a Great Day at the Office: Essential Tips and Tricks for Office 2013 and Outlook 2013 Computing Services and Systems Development Make it a Great Day at the Office: Essential Tips and Tricks for Office 2013 and Outlook 2013 Staff Association Council Computing Services and Systems Development

More information

PROBLEM SOLVING AND OFFICE AUTOMATION. A Program consists of a series of instruction that a computer processes to perform the required operation.

PROBLEM SOLVING AND OFFICE AUTOMATION. A Program consists of a series of instruction that a computer processes to perform the required operation. UNIT III PROBLEM SOLVING AND OFFICE AUTOMATION Planning the Computer Program Purpose Algorithm Flow Charts Pseudo code -Application Software Packages- Introduction to Office Packages (not detailed commands

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

OSR Composer 3.7 User Guide. Updated:

OSR Composer 3.7 User Guide. Updated: OSR Composer 3.7 User Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents Introduction... 1 Who should read this manual... 1 What s included in this manual...

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

MS Excel Advanced Level

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

More information

I KNOW HOW TO PROGRAM IN SAS HOW DO I NAVIGATE SAS ENTERPRISE GUIDE?

I KNOW HOW TO PROGRAM IN SAS HOW DO I NAVIGATE SAS ENTERPRISE GUIDE? Paper HOW-068 A SAS Programmer s Guide to the SAS Enterprise Guide Marje Fecht, Prowerk Consulting LLC, Cape Coral, FL Rupinder Dhillon, Dhillon Consulting Inc., Toronto, ON, Canada ABSTRACT You have been

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

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center Switching to Sheets from Microsoft Excel 2010 Learning Center gsuite.google.com/learning-center Welcome to Sheets Now that you've switched from Microsoft Excel to G Suite, learn how to use Google Sheets

More information

Index COPYRIGHTED MATERIAL. Symbols and Numerics

Index COPYRIGHTED MATERIAL. Symbols and Numerics Symbols and Numerics ( ) (parentheses), in functions, 173... (double quotes), enclosing character strings, 183 #...# (pound signs), enclosing datetime literals, 184... (single quotes), enclosing character

More information

INTRODUCTION TO SAS HOW SAS WORKS READING RAW DATA INTO SAS

INTRODUCTION TO SAS HOW SAS WORKS READING RAW DATA INTO SAS TO SAS NEED FOR SAS WHO USES SAS WHAT IS SAS? OVERVIEW OF BASE SAS SOFTWARE DATA MANAGEMENT FACILITY STRUCTURE OF SAS DATASET SAS PROGRAM PROGRAMMING LANGUAGE ELEMENTS OF THE SAS LANGUAGE RULES FOR SAS

More information

CounselLink Reporting. Designer

CounselLink Reporting. Designer CounselLink Reporting Designer Contents Overview... 1 Introduction to the Document Editor... 2 Create a new document:... 2 Document Templates... 3 Datasets... 3 Document Structure... 3 Layout Area... 4

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

Call: Crystal Report Course Content:35-40hours Course Outline

Call: Crystal Report Course Content:35-40hours Course Outline Crystal Report Course Content:35-40hours Course Outline Introduction Of Crystal Report & It s Benefit s Designing Reports Defining the Purpose Planning the Layout Examples of Reports Choosing Data Laying

More information

Learning Map Excel 2007

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

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Interfaces 2 Basic Macros 2 Exercise 1. Creating a Test Macro 2 Exercise 2. Creating a Macro with Multiple Steps 3 Exercise 3. Using Sub Macros 5 Expressions

More information

Making Tables and Graphs with Excel. The Basics

Making Tables and Graphs with Excel. The Basics Making Tables and Graphs with Excel The Basics Where do my IV and DV go? Just like you would create a data table on paper, your IV goes in the leftmost column and your DV goes to the right of the IV Enter

More information

EDITING AN EXISTING REPORT

EDITING AN EXISTING REPORT Report Writing in NMU Cognos Administrative Reporting 1 This guide assumes that you have had basic report writing training for Cognos. It is simple guide for the new upgrade. Basic usage of report running

More information

DATA WAREHOUSE BASICS

DATA WAREHOUSE BASICS DATA WAREHOUSE BASICS A Software Overview using the Retail Golf Model with version 9 NOTE: This course material was developed using Hummingbird version 9 with Windows XP. There will be navigational differences

More information

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

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

More information

Office Applications II Lesson Objectives

Office Applications II Lesson Objectives Office Applications II Lesson Unit 1: MICROSOFT EXCEL SPREADSHEETS BASICS What is a Spreadsheet and What Are Its Uses? Define spreadsheets Define the Microsoft Excel application List business, consumer,

More information

Microsoft Excel. Charts

Microsoft Excel. Charts Microsoft Excel Charts Chart Wizard To create a chart in Microsoft Excel, select the data you wish to graph or place yourself with in the conjoining data set and choose Chart from the Insert menu, or click

More information

Doc. Version 1.0 Updated:

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

More information

Data Strategies for Efficiency and Growth

Data Strategies for Efficiency and Growth Data Strategies for Efficiency and Growth Date Dimension Date key (PK) Date Day of week Calendar month Calendar year Holiday Channel Dimension Channel ID (PK) Channel name Channel description Channel type

More information

Contents 1. OVERVIEW GUI Working with folders in Joini... 4

Contents 1. OVERVIEW GUI Working with folders in Joini... 4 Joini User Guide Contents 1. OVERVIEW... 3 1.1. GUI... 3 2. Working with folders in Joini... 4 2.1. Creating a new folder... 4 2.2. Deleting a folder... 5 2.3. Opening a folder... 5 2.4. Updating folder's

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Improving Your Relationship with SAS Enterprise Guide Jennifer Bjurstrom, SAS Institute Inc.

Improving Your Relationship with SAS Enterprise Guide Jennifer Bjurstrom, SAS Institute Inc. ABSTRACT Paper BI06-2013 Improving Your Relationship with SAS Enterprise Guide Jennifer Bjurstrom, SAS Institute Inc. SAS Enterprise Guide has proven to be a very beneficial tool for both novice and experienced

More information

Delivering Information to the People Who Need to Know Carol Rigsbee, SAS Institute Chris Hemedinger, SAS Institute

Delivering Information to the People Who Need to Know Carol Rigsbee, SAS Institute Chris Hemedinger, SAS Institute Paper 145-26 Delivering Information to the People Who Need to Know Carol Rigsbee, SAS Institute Chris Hemedinger, SAS Institute ABSTRACT One of many things that SAS software enables you to do is to deliver

More information

SAS IT Resource Management Forecasting. Setup Specification Document. A SAS White Paper

SAS IT Resource Management Forecasting. Setup Specification Document. A SAS White Paper SAS IT Resource Management Forecasting Setup Specification Document A SAS White Paper Table of Contents Introduction to SAS IT Resource Management Forecasting... 1 Getting Started with the SAS Enterprise

More information

Excel Pivot Tables & Macros

Excel Pivot Tables & Macros Excel 2007 Pivot Tables & Macros WORKSHOP DESCRIPTION...1 Overview 1 Prerequisites 1 Objectives 1 WHAT IS A PIVOT TABLE...2 Sample Example 2 PivotTable Terminology 3 Creating a PivotTable 4 Layout of

More information

Excel 2007 Tutorials - Video File Attributes

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

More information

Excel: Introduction. Microsoft Office 2007.XLSX

Excel: Introduction. Microsoft Office 2007.XLSX Excel: Introduction Microsoft Office 2007.XLSX 1 TEMPLATES Click on the OFFICE button NEW A list of templates appear (pre-created workbooks that can be reused and include formulas and formatting ) 2 KEYBOARD

More information

Delivering Information to the People Who Need to Know Carol Rigsbee, SAS Institute Chris Hemedinger, SAS Institute

Delivering Information to the People Who Need to Know Carol Rigsbee, SAS Institute Chris Hemedinger, SAS Institute Delivering Information to the People Who Need to Know Carol Rigsbee, SAS Institute Chris Hemedinger, SAS Institute ABSTRACT One of many things that SAS software enables you to do is to deliver the information

More information

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

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

More information

Microsoft Office Excel 2013 Courses 24 Hours

Microsoft Office Excel 2013 Courses 24 Hours Microsoft Office Excel 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Getting Started With Excel 2013 Starting Excel 2013 Selecting the Blank Worksheet Template The Excel 2013 Cell

More information

SAS Enterprise Guide Moving from 4.1 to 4.3 What s New and Different?

SAS Enterprise Guide Moving from 4.1 to 4.3 What s New and Different? SAS Enterprise Guide Moving from 4.1 to 4.3 What s New and Different? Chris Hemedinger, SAS >12 years of SAS Enterprise Guide Release Team founded SAS Enterprise Guide 1.0 SAS Enterprise Guide 1.1 SAS

More information

Information Visualization

Information Visualization Paper 166-25 Presenting Your Data Easily with Graph-N-Go Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA ABSTRACT Visualizing and presenting data effectively using reports and listings can

More information

Introduction to DataFlex Reports 4.0. Presented by: Vincent Oorsprong

Introduction to DataFlex Reports 4.0. Presented by: Vincent Oorsprong Introduction to DataFlex Reports 4.0 Presented by: Vincent Oorsprong Agenda Branding New and enhanced features Future Branding DataFlex Reports No more Visual Report Writer New file extensions New class

More information

DOWNLOAD PDF EXCEL MACRO TO PRINT WORKSHEET TO

DOWNLOAD PDF EXCEL MACRO TO PRINT WORKSHEET TO Chapter 1 : All about printing sheets, workbook, charts etc. from Excel VBA - blog.quintoapp.com Hello Friends, Hope you are doing well!! Thought of sharing a small VBA code to help you writing a code

More information

EG 4.1. PC-SAS users. for. I C T EG 4.1 for PC-SAS Users. Thursday - May 7 th, 2009

EG 4.1. PC-SAS users. for. I C T EG 4.1 for PC-SAS Users. Thursday - May 7 th, 2009 EG 4.1 for PC-SAS users Agenda What EG 4.1 is? EG 4.1 vs. PC-SAS. Why not to use EG 4.1? Why to use EG 4.1? What s next for EG? Conclusion. Questions. 2 What EG 4.1 is? SAS Enterprise SAS ships Guide Enterprise

More information

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x ABSTRACT An often requested feature in reporting is the development of simple Dashboard reports that summarize project information in

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

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

Lesson 14 Final Exam Project Directions CIS105 Survey of Computer Information Systems

Lesson 14 Final Exam Project Directions CIS105 Survey of Computer Information Systems Lesson 14 Final Exam Project Directions CIS105 Survey of Computer Information Systems OVERVIEW For your At-Home Final Exam Part 1: Project, you must complete all four sections using Microsoft Word, PowerPoint,

More information

Base and Advance SAS

Base and Advance SAS Base and Advance SAS BASE SAS INTRODUCTION An Overview of the SAS System SAS Tasks Output produced by the SAS System SAS Tools (SAS Program - Data step and Proc step) A sample SAS program Exploring SAS

More information

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP Table of Contents Preface... iii COMPUTER BASICS Fundamentals of Computer 1 Various Types of Computers 2 Personal Computer 2 Personal Digital Assistant 3 Laptop Computer 3 Tablet PC 3 Main Frame Computer

More information

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

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

More information

SAS BI Dashboard 3.1. User s Guide Second Edition

SAS BI Dashboard 3.1. User s Guide Second Edition SAS BI Dashboard 3.1 User s Guide Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS BI Dashboard 3.1: User s Guide, Second Edition. Cary, NC:

More information

SAS ENTERPRISE GUIDE WHAT LIES BEHIND ALL THESE WINDOWS FOR PROGRAMMERS. Copyr i g ht 2013, SAS Ins titut e Inc. All rights res er ve d.

SAS ENTERPRISE GUIDE WHAT LIES BEHIND ALL THESE WINDOWS FOR PROGRAMMERS. Copyr i g ht 2013, SAS Ins titut e Inc. All rights res er ve d. SAS ENTERPRISE GUIDE WHAT LIES BEHIND ALL THESE WINDOWS FOR PROGRAMMERS ENTERPRISE GUIDE ORGANIZES YOUR WORK Me? Unorganized? The project is a container of everything you need to accomplish a task: Data

More information

Oracle Hyperion Tips and Tricks. NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012

Oracle Hyperion Tips and Tricks. NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012 Oracle Hyperion 11.1.2.2 Tips and Tricks NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012 Agenda About Archetype What s New in 11.1.2.2: New User Interface Calculation Manager Manage Substitution

More information

Excel 2010 Tutorials - Video File Attributes

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

More information

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

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

More information

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

More information

SAS Enterprise Guide and Add-In for Microsoft Office Hands-on Workshop

SAS Enterprise Guide and Add-In for Microsoft Office Hands-on Workshop SAS Enterprise Guide and Add-In for Microsoft Office Hands-on Workshop SAS Australia and New Zealand V2.1 1-2 Chapter 1 SAS Enterprise Guide and Add-In for Microsoft Office Hands-on Workshop Chapter 1

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2009

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

More information

COMPUTER APPLICATIONS TECHNOLOGY

COMPUTER APPLICATIONS TECHNOLOGY COMPUTER APPLICATIONS TECHNOLOGY Practical Skillsets required per application per grade Taken from CAPS Computer Applications Technology Practical skillsets required per application per grade (according

More information

Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet

Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet 9 Data analyses To analyze data, a tabular preparation of the data or a chart

More information

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions A Very Warm Welcome to the Exciting World of Computers Let s get Started It s easy with my Step- by-step Instructions This lesson is all about getting to know your Main Menu Bar at the top of your screen.

More information

Contents. Excel 2013 Workbook... 1 Starting Excel The Startup Screen... 3 The Excel Screen... 4 Quick Access Toolbar...

Contents. Excel 2013 Workbook... 1 Starting Excel The Startup Screen... 3 The Excel Screen... 4 Quick Access Toolbar... Contents How to Use this Workbook... i BSBITU202A Create and use spreadsheets... ii BSBITU304A Produce spreadsheets... ix Files Used in this Workbook... xvi How to Download Exercise Files... xviii Office

More information