Developing an Excel Application

Slides:



Advertisements
Similar presentations
 Microsoft Excel is an electronic spreadsheet.  As with a paper spreadsheet, you can use Excel to organize your data into rows and columns and to perform.
Advertisements

® Microsoft Office 2010 Excel Tutorial 1: Getting Started with Excel.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Excel Project 7 Using Macros and Visual Basic for Applications (VBA) with Excel.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 6 BACKNEXTEND 6-1 LINKS TO OBJECTIVES Workbook properties Workbook properties Workbook Sharing.
COMPREHENSIVE Word Tutorial 9 Creating On-Screen Forms Using Advanced Table Techniques.
1 CA202 Spreadsheet Application Collaborating with Colleagues Lecture # 16 Dammam Community College.
1 Linking & Consolidating Worksheets Applications of Spreadsheets.
With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
Chapter 4 Financial Functions, Data Tables, and Amortization Schedules
Protecting cells in the worksheet from being changed. June 21, 2012.
Using Macros and Visual Basic for Applications (VBA) with Excel
Tutorial 7: Developing an Excel Application
Developing an Excel Application
Tutorial 8: Developing an Excel Application
1 After completing this lesson, you will be able to: Create a workbook. Understand Microsoft Excel window elements. Select cells. Enter text, numbers,
XP New Perspectives on Microsoft Excel 2003, Second Edition- Tutorial 8 1 Microsoft Office Excel 2003 Tutorial 8 – Developing an Excel Application.
Excel Tutorial 1 Getting Started with Excel
Excel Understanding Excel Fundamentals Microsoft Office 2010 Fundamentals 1.
Excel Lesson 1 Excel Basics. Task 1  Goals  Learn about Excel  Start Excel  Explore the Excel screen  Explore the Excel workbook  Explore the worksheet.
Tutorial 12: Enhancing Excel with Visual Basic for Applications
Objectives 1.Identify the functions of a spreadsheet 2.Identify how spreadsheets can be used. 3.Explain the difference in columns and rows. 4.Locate specific.
Microsoft Excel 2010 Chapter 7
Microsoft Excel 2003 Illustrated Complete Excel and Advanced Worksheet Management Customizing.
® Microsoft Office 2010 Excel Tutorial 1: Getting Started with Excel.
Microsoft Office Word 2013 Expert Microsoft Office Word 2013 Expert Courseware # 3251 Lesson 4: Working with Forms.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
LOGO Chapter V Formattings 1. LOGO Overview  Conditional formatting  Working with tables  Filtering  Sorting  Freeze panes  Pivot tables  How to.
© 2002 ComputerPREP, Inc. All rights reserved. Word 2000: Forms, Merges, and Macros.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 7 BACKNEXTEND 7-1 LINKS TO OBJECTIVES Record & run a macro Record & run a macro Save as a macro-
Verify your data entry You could use data types and field properties for adding any validation on your date: EX: Data type: number : allow the user to.
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith.
Microsoft® Excel Use Insert Function. 1 Key and point to enter functions. 2 Navigate with and create named ranges. 3 Use range names in functions.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
The Advantage Series ©2005 The McGraw-Hill Companies, Inc. All rights reserved Chapter 11 Developing Applications Using Excel Microsoft Office Excel 2003.
® Microsoft Office 2010 Excel Tutorial 1: Getting Started with Excel.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 15 Advanced Tables.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Working with Data Lists.
Chapter 10 Using Macros, Controls and Visual Basic for Applications (VBA) with Excel Microsoft Excel 2013.
Excel Basics. Differentiating between worksheets and spreadsheets Differentiating between workbooks and worksheets.
Modify Tables and FieldsModify Tables and Fields Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft.
1 CA202 Spreadsheet Application Focusing on Specific Data using Filters Lecture # 5.
Microsoft Excel Prepared by the Academic Faculty Members of IT.
Chapter 11 Collaboration Features for Workbooks Microsoft Excel 2013.
Chapter 10 Using Macros, Controls and Visual Basic for Applications (VBA) with Excel Microsoft Excel 2013.
Chapter 4 Financial Functions, Data Tables, and Amortization Schedules Microsoft Excel 2013.
COMPREHENSIVE Excel Tutorial 12 Expanding Excel with Visual Basic for Applications.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
Excel Tutorial 8 Developing an Excel Application
Microsoft Excel Illustrated
Microsoft Office Access 2010 Lab 2
Formatting a Worksheet
Shelly Cashman: Microsoft Word 2016
Data Validation and Protecting Workbook
After completing this lesson, you will be able to:
Microsoft Excel A Spreadsheet Program.
Microsoft Excel 101.
Microsoft Excel All editions of Microsoft office.
Lesson 18 Getting Started with Excel Essentials
Chapter 5 Microsoft Excel Window
Microsoft Excel 2007 Introduction to Spreadsheet Programs
Microsoft Excel 101.
Microsoft Excel 2007 – Level 1
Chapter 6 Lesson 5.
Objectives At the end of this session, students will be able to:
Shelly Cashman: Microsoft Excel 2016
Microsoft Office Excel 2003
Microsoft Excel 2007 – Level 2
Microsoft Excel 2007 – Level 2
CGN 2420 Formatting a Workbook Using Excel’s Ribbon
Presentation transcript:

Developing an Excel Application Tutorial 7: Developing an Excel Application New Perspectives on Microsoft Excel 2013

Objectives: Create an application Create , edit , and delete defined names for cells and ranges Paste a list of defined names as documentation Use defined names in formulas Add defined name to existing formulas Create validation rules for data entry Protect the content of worksheets and workbook Add , edit , and delete comments New Perspectives on Microsoft Excel 2013

Visual Overview New Perspectives on Microsoft Excel 2013

Excel Application and Defined Names New Perspectives on Microsoft Excel 2013

Planning an Excel Application A spreadsheet written or tailored to meet specific needs The interface helps others use it Typically includes reports and charts, a data entry area, a custom interface, instructions, and documentation New Perspectives on Microsoft Excel 2013

Naming Cells and Ranges Use a defined name to: Assign a meaningful, descriptive name to a cell or range Quickly navigate within a workbook to the cell with the defined name Create a more descriptive formula New Perspectives on Microsoft Excel 2013

Creating Defined Names Must begin with a letter or an underscore Can include letters, numbers, periods and underscores, but not other symbols or spaces Cannot be a valid cell address, function name, or reserved word Can include as many as 255 characters Short, meaningful names (5–15 characters) are more practical Are not case sensitive New Perspectives on Microsoft Excel 2013

Creating Defined Names Use the Name box to create defined names Name Box Select the cell or range to which you want to assign a name Click in the name box , type the name and then press enter (or In the FORMULA tab , in the defined Names Group click the define name button , type a name in the Name box and then click the OK button) New Perspectives on Microsoft Excel 2013

Creating Defined Names Use the Selection dialog box to create defined names by selection Select the range with labels to which you want to assign a name On the FURMULA tab , click the create from Selection button Specify whether to create the ranges based on the top row , bottom row , left column or right in the list Click the OK button New Perspectives on Microsoft Excel 2013

Editing and Deleting Defined Names On the FURMULA tab , click the Name Manager New Perspectives on Microsoft Excel 2013

Editing and Deleting Defined Names The edit dialog box (you can change the name and its reference cell or range ) New Perspectives on Microsoft Excel 2013

Using the Paste Names Command When a workbook contains many defined names , it can be helpful to list all of the names and their cell address in the workbook documentation Use the Paste Names Command to generate a list of names To create a list of defined names in the worksheet: Click the formulas Tab , click the Use in Formula button Click paste Names , the paste name dialog box open , you can paste any selected name or you can paste the entire list Click the Paste list button ( the defined names and their cell references are pasted ) New Perspectives on Microsoft Excel 2013

Using Defined Names in Formulas Descriptive formulas are simpler to enter and understand Ex: Range reference : = SUM(A2:A10) Defined Names : = SUM (Price) New Perspectives on Microsoft Excel 2013

Adding Defined Names to Existing Formulas Defined names are not automatically substituted for cell addresses in a formula Replace cell addresses in existing formulas with their defined names to make formulas more understandable Adding defined names to existing Formula: On the formula tab click the defined name button arrow then click apply Names In the apply names dialog box select the names you want to apply Click ok Or Edit the formula by selecting the cell reference and typing the defined name. New Perspectives on Microsoft Excel 2013

Visual Overview New Perspectives on Microsoft Excel 2013

Data Validation and Protection New Perspectives on Microsoft Excel 2013

Validating Data Entry Ensures that correct data is entered and stored in a worksheet Protects cells with formulas from accidental deletion Reduces repetitious keystrokes and mouse clicks Each validation rule defines criteria for data that can be stored in a cell or range Use Data Validation dialog box to specify validation criteria, input message, and error alert for the active cell New Perspectives on Microsoft Excel 2013

Specifying Validation Criteria When you create a validation rule, specify the type of data allowed as well as a list or range of acceptable values (validation criteria) New Perspectives on Microsoft Excel 2013

Specifying Validation Criteria On the DATA tab click the Data validation button Click the setting tab Click the Allow arrow , click the type of data allowed New Perspectives on Microsoft Excel 2013

Creating an Input Message Reduces the chance of a data-entry error Provides additional information about type of data allowed for the cell Appears as a ScreenTip next to selected cell On the DATA tab click the Data validation button Click the Input message tab Enter a title and text for the message New Perspectives on Microsoft Excel 2013

Creating an Error Alert Style and Message An error alert determines what happens after a user attempts to make an invalid entry in a cell that has a validation rule defined Tree error alert styles: Stop, Warning, and Information On the DATA tab click the Data validation button Click the Error Alert tab Select an alert style and then enter a title and a text for the error message New Perspectives on Microsoft Excel 2013

Creating a List Validation Rule Restricts a cell to accept only entries that are on a list you create Create the list of valid entries in the Data Validation dialog box, or use a list of valid entries in a single column or row On the DATA tab click the Data validation button Click the setting tab Click the Allow arrow , click the type of data allowed to be list In the source enter the range you want Then click ok New Perspectives on Microsoft Excel 2013

Protecting a Worksheet and a Workbook Reduces data-entry errors by limiting access to certain parts of the workbook Prevents users from changing cell contents, workbook organization, or viewing formulas New Perspectives on Microsoft Excel 2013

Locking and Unlocking Cells A cell’s locked property determines whether changes can be made to that cell Locked property has no impact as long as worksheet is unprotected; after worksheet is protected, locked property is in control Default: Locked property is turned on for each cell, and worksheet protection is turned off Common practice: Protect the worksheet, but leave some cells unlocked New Perspectives on Microsoft Excel 2013

Locking and Unlocking Cells To unlock the cell In the home tab click the format button and then click format cell The format cell dialog box open , the locked property in the protection tab New Perspectives on Microsoft Excel 2013

Protecting a Worksheet Specify the actions still available to users A protected worksheet can be unprotected Require a password to turn off protection only if you are concerned that users might make changes On the REVIEW tab click the protect sheet button Enter a password Select all the actions you want to allow users to take Click ok New Perspectives on Microsoft Excel 2013

Protecting a Workbook Keeps a worksheet from being modified Protecting the structure prohibits renaming, deleting, hiding, or inserting worksheets Protecting the windows prohibits moving, resizing, closing, or hiding parts of the window Default: Protect only the structure of the workbook, not the windows used to display it On the REVIEW tab click the protect Workbook button Enter a password Click the check box to indicate if you want to protect the workbook structure , windows or both Click ok New Perspectives on Microsoft Excel 2013

Unprotecting a Worksheet and a Workbook A worksheet must be unprotected to edit its contents A workbook must be unprotected to change its structure On the REVIEW tab click the unprotect sheet button Enter a password of asked Click ok New Perspectives on Microsoft Excel 2013

Inserting Comments Use comments to: Explain contents of a particular cell Provide instructions to users Share ideas and notes from several users collaborating on a project To insert a comment: Select the cell to which you want to attach a comment Right click the selected cell and then click insert a comment Type the comment Click a cell to hide the comment New Perspectives on Microsoft Excel 2013