Keith A. Woodbury Mechanical Engineering University of Alabama.

Slides:



Advertisements
Similar presentations
TUTORIAL 1 Getting Started with Excel
Advertisements

Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Lesson 15: Editing, Viewing, and Printing Worksheets.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
INTRODUCTORY MICROSOFT EXCEL Lesson 4 – Worksheet Formulas
1 CA202 Spreadsheet Application Combining Data from Multiple Sources Lecture # 6.
Microsoft Excel Computers Week 4.
Loading Excel Double click the Excel icon on the desktop (if you have this) OR Click on Start All Programs Microsoft Office Microsoft Office Excel 2003.
Excel Tutorial 1 Getting Started with Excel
Understanding Microsoft Excel
Excel Lesson 1 Excel Basics. Task 1  Goals  Learn about Excel  Start Excel  Explore the Excel screen  Explore the Excel workbook  Explore the worksheet.
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.
Excel 2007 ® Business and Personal Finances How can Microsoft Excel 2007 help you to be more productive?
BCIS IB, (Test 1) Excel Lessons 1, 2 and 3 Press Space bar to Advance Frame.
Practical Computing by Lynn Hogan. Practical Computing Chapter 8 Creating Spreadsheets (Using Microsoft Excel 2007)
Assignment 3 Excel Tutorial IS for Management2 Content –Accurate –Relevant –Complete –Concise Time –Timely –Frequent (enough) Form –Easy to read –Appropriately.
Microsoft Office Excel 2013 Core Microsoft Office Excel 2013 Core Courseware # 3253 Lesson 2: Constructing Cell Data.
Microsoft Excel 2007 Introduction to Spreadsheet Programs
PowerPoint: Tables Computer Information Technology Section 5-11 Some text and examples used with permission from: Note: We are.
EXCEL BASICS WELCOME  TODAY’S CLASS WILL COVER :  Moving Around Excel – CELLS  Highlighting, Editing, Formatting.
Working with Worksheet
Lesson 1 – Microsoft Excel The goal of this lesson is for students to successfully explore and describe the Excel window and to create a new worksheet.
Making a Pie Chart In Microsoft Excel For PowerPoint WHAT MY DAY IS LIKE.
DAY 3: EXCEL CHAPTER 1 Rahul Kavi August 27,
European Computer Driving Licence Syllabus version 5.0 Module 4 – Spreadsheets Chapter 22 – Functions Pass ECDL5 for Office 2007 Module 4 Spreadsheets.
Technology ICT Core: Spreadsheets. Spreadsheets A spreadsheet is a table consisting of Rows and Columns Where a row and a column meet, the box is called.
MICROSOFT EXCEL EXCEL Is a powerful __________ program that allows users to organize data, complete ______________, make decisions, graph data,
Excel Spreadsheet basics. Excel Sheets and Books  Spreadsheet: tool to analyze, chart and manage data for personal, business and financial use Worksheet:
Learning Objectives What is a spreadsheet and what is the difference between a spreadsheet and a worksheet? Start Excel, open an existing spreadsheet,
Engineering Fundamentals Decision Matrix Spreadsheet Tutorial 1.
® Microsoft Office 2010 Excel Tutorial 1: Getting Started with Excel.
Cell Alignment By default, text is left aligned and values are right aligned. You can also adjust vertical alignment.
Just as there are many human languages, there are many computer programming languages that can be used to develop software. Some are named after people,
Microsoft Office XP Illustrated Introductory, Enhanced Started with Excel 2002 Getting.
Computer Science 1000 Spreadsheets III Permission to redistribute these slides is strictly prohibited without permission.
Lesson 1 – Microsoft Excel * The goal of this lesson is for students to successfully explore and describe the Excel window and to create a new worksheet.
Excel 2007 ® Business and Personal Finances How can Microsoft Excel 2007 help you to be more productive?
An applications program, used in financial forecasting, that can quickly handle calculations and perform evaluations. A spread sheet uses numbers like.
1. 2 Word Processing Word Processing is writing words and sentences on the computer. It is easy to change or move text in a word document. People use.
Chapter 2: Excel Basics and Formatting Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Spreadsheet Vocabulary.  Spreadsheet = an electronic document in which data is arranged in the rows and columns of a grid and can be manipulated and.
Microsoft Office Illustrated Introductory, Second Edition with Excel 2003 Getting Started.
Understanding Microsoft Excel Lesson 1 – Microsoft Excel 2013.
Excel Part 2 Beth McKelvey. AutoSum The function in Excel that calculates the sum of a group of numbers.
XP 1 Workshop Overview Goal Participants will leave the workshop with some basic Excel skills and the ability to locate and use online resources to continue.
ENGR 1181 College of Engineering Engineering Education Innovation Center Excel Graphing.
Cell Column Drawing Toolbar Formatting Toolbar Formula Bar Help Box Menu Bar Name Box Rows Standard Toolbar Title Bar Worksheet.
By Martha Nelson Digital Learning Specialist Excel Basics.
Groups of cells labeled with letters that go up and down (vertical)
Instructions for using this template. Remember this is Jeopardy, so where I have written “Answer” this is the prompt the students will see, and where.
What’s changed, and why Lesson 1 By the end of this lesson you will be able to complete the following: Get a handle on the new look of Excel. Understand.
This lesson teaches you how to enter, edit, and manipulate cells and their data,—which are the building blocks of spreadsheets. Cells and Cell Data In.
Understanding Microsoft Excel
ME 142 Engineering Computation I
Understanding Microsoft Excel
Understanding Microsoft Excel
Getting Started with Excel 2013
Microsoft Excel 2003 Illustrated Complete
Developing Editing and Formatting Skills
Understand Spreadsheet Software
Creating a Worksheet and an Embedded Chart
Understanding Microsoft Excel
Microsoft Excel 101.
Lesson 1: Cut, Copy, and Paste Tools
Technology ICT Core: Spreadsheets.
Lesson 6: Copy, Cut, and Paste Content
Topic 2 Lesson 1 –Excel Basics
Understanding Microsoft Excel
Lesson 2: Editing, Viewing, and Printing Worksheets
Unit 1: Introduction Lesson 6: Copy, Cut, and Paste Content.
Presentation transcript:

Keith A. Woodbury Mechanical Engineering University of Alabama

 Using cell references can be difficult when working with formulas and spreadsheets  References like “A1” and “G47” don’t mean much  By naming the cell it becomes easier to identify a parameter in a formula or function call  Assigning natural names to parameters makes it easier to find mistakes

Not a good way to code formulas. Although ‘F2’ reveals which cells are involved in the computation, a look at the formula does not immediately reveal what variables are involved.

Named Ranges  Instead, use names for the variables  Choose names that are longer than two characters so Excel doesn’t confuse them with cell addresses  Choose “P_1” instead of “P1”  Or “Press” instead of “P”

Create “named cells” to use in formulas This is on the “Formulas” ribbon in Excel 2007 Highlight cells with names and values in adjacent cells

Confirm location of labels

Now the labels can be used as parameters in the formula

Named Cells can also be ranges (vectors); in this case the named cells are in columns or rows

Now the formula is readily human- readable Excel uses the entry in the vector on the same row as the formula

 It is easier when working with formulas in Excel to document them.  Formulas are shown next to computed result  Mistakes can be spotted quickly  Documentation should also make printed copies of the file understandable to knowledgeable person (teacher or colleague)  This process involves copying formulas into cells or using Excel’s Tools tab.

Suggested Convention…  Use the first column for labels for the values  Use the second column for the given value or formula to compute the result  Put the units of the quantity in the third column  Use the fourth column to cut-and-paste the text of the formula, or to provide additional explanatory information

First use ‘F2’ to highlight show the formula for the cell

Now use keystroke “SHIFT+HOME” to highlight the cell entry

Then use “CTRL+c” to cut the text to the clipboard buffer, followed by “ESC” to get out of “F2” mode

Now move over to the fourth colum, put a leading tick- mark (‘) so Excel will treat as text (not formula), then use “CTRL-v” to paste the clipboard contents

Secret Jedi Keystroke sequence  Highlight formula cell  “F2” to get equation displayed  “SHIFT-HOME” to highlight  “CTRL-c” to copy  “ESC” to get out of “F2” mode  Move to fourth column  Tick mark to treat paste as text  “CTRL-v” to paste the formula