New Perspectives on Microsoft

Slides:



Advertisements
Similar presentations
Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
Advertisements

Intermediate Formulas & Functions Instructor: Rachel Baltus.
MS-Excel XP Lesson 2. Handling Worksheets 1.Bottom of the every workbook you can get worksheets. 2.No of sheets for a book is three. But you can add,
Microsoft Excel Computers Week 4.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 1 1 Microsoft Office Excel 2003.
CPSC 203 Introduction to Computers T97 TA: Jie (Jeff) Gao.
FIRST COURSE Excel Tutorial 4 Working with Charts and Graphics.
XP New Perspectives on Microsoft Excel 2002 Tutorial 1 1 Microsoft Excel.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 2 1 Microsoft Office Excel 2003 Tutorial 2 – Working With Formulas and Functions.
COMPREHENSIVE Excel Tutorial 4 Working with Charts and Graphics.
1 Computing for Todays Lecture 10 Yumei Huo Fall 2006.
XP New Perspectives on Microsoft Office Excel 2003 Tutorial 1 1 Microsoft Office Excel 2003.
1 Computing for Todays Lecture 8 Yumei Huo Spring 2006.
XP New Perspectives on Microsoft Office Excel 2003 Tutorial 4 1 Microsoft Office Excel 2003 Tutorial 4 – Working With Charts and Graphics.
FIRST COURSE Excel Lecture. XP 2 Introducing Excel Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
Pasewark & Pasewark 1 Excel Lesson 8 Working with Charts Microsoft Office 2007: Introductory.
CPSC 203 Introduction to Computers T59 & T64 TA: Jie (Jeff) Gao.
Instructor: Professor Cora Martinez, PhD Department of Civil and Environmental Engineering Florida International University.
XP New Perspectives on Microsoft Excel 2002 Tutorial 2 1 Microsoft Excel 2002 Tutorial 2 – Working With Formulas and Functions.
XP Copyright 2003 Peter McDevitt 1 Microsoft Excel 2002 Lecture 2 – Working With Formulas and Functions.
Excel – Lesson 1 Pasewark & PasewarkMicrosoft Office 2007: Introductory 1 Entering a Formula (continued) Formulas can include more than one operator. The.
Computer Literacy BASICS
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
XP Abdul Hameed 1 Microsoft Office Excel 2013 Tutorial 2 – Working With Formulas and Functions.
Graphing Behavioral Data for FBA/BIP Special Services Baldwin County Public Schools.
VOCAB REVIEW. letters at the top of the worksheet window that identify the vertical information in a worksheet column headings Click for the answer Next.
Excel Tutorial Enfield High School 2007.
STATISTICS Microsoft Excel “Frequency Distribution”
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.
LECTURE -9 CREATING A CHART IN MICROSOFT EXCEL. CHARTS Picture representation of data used Easy understanding Comparison of data Checking trends in data.
1 Excel Lesson 8 Working with Charts Microsoft Office 2010 Introductory Pasewark & Pasewark.
Math 15 Introduction to Scientific Data Analysis Lecture 3 Working With Charts and Graphics.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Chapter 2:Excel. Determining Results with the if Function =IF(logical_test, value_if_true,value_if_false) The IF function has three arguments: – A condition.
XP New Perspectives on Microsoft Excel 2002 Tutorial 4 1 Microsoft Excel 2002 Tutorial 4 – Working With Charts and Graphs.
XP 1 Microsoft Office Excel 2003 Working With Formulas and Functions.
Microsoft® Excel Use the Chart Tools Design tab. 1 Use the Chart Tools Layout and Format tabs. 2 Create chart sheets and chart objects. 3 Edit.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
MSOffice EXCEL 1 Part 2 ® Microsoft® Office 2010: Illustrated Introductory.
LESSON 6 Working with Charts. Each chart type has its own collection of sub-types that provide various alternate formats for the selected chart type.
XP 1 ﴀ New Perspectives on Microsoft Office 2003, Premium Edition Excel Tutorial 2 Microsoft Office Excel 2003 Tutorial 2 – Working With Formulas and Functions.
1 Excel Lesson 5 Working with Multiple Worksheets and Charts Microsoft Office 2010 Introductory Pasewark & Pasewark.
Chapter 3 Graphs and Charts. Agenda Chart Object linking and embedding.
Excel Part 4 Working with Charts and Graphics. XP Objectives Create an embedded chart Work with chart titles and legends Create and format a pie chart.
Excel Part 4 Working with Charts and Graphics. XP Objectives Create an embedded chart Work with chart titles and legends Create and format a pie chart.
Computer Applications. Chart Title Legend Horizontal Axis Title Vertical Axis Title Vertical Y Axis Horizontal X Axis Data Series.
Day 2: MS Excel for Beginners Aniko Balogh CEU Computer & Statistics Center
Lesson 1 Notes.  A chart is a representation of worksheet data. A chart can enhance and simplify the of numerical data in a worksheet because the between.
Excel Working with Charts and Graphs
Excel Charts and Graphs
Excel Lesson 8 Working with Charts
INTRODUCTION TO SPREADSHEET APPLICATIONS
MS-EXCEL SUMMARY.
Excel Part 4 Working with Charts and Graphics
SUB-ICT STD-10 Working with Data in Microsoft Excel
European Computer Driving Licence
MS-Excel Part 1.
Vocabulary words Microsoft Word.
Excel Part 4 Working with Charts and Graphics
Exploring Microsoft Excel
Using Charts in a Presentation
Building Worksheet Charts
1/1/2019 9:42 AM Chapter 7 Charts A chart is a visual representation of worksheet data. A chart can enhance and simplify the understanding of numerical.
Introduction To Computing BBA & MBA
Know Your Charts Unit 3 Excel.
Microsoft Excel chapters 1 & 2
Excel Lesson 8 Working with Charts
Excel Part 4 Working with Charts and Graphics
Microsoft Office Illustrated Fundamentals
Presentation transcript:

New Perspectives on Microsoft Microsoft Excel New Perspectives on Microsoft Excel 2002 Tutorial 1

Identify Excel components New Perspectives on Microsoft Excel 2002 Tutorial 1

Descriptions of Excel components New Perspectives on Microsoft Excel 2002 Tutorial 1

Excel’s arithmetic operators Arithmetic operations, symbols and description of their use. New Perspectives on Microsoft Excel 2002 Tutorial 1

Know the order of precedence The order of precedence rules must be considered when creating expressions. The chart below illustrates Excel’s order of precedence and shows sample expressions and the result of each expression. New Perspectives on Microsoft Excel 2002 Tutorial 1

Work with the Insert Function button Excel supplies more than 350 functions organized into 10 categories: Database, Date and Time, Engineering, Financial, Information, Logical, Lookup, Math, Text and Data, and Statistical functions You can use the Insert Function button on the Formula bar to select from a list of functions. A series of dialog boxes will assist you in filling in the arguments of the function and this process also enforces the use of proper syntax. New Perspectives on Microsoft Excel 2002 Tutorial 1

Math and Statistical functions This chart shows some commonly used math and statistical functions and a description of what they do. New Perspectives on Microsoft Excel 2002 Tutorial 1

Define functions, and functions within functions The SUM function is a very commonly used math function in Excel. A basic formula example to add up a small number of cells is =A1+A2+A3+A4, but that method would be cumbersome if there were 100 cells to add up. Use Excel's SUM function to total the values in a range of cells like this: SUM(A1:A100). You can also use functions within functions. Consider the expression =ROUND(AVERAGE(A1:A100),1). This expression would first compute the average of all the values from cell A1 through A100 and then round that result to 1 digit to the right of the decimal point New Perspectives on Microsoft Excel 2002 Tutorial 1

Examine the Insert Function dialog box This dialog box appears when you click the Insert Function button. It can assist you in defining your function. New Perspectives on Microsoft Excel 2002 Tutorial 1

Create column and pie charts in Excel Charts, or graphs, provide visual representations of the workbook data. A chart may be embedded in an existing worksheet, or can be created on a separate chart sheet, with its own tab in the workbook. You can use Excel’s Chart Wizard to quickly and easily create charts. The Chart Wizard is a series of dialog boxes that prompt you for information about the chart you want to generate New Perspectives on Microsoft Excel 2002 Tutorial 1

Create a chart using the Chart Wizard To create a chart with the Chart Wizard: Select the data you want to chart, which will be your data source Click the Chart Wizard button on the standard toolbar In the first step of the chart wizard, select the chart type and sub-type In the second step of the Chart Wizard, make any additions or modifications to the chart's data source In the third step, make any modifications to the chart's appearance In the fourth and final step, specify the location for the chart, then click the OK button New Perspectives on Microsoft Excel 2002 Tutorial 1

Chart Wizard dialog box 1 Choose a chart type and view examples of that type in dialog box 1. Choose which type of chart you want in this pane. Select a sub-type of that chart in this pane. Click and hold this button down to see a preview of your chart. New Perspectives on Microsoft Excel 2002 Tutorial 1

New Perspectives on Microsoft Choosing a data series You can alter the data source during step 2 of the Chart Wizard and also choose whether to organize the data source by rows or by columns. The data source is organized into a collection of data series. A data series consists of data values, which are plotted on the chart's vertical, or Y-axis The data series’ category values, or X values, are on the horizontal axis, called the X-axis A chart can have several data series all plotted against a common set of category values. New Perspectives on Microsoft Excel 2002 Tutorial 1

Chart Wizard dialog box 2 During the second step of the Chart Wizard, you specify the data to be displayed in the chart, which is also known as the chart's data source. Specify the cell range and whether the data series is in rows or columns. New Perspectives on Microsoft Excel 2002 Tutorial 1

Chart Wizard dialog box 2 During the second step of the Chart Wizard, you specify the data to be displayed in the chart, which is also known as the chart's data source. Specify the cell range and whether the data series is in rows or columns. New Perspectives on Microsoft Excel 2002 Tutorial 1

Chart Wizard dialog box 2 During the second step of the Chart Wizard, you specify the data to be displayed in the chart, which is also known as the chart's data source. Specify the cell range and whether the data series is in rows or columns. New Perspectives on Microsoft Excel 2002 Tutorial 1

Chart Wizard dialog box 2 During the second step of the Chart Wizard, you specify the data to be displayed in the chart, which is also known as the chart's data source. Specify the cell range and whether the data series is in rows or columns. New Perspectives on Microsoft Excel 2002 Tutorial 1