CITS2401 Computer Analysis & Visualisation

Size: px
Start display at page:

Download "CITS2401 Computer Analysis & Visualisation"

Transcription

1 FACULTY OF ENGINEERING, COMPUTING AND MATHEMATICS CITS2401 Computer Analysis & Visualisation SCHOOL OF COMPUTER SCIENCE AND SOFTWARE ENGINEERING Topic 0 Introduction to CITS2401

2 Notes What is CAV Why study CAV Tools: Excel, Matlab and Mathematica Topics Teaching Methods Assessment schedule

3 Computer Analysis and Visualisation Computer Analysis and Visualisation aims to provide student with the computing skills they will require to perform simulation and analysis in the Engineering and Science disciplines. The unit examines three commonly used tools: Excel, Matlab and Mathematica. Students will learn the basic principles of problem solving, analysis and visualisation using these tools.

4 Why study CAV? This unit aims to provide the tools that allow you to perform large scale repeatable analysis, simulation and visualization of datasets and models. The work of engineers and scientists frequently involves relating observable data and phenomena to models and simulations. Over the course of your study and career you will may encounter or formulate many different models that you need to simulate, data sets that you need to visualize, or complex procedures and calculations you need to automate. This unit will provide the basic skills to do this.

5 The Tools The tools we will examine cover three different paradigms in scientific computation: Microsoft Excel is a spreadsheet programme that allows basic analysis and organization of data. Mathworks Matlab is a programming environment built around the matrix data structure and widely used in numeric computation. Wolfram Mathematica has a very powerful symbolic computing engine and provides a functional programming environment.

6 Microsoft Excel

7 Microsoft Excel Excel allows data to be organised in a table format, and provides many common functions for manipulating data, collating data, numerical computations and displaying data. Advantages: Easy to use Ubiquitous Disadvantages: Slow, and scales poorly Statistics and other errors. Not free (but MS Office is $100 for students). OpenOffice Calc is a free alternative.

8 Mathworks Matlab

9 Matlab Matlab is a numerical computation environment and programming environment. The primary data structure is a matrix, and it provides a complete programming language optimized for matrix manipulations. Advantages: Powerful, and scales very well. Very good graphics and development environment Disadvantages: Expensive ($99 for students), Octave is a free alternative. Not as common as Excel. Can be more challenging to learn.

10 Wolfram Mathematica

11 Wolfram Mathematica Mathematica is a functional programming environment with a very powerful symbolic computing engine. Used in many complex scientific computing domains, and integrated with Wolfram Alpha computational knowledge engine Advantages: Very powerful. Disadvantages: Expensive, with no free alternative.

12 Unit Structure Each week you will be required to attend a two hour lecture and a three hour laboratory (one of four sessions). Four of the laboratories will be assessed. You will be required to complete the specified tasks and electronically submit your work. You will automated feedback and may submit as many times as you want (20%). Two of the laboratories will be in class tests (30%). There will be an end of semester exam (50%). Should you require further assistance there is a consultation time, a help forum, or you may contact the unit coordinator directly.

13 Unit Schedule Week Beginning Lecture Monday 3-5pm: Ross 1 July 30 Introduction to Computers, Analysis and Visualisation Laboratory Various Data Visualisation using Excel 2 August 6 Data Management using Excel Data Processing using Excel 3 August 13 Introduction to Matlab Expressions in Matlab - 4 August 20 Matlab Functions Simple Programs - Assessment 5 August 27 Structures and Files Iterative Functions Lab 1 (5%) 13th Sept, 5pm 6 September 3 Plotting and Graphics Data Processing - 7 September 10 8 September 17 - September 24 Matrix Operations Data Visualization Lab 2 (5%) 4th Oct, 5pm Linear Systems Lab Test 1 Lab Test 1 (10%) Mid-semester Break No Lab - 9 October 1 Curve Fitting Solving Linear Systems 10 October 8 Introduction to Mathematica Visualisation with Mathematica 11 October 15 Programming in Mathematica Mathematica Programming - - Lab 3 (5%) 20th Oct, 5pm - Lab 4 (5%) 1st Nov, 5pm 12 October 22 Symbolic Analysis Lab Test 2 Lab Test 2 (20%) 13 October 29 Course Review No lab -

14 FACULTY OF ENGINEERING, COMPUTING AND MATHEMATICS CITS2401 Computer Analysis & Visualisation SCHOOL OF COMPUTER SCIENCE AND SOFTWARE ENGINEERING Topic 1 Introduction to Excel

15 Agenda Introduction to spreadsheet programs and their uses The spreadsheet's user interface Entering data in a worksheet Copying, pasting and filling cells Cell referencing Copying, pasting and deleting cell references Naming cell references Spreadsheet formulae Functions Function examples IF, PMT and VLOOKUP Dates Data type

16 Spreadsheet programs and their uses Bricklin and Frankston built the visible calculator to perform worksheet arithmetic. In 1984/85 Gates developed Excel for the Macintosh. It was one of the first spreadsheets to use a full GUI. Spreadsheets provide tools for working with numerical data. You can use a spreadsheet program to create budgets, balance sheets, and other types of number based documents. You can display your information in a traditional row-andcolumn format, or in a chart.

17 Worksheets have been used in a manual form for decades by bookkeepers and accountants. They represent tabular data in rows and columns with totals at the bottom of columns or right side of rows. The original electronic spreadsheets were simple automated versions of these.

18 The modern spreadsheet The modern spreadsheet is an extremely powerful application and used in a variety of fields beyond business accounting. It combines the elements of a calculator, word processor, database manager, graphing tool, modelling and forecasting tool and, an accounts ledger and supports powerful scripting (programming) languages to extend the power of the basic spreadsheet.

19 Why Use Spreadsheets? powerful, simple to use and it is possible to execute rapid analysis. can be applied to any discipline requiring data analysis. summarises raw data and produces information. results presented in a variety of forms. performs analysis and improves planning and modelling. has a range of in-built functions can apply analytical optimizing tools can build and simulate different models using scenario planning

20 You work in a document called a worksheet. Multiple worksheets are collected into a file called a workbook. A worksheet contains a 2D grid. The rows are labelled 1,2,3 and the columns labelled A, B, C Data is displayed in cells. A cell is the intersection of a row and column. Each cell has a unique address or reference given by the column letter and row number eg. first cell is A1. The cell currently in use is the active cell, and it is outlined by the cell pointer.

21 Information in worksheets exists at various levels. One level can be highly formatted as in the second column. The numerical value (column 3) associated with the cells is at a greater level of precision than is actually displayed. The actual content (column 4) of the cells are formulae, whose evaluation results in the values seen in the cells. Clearly the cells do not display the formulae since these are not the desired quantities, the resulting values are.

22 Labels -- text or numbers not used in calculations. Used for descriptive information. Values -- numbers that can be used in calculations. Integer, float, scientific notation, dates etc. Formulas -- commands to perform calculations based on numbers, cell references or functions. As in = AVERAGE(B1:B10) * STDEV(B1:B10)

23 Entering data - formulas and functions If a formula uses a value in another cell, the formula contains a cell reference, or the address of the referred cell. Formulas can refer to entire ranges (or blocks) of contiguous cells as well as individual cells. A function is a predefined routine that the spreadsheet provides to perform a specific type of calculation. You provide arguments that tell the function what data to use.

24 The cell formulae may result in one of several states Logical states -- TRUE or FALSE TRUE =10<100 Error Codes -- Err:503 - a divide by zero error Err:504 illegal parameter to a function #NAME? - using an unrecognised name #REF - refers to a cell that is not valid #VALUE - uses an incorrect argument or operand #### - not an error, the column is too thin for cell value

25 Pasting and filling adjacent cells Copying is selecting an active cell, copying the contents and then pasting this into a new cell. Filling has the contents of the active cell filled into a selection of cells by dragging the mouse over the region. Filling may be a single or a series fill depending on the data type of the active cell. A series fill increments values as cells are filled.

26 Controlled Series Fills Data Type Numbers Months Ordinals Selection 10 10, 15 Jan 1st Sem Result 10, 10, 10 10, 15, 20, 25 Jan, Feb, Mar 1st Sem, 2nd Sem The drag-fill method described above has a fixed behaviour and increment value for most cases. Fills can be customised through the menu selection Home -> Editing -> Fill ->Series. Options are Linear (a fixed additive increment), Growth (a fixed multiplicative term), Date or AutoFill.

27 Cell Referencing In formulae we may need to identify cell values to be included. This is called cell referencing, and references use row and column headings. references can be single or groups of cells. references identify values used during calculation. Relative references are just column and row labels, eg. B3. The cell addressed is relative to the current active cell. C 5 = B3 C5 has the value in the cell 2 rows up, 1 column to the left Absolute references prefixes column and row labels with $, eg. $B$3. The cell addressed is the exact cell to use. Mixed references use both reference types, eg. $B3 or B$3. In Excel, use Function Key F4 to switch between the cell reference types.

28 Cell referencing - ranges and worksheets Ranges of cells use the : separator eg. B3:D4. All cells between and including the two reference cells (B3 and D4) are included in the range ie. A 2 x 3 block of cells. In a spreadsheet you can reference ALL cells in the workbook. Formulae can include values in cells on other worksheets, by preceding any cell reference with the worksheet name (which is always an absolute reference), as in Sheet1!B3. The! is a separator and its right hand side can be any reference type. 3D references applies ranges in worksheets and cells eg. Sheet2:Sheet4!A1:D4.

29 Cell reference examples copying and filling in Relative references : the cell addressed is relative to the current active cell Relative references are updated automatically when pasted, eg. C10 containing =C1+C3+C5, is copied and pasted into D11, which now contains =D2+D4+D6. Absolute references : the cell addressed is the exact cell to use Absolute references are NOT updated when pasted eg. C10 containing =$C$1+ $C$3+$C$5, is copied and pasted into D11, which also contains =$C$1+$C$3+$C$5. Mixed references : the cell addressed is relative to the current active cell in either rows or columns. Mixed references have relative components updated, eg. C10 containing =$C1+ $C$3+C$5+C7, is copied and pasted into D11, which now contains =$C2+$C$3+D $5+D8.

30 Cell reference examples insert and delete All reference types are updated identically when inserting and deleting cells. Inserting cells will result in formulae being updated so the cell locations change but not the calculation results. Eg. C1 contains =A1+B1, a cell is inserted between A1 and B1, the cell (now designated D1) contains =A1+C1. Deleting cells will result in error if a reference is part of the deletion. Eg. D7 contains =D1+D2+D3+D4, row 2 is deleted resulting in a #REF! error.

31 Cell ranges example insert and delete References to cell ranges behave differently with respect to cell insertions and deletions. Eg. C1 contains =SUM(A1:B1), a cell is inserted between A1 and B1, the cell D1 contains =SUM(A1:C1) Eg. D7 contains =SUM(D1:D4), row 2 is deleted, the cell D6 contains =SUM(D1:D3) Range references automatically adjust with respect to cell deletions and additions. Use range referencing instead of specifying individual cells.

32 Naming cell references Cells and cell ranges can be referenced by name. a single set of names can be shared. named references are similar to a regular references. easier to read and understand the formulae, compare =ProjectMark*0.4 + ExamMark*0.6 =A7*0.4 + A12*0.6A You can update the reference in one place (including cell range) and everything automatically updates. Names can be created automatically from column and row titles

33 Defining Names Select the cell or cells, then choose the menu items Formulas ->Defined Names->Define Name Once defined, the name can be used to equivalently reference the selected cell or cells. Naming rules valid string starts with a letter or underscore, followed by letter, numbers, period, and underscore. However it must not look like a regular cell reference. no spaces allowed must be less than 255 characters is case insensitive

34 Formulae - basic facts The power of spreadsheets is in define formulae, that can operate over cells and ranges of cells, within worksheets and over ranges of worksheets, within workbooks and over ranges of workbooks. Elements of a formula operators, both arithmetic and logical (and others) cell reference (including names) literals (numbers and strings) functions and their arguments parentheses to define evaluation order and precedence entering a formula

35 Enter a forumula Defining formulae begins with an = sign in an empty cell. entered by hand in the formula box. cell references may be entered using the mouse to point to the relevant cell (particularly useful for defining ranges). Names can be entered by drawing down the Paste Name dialog box. This helps if you forget defined names. Formatting formulae Under Excel, to make a formula or text labels more readable it can contain line breaks. The line breaks are inserted by pressing Alt-Enter (Windows OS).

36 Editing Formulae Editing formulae make the cell active then click on the formula input line, or double click on the cell, you can then edit directly in the cell

37 Spreadsheet as a calculator By selecting the Insert Functions button next to the formula bar a function editing dialog is displayed. Typing formulae in the formula box (without pressing Enter) cause the result to be displayed in the palette.

38 Operators in formulae The operations allowed under both Excel are, Arithmetic Operations + Addition - Subtraction * Multiplication / Divison ^ & Exponentiation Text Concatenation Logic Comparations = Logical Equals <> Not Equal To < Less Than > Greater Than <= Less Than or Equal >= Greater Than or Equal

39 Formulae Examples ="Number is" & A1 & B1, produces the string Number is , if A1 holds 123, and B1 holds 456. =B1^2, produces the square of the value in cell B1. A literal could be used, for instance =3^2, would result in 9. =B2 < B3, produces TRUE if the value in B2 is less than that in B3, FALSE otherwise. Values in B2 and B3 can be text, the comparison being based on alphabetical ordering. =OR(A1 < A2, A1 = 1000), produces TRUE if the value in A1 is less than that in A2, or the value in A1 is To avoid confusion over which operator has precedence during evaluation use parentheses (which can be (nested)).

40 Functions Modern spreadsheets provide a large range of worksheet functions for use within formulae. A function is a pre-defined set of instructions that you execute by making a function call like this, Name of the function Parentheses (required) =FunctionName(Arguments) Place the result of this function in this currently active cell {2,4} Sum 6 We take a black box approach to functions. We provide the input arguments in the form it requires, it returns the result of the operation over that data.

41 Function arguments can be... Cells, cell ranges or names, eg. =ROUND(C10;2) =SUM(A1:A20) =AVERAGE(Scores) Full-rows and -columns, eg. =SUM(A:A) Literals, eg. =LOG(214, 2) Expressions, eg. =SQRT(x^2 + y^2) Other functions (nesting), eg. =LOG(SQRT(A1); 3) A functional approach. Results of a function evaluation are returned, possibly as an argument to another function.

42 Why use functions? simplify formulae and provide reusable code =(A1+B1+C1+D1)/4 vs AVERAGE(A1:D1) permit formulae to execute calculations otherwise impossible to define in standard ways =MIN(A1:AB16000) speed up editing by using text manipulation functions =PROPER(A1) allows for conditional execution =IF(B2<B3 ; "It is less than" ; "It isn't less than")

43 Function example - IF Used to embed logic within a worksheet Relational and Logical operators can be used in a condition Text and numbers can be used in an If function Text must be enclosed within double quotation marks Numbers appear without quotation marks arg 2 =IF(Q1>=0, (-B1+SQRT(Q1))/2*A1, Root is Imaginary ) arg 1 arg 3 The IF function, it has 3 arguments, (1) a test which results in TRUE or FALSE, (2) the instructions to execute if the test is TRUE. (3) else the instructions to execute if the test is FALSE. arg 1 arg 2 arg 3

44 Function example - PMT Calculates the peoridically (e.g. monthly) payment for a loan Returns the amount to deduct each peroid (negative value) Parameters =PMT(rate, nper, pv, fv, type) rate : rate per period. In this case divide by 12 to obtain the monthly allocation nper : the total number of period (multiply the years by 12 for monthly payment) pv : present value, amount borrowed last 2 arguments can be omitted. =PMT(8.5%/12, 4*12, 10000) returns - $246.48

45 Function example - VLOOKUP Moves down the rows of a lookup table and matches a user specified lookupvalue with the first column of a lookup table. Return the information on the same row as the matching cell in the first column of the lookup table. Parameters =VLOOKUP(lookup_value, table_array, col_index_num, range_lookup) lookup_value : the key value to be found in the 1st column of the table array table_array : a range that holds the looked-for infomation col_index_num : a natural number indicates the column number in the table array from which the matching value must be returned. range_lookup : a logical value. TRUE for approximate match (default), FALSE for exact match.

46 Function example VLOOKUP Mail Delivery

47 Other built-in functions Functions entered into manually or via the paste function in Excel. Broad categories of functions are, financial - common business calculations date and time mathematical and trigonometric statistical Spreadsheet: lookup and reference database text logical information functions user defined The full list is seen by menu item Insert -> Function, and more information can be gained by using the help.

48 Formatting Every date is formed as the result of a number. That number is the number of elapsed days since 31 Dec 1899 (Windows) or since 1 Jan 1904 (MacOS). Hash signs (#) indicate that a column is not wide enough. Date formatting is controlled using the Format, Cells command sequence 1 A B C 13/3/ /8/1958 =A1-B1 format as date type result as number type is (days old today) result as date type is 15/7/1944

49 Cell graphics Border Button or Border tab of Format dialog box Type of border Style of border Colour Button or Pattern Tab of Format dialog box Shading Colours Charts: next week..

CITS2401 Computer Analysis & Visualisation

CITS2401 Computer Analysis & Visualisation FACULTY OF ENGINEERING, COMPUTING AND MATHEMATICS CITS2401 Computer Analysis & Visualisation SCHOOL OF COMPUTER SCIENCE AND SOFTWARE ENGINEERING Topic 13 Revision Notes CAV review Topics Covered Sample

More information

Advanced Formulas and Functions in Microsoft Excel

Advanced Formulas and Functions in Microsoft Excel Advanced Formulas and Functions in Microsoft Excel This document provides instructions for using some of the more complex formulas and functions in Microsoft Excel, as well as using absolute references

More information

LECTURE 10. SPREADSHEET

LECTURE 10. SPREADSHEET LECTURE 10. SPREADSHEET Those who excel in virtue have the best right of all to rebel, but then they are of all men the least inclined to do so. Aristotle S.M. Sitompul (2016 version) MODULE OVERVIEW Part

More information

Excel 2. Module 2 Formulas & Functions

Excel 2. Module 2 Formulas & Functions Excel 2 Module 2 Formulas & Functions Revised 1/1/17 People s Resource Center Module Overview This module is part of the Excel 2 course which is for advancing your knowledge of Excel. During this lesson

More information

Formulas and Functions

Formulas and Functions Formulas and Functions Excel's Golden Rule (Dan Bricklin and Bob Frankston) Excel's Golden Rule: If formula input data can change, put it in cell and refer to it with cell references. If data will not

More information

A Tutorial for Excel 2002 for Windows

A Tutorial for Excel 2002 for Windows INFORMATION SYSTEMS SERVICES Writing Formulae with Microsoft Excel 2002 A Tutorial for Excel 2002 for Windows AUTHOR: Information Systems Services DATE: August 2004 EDITION: 2.0 TUT 47 UNIVERSITY OF LEEDS

More information

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel Tutorial 2 Formatting a Workbook Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel COMPREHENSIVE Objectives

More information

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets. Agenda Unit 1 Assessment Review Progress Reports Intro to Excel Learn parts of an Excel spreadsheet How to Plan a spreadsheet Create a spreadsheet Analyze data Create an embedded chart in spreadsheet In

More information

Microsoft Office Excel Use Excel s functions. Tutorial 2 Working With Formulas and Functions

Microsoft Office Excel Use Excel s functions. Tutorial 2 Working With Formulas and Functions Microsoft Office Excel 2003 Tutorial 2 Working With Formulas and Functions 1 Use Excel s functions You can easily calculate the sum of a large number of cells by using a function. A function is a predefined,

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Excel Working with Formulas and Functions. Using Relative References. Engineering Staff College of India

Excel Working with Formulas and Functions. Using Relative References. Engineering Staff College of India Excel Working with Formulas and Functions Using Relative References Using Absolute References Using Mixed References Entering Relative, Absolute, and Mixed References To enter a relative reference, type

More information

Data Service Center May, Compiled by: Katey Semmel Donna Frieze

Data Service Center May, Compiled by: Katey Semmel Donna Frieze www.dataservice.org Data Service Center May, 2000 478-8957 Compiled by: Katey Semmel Donna Frieze Table of Contents Charting Data... 3 Customizing Charts... 6 Other Customizations... 9 Chart Toolbar...12

More information

MICROSOFT OFFICE APPLICATIONS

MICROSOFT OFFICE APPLICATIONS MICROSOFT OFFICE APPLICATIONS EXCEL 2016 : LOOKUP, VLOOKUP and HLOOKUP Instructor: Terry Nolan terry.nolan@outlook.com Friday, April 6, 2018 1 LOOKUP FUNCTIONS WHAT ARE LOOKUP FUNCTIONS USUALLY USED FOR?

More information

Using Basic Formulas 4

Using Basic Formulas 4 Using Basic Formulas 4 LESSON SKILL MATRIX Skills Exam Objective Objective Number Understanding and Displaying Formulas Display formulas. 1.4.8 Using Cell References in Formulas Insert references. 4.1.1

More information

Excel Formulas and Functions

Excel Formulas and Functions Excel Formulas and Functions Formulas Relative cell references Absolute cell references Mixed cell references Naming a cell or range Naming constants Dates and times Natural-language formulas Functions

More information

Laboratory 1. Part 1: Introduction to Spreadsheets

Laboratory 1. Part 1: Introduction to Spreadsheets Laboratory 1 Part 1: Introduction to Spreadsheets By the end of this laboratory session you should be familiar with: Navigating around a worksheet. Naming sheets and cells. Formatting. The use of formulae.

More information

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel Module 3 MODULE OVERVIEW Part 1 What is A Spreadsheet? Part 2 Gaining Proficiency: Copying and Formatting Microsoft Office Suite Microsoft Excel Part 3 Using Formulas & Functions Part 4 Graphs and Charts:

More information

Getting Started with Excel

Getting Started with Excel Getting Started with Excel Excel Files The files that Excel stores spreadsheets in are called workbooks. A workbook is made up of individual worksheets. Each sheet is identified by a sheet name which appears

More information

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected.

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected. Cell References Columns Rows Column Reference G Yellow Cell Reference B2 Green Cell Reference D3 This is a range of cells. More than one cell has been selected. G6:G11 From Row 6 To 11 A range will be

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

FAQ: Advanced Functions

FAQ: Advanced Functions Question 1: What are formulas and functions? Answer 1: Formulas are a type of data that can be entered into a cell in Excel. Formulas begin with an equal sign and use mathematical operators to calculate

More information

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon Custom Sorting and Subtotaling Excel Intermediate Excel allows us to sort data whether it is alphabetic or numeric. Simply clicking within a column or row of data will begin the process. Click in the name

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED EXCEL ADVANCED Overview OVERVIEW... 2 ADVANCED FORMULAS... 4 VIEW THE PROJECT... 4 Viewing Available Excel Functions... 5 Help with Functions... 6 TEXT FUNCTIONS... 7 Text Functions Used in this Section:...

More information

Business Data Analysis MA0123. Dr Gavin Shaddick Department of Mathematical Sciences 4W 5.7

Business Data Analysis MA0123. Dr Gavin Shaddick Department of Mathematical Sciences 4W 5.7 Business Data Analysis MA0123 Dr Gavin Shaddick Department of Mathematical Sciences g.shaddick@bath.ac.uk 4W 5.7 Lectures and computer labs Two lectures a week (Monday and Friday). One computing lab (time

More information

Excel Expert Microsoft Excel 2010

Excel Expert Microsoft Excel 2010 Excel Expert Microsoft Excel 2010 Formulas & Functions Table of Contents Excel 2010 Formulas & Functions... 2 o Formula Basics... 2 o Order of Operation... 2 Conditional Formatting... 2 Cell Styles...

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

Contents. 1. Managing Seed Plan Spreadsheet

Contents. 1. Managing Seed Plan Spreadsheet By Peter K. Mulwa Contents 1. Managing Seed Plan Spreadsheet Seed Enterprise Management Institute (SEMIs) Managing Seed Plan Spreadsheet Using Microsoft Excel 2010 3 Definition of Terms Spreadsheet: A

More information

Exploring Microsoft Office Excel 2007

Exploring Microsoft Office Excel 2007 Exploring Microsoft Office Excel 2007 Chapter 1: Introduction to Excel What Can I Do with a Spreadsheet Objectives Define worksheets and workbooks Use spreadsheets across disciplines Plan for good workbook

More information

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators:

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators: Page1 Functions in Excel Formulas (functions) are equations that perform calculations on values in your spreadsheet. A formula always starts with an equal sign (=). Example: =5+2*7 This formula multiples

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

Basic Excel 2010 Workshop 101

Basic Excel 2010 Workshop 101 Basic Excel 2010 Workshop 101 Class Workbook Instructors: David Newbold Jennifer Tran Katie Spencer UCSD Libraries Educational Services 06/13/11 Why Use Excel? 1. It is the most effective and efficient

More information

Tutorial 2. Review CIS143

Tutorial 2. Review CIS143 Tutorial 2 CIS143 Review Identify Components of an Excel worksheet Navigate a Worksheet Navigate Between Worksheets Plan a Worksheet Enter Data into a Worksheet Change the Size of a Row or Column Insert

More information

Pivot Table Project. Objectives. By the end of this lesson, you will be able to:

Pivot Table Project. Objectives. By the end of this lesson, you will be able to: Pivot Table Project Objectives By the end of this lesson, you will be able to: Set up a Worksheet Enter Labels and Values Use Sum and IF functions Format and align cells Change column width Use AutoFill

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

Excel Forecasting Tools Review

Excel Forecasting Tools Review Excel Forecasting Tools Review Duke MBA Computer Preparation Excel Forecasting Tools Review Focus The focus of this assignment is on four Excel 2003 forecasting tools: The Data Table, the Scenario Manager,

More information

Microsoft Excel. Part 2: Calculations & Functions. Department of Computer Science Faculty of Science Chiang Mai University

Microsoft Excel. Part 2: Calculations & Functions. Department of Computer Science Faculty of Science Chiang Mai University Microsoft Excel Part 2: Calculations & Functions Department of Computer Science Faculty of Science Chiang Mai University Outlines 1. Creating you own formula 2. Using functions in Excel 3. Using cell references

More information

Business Spreadsheets

Business Spreadsheets COURSE 6411 Computer Applications I Unit B COMPETENCY 4.00 B2 25% OBJECTIVE 4.01 B2 20% Software Applications for Business Understand spreadsheets, charts, and graphs used in business. Understand spreadsheets

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

Excel Lesson 3 USING FORMULAS & FUNCTIONS

Excel Lesson 3 USING FORMULAS & FUNCTIONS Excel Lesson 3 USING FORMULAS & FUNCTIONS 1 OBJECTIVES Enter formulas in a worksheet Understand cell references Copy formulas Use functions Review and edit formulas 2 INTRODUCTION The value of a spreadsheet

More information

Microsoft Excel 2013 Series and Custom Lists (Level 3)

Microsoft Excel 2013 Series and Custom Lists (Level 3) IT Training Microsoft Excel 2013 Series and Custom Lists (Level 3) Contents Introduction...1 Extending a Single Cell...1 Built-in Data Series...2 Extending Two Cells...2 Extending Multiple Cells...3 Linear

More information

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College Excel 101 DJ Wetzel Director of Financial Aid Greenville Technical College Introduction Spreadsheets are made up of : Columns identified with alphabetic headings Rows - identified with numeric headings.

More information

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Week 9 Using lookup functions Microsoft Excel is essentially a spreadsheet tool, while Microsoft Access is a database tool.

More information

Microsoft Excel Level 2

Microsoft Excel Level 2 Microsoft Excel Level 2 Table of Contents Chapter 1 Working with Excel Templates... 5 What is a Template?... 5 I. Opening a Template... 5 II. Using a Template... 5 III. Creating a Template... 6 Chapter

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

CALCULATE NPV USING EXCEL

CALCULATE NPV USING EXCEL CALCULATE NPV USING EXCEL Identify major components of the Excel window Excel is a computerized spreadsheet, which is an important business tool that helps you report and analyze information. Excel stores

More information

Key concepts through Excel Basic videos 01 to 25

Key concepts through Excel Basic videos 01 to 25 Key concepts through Excel Basic videos 01 to 25 1) Row and Colum make up Cell 2) All Cells = Worksheet = Sheet 3) Name of Sheet is in Sheet Tab 4) All Worksheets = Workbook File 5) Default Alignment In

More information

Use of spreadsheets in general

Use of spreadsheets in general Use of spreadsheets in general Basic spreadsheet applications-simple counting rows and columns. Financial modeling - especially in sensitivity analysis. Scientific and technical computing. Presentation

More information

CUA Spreadsheets Laboratory

CUA Spreadsheets Laboratory CUA Spreadsheets Laboratory Microsoft Excel 97 Basic Introduction Excel is spreadsheet capable of storing tables of data and text values and providing a range. Most Microsoft Products have similar menu

More information

Spreadsheet Basics by Dick Evans, (updated )

Spreadsheet Basics by Dick Evans, (updated ) Spreadsheet Basics by Dick Evans, (updated 2-27-2017) www.rwevans.com What is a spreadsheet? It is a group of values and other data organized into rows and columns much like the columnar pads or ledgers

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

Create formulas in Excel

Create formulas in Excel Training Create formulas in Excel EXERCISE 1: TYPE SOME SIMPLE FORMULAS TO ADD, SUBTRACT, MULTIPLY, AND DIVIDE 1. Click in cell A1. First you ll add two numbers. 2. Type =534+382. 3. Press ENTER on your

More information

Advanced formula construction

Advanced formula construction L E S S O N 2 Advanced formula construction Lesson objectives Suggested teaching time 40-50 minutes To become more adept at using formulas to get the data you want out of Excel, you will: a b c d Use range

More information

Microsoft Excel 2007

Microsoft Excel 2007 Kennesaw State University Information Technology Services Microsoft Excel 2007 Special Topics PivotTable IF Function V-lookup Function Copyright 2010 KSU Dept. of Information Technology Services This document

More information

Excel Simple Worksheets (with Functions)

Excel Simple Worksheets (with Functions) Excel 2007 Simple Worksheets (with Functions) Contents The Excel 2007 Window 4 Navigating in Excel... 7 Entering Data 8 Working with Ranges of Cells... 9 Selecting Ranges of Cells 9 Copy and Moving Cell

More information

MODULE VI: MORE FUNCTIONS

MODULE VI: MORE FUNCTIONS MODULE VI: MORE FUNCTIONS Copyright 2012, National Seminars Training More Functions Using the VLOOKUP and HLOOKUP Functions Lookup functions look up values in a table and return a result based on those

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4 Microsoft Excel 2010 Advanced 3-4 0 Absolute references There may be times when you do not want a cell reference to change when copying or filling cells. You can use an absolute reference to keep a row

More information

Excel Formulas Cheat Sheet

Excel Formulas Cheat Sheet Basic Formulas AVERAGE =AVERAGE(A2:A10) Returns a mathematical average of a given cell range COUNT =COUNT(A2:A10) Returns the count of the numbers in given cell range MAX =MAX(A2:A10) Finds the largest

More information

What is a spreadsheet?

What is a spreadsheet? Microsoft Excel is a spreadsheet developed by Microsoft. It is a software program included in the Microsoft Office suite (Others include MS Word, MS PowerPoint, MS Access etc.). Microsoft Excel is used

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

Definitions. Spreadsheet. Usefulness of Spreadsheets What do people use it for? Spreadsheet Page. Spreadsheet Cell

Definitions. Spreadsheet. Usefulness of Spreadsheets What do people use it for? Spreadsheet Page. Spreadsheet Cell www.tongatapu.net.to Terms and 18 January 1999 Definitions Spreadsheet A table which displays numbers in rows and columns, used for accounting, budgeting, financial analysis, scientific applications, and

More information

GENG2140 Lecture 4: Introduc4on to Excel spreadsheets. A/Prof Bruce Gardiner School of Computer Science and SoDware Engineering 2012

GENG2140 Lecture 4: Introduc4on to Excel spreadsheets. A/Prof Bruce Gardiner School of Computer Science and SoDware Engineering 2012 GENG2140 Lecture 4: Introduc4on to Excel spreadsheets A/Prof Bruce Gardiner School of Computer Science and SoDware Engineering 2012 Credits: Nick Spadaccini, Chris Thorne Introduc4on to spreadsheets Used

More information

Using Excel for a Gradebook: Advanced Gradebook Formulas

Using Excel for a Gradebook: Advanced Gradebook Formulas Using Excel for a Gradebook: Advanced Gradebook Formulas Objective 1: Review basic formula concepts. Review Basic Formula Concepts Entering a formula by hand: Always start with an equal sign, and click

More information

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview Microsoft Office Excel 2007: Basic Course Length: 1 Day Course Overview This course teaches the basic functions and features of Excel 2007. After an introduction to spreadsheet terminology and Excel's

More information

Section 6. Functions

Section 6. Functions Section 6 Functions By the end of this Section you should be able to: Use Logical Functions Use Date and Time Functions Use Lookup Functions Use Maths and Financial Functions Use Concatenate Nest Functions

More information

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS ü Open the file Task_1_Template.xlsx. All the further tasks will be conducted in this file, on particular sheets (Menu, Task 1, Task 2, Task 3). TASK 1.

More information

Working with Data and Charts

Working with Data and Charts PART 9 Working with Data and Charts In Excel, a formula calculates a value based on the values in other cells of the workbook. Excel displays the result of a formula in a cell as a numeric value. A function

More information

Performing Basic Calculations

Performing Basic Calculations 7.1 LESSON 7 Performing Basic Calculations After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Insert Function feature.

More information

Microsoft Office Excel 2010: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Office Excel 2010: Basic. Course Overview. Course Length: 1 Day. Course Overview Microsoft Office Excel 2010: Basic Course Length: 1 Day Course Overview This course teaches the basic functions and features of Excel 2010. After an introduction to spreadsheet terminology and Excel's

More information

March 28, Excel Essentials. Jim Snediker. Suzi Huisman

March 28, Excel Essentials. Jim Snediker. Suzi Huisman March 28, 2019 Excel Essentials Jim Snediker Suzi Huisman 1 What is a Spreadsheet? A spreadsheet is the computer equivalent of a paper ledger sheet. Worksheet new name for Spreadsheet Workbook one file

More information

EXCEL EXPERT. Starting Excel EXPLORING THE EXCEL WINDOW

EXCEL EXPERT. Starting Excel EXPLORING THE EXCEL WINDOW Microsoft Excel Basics What you will learn from this lesson: Explore the workbook window. Navigate through the workbook. Create an Excel worksheet. Use automatic fill. Create formulas. Open an existing

More information

Computer & Careers Mr. Lewis

Computer & Careers Mr. Lewis Microsoft Excel Unit A Computer & Careers Mr. Lewis Definitions: Spreadsheet Worksheet Workbook Formulas File Extension When you open a spreadsheet the default name is Is an application you use to perform

More information

All Excel Topics Page 1 of 11

All Excel Topics Page 1 of 11 All Excel Topics Page 1 of 11 All Excel Topics All of the Excel topics covered during training are listed below. Pick relevant topics and tailor a course to meet your needs. Select a topic to find out

More information

Introduction to Computer Applications CISY Zahoor Khan, Ph.D.

Introduction to Computer Applications CISY Zahoor Khan, Ph.D. Introduction to Computer Applications CISY 1225 Zahoor Khan, Ph.D. Last updated: May 2014 CISY 1225 Custom book Chapter 5 Introduction to Excel Copyright 2011 Pearson Education, Inc. Publishing as Prentice

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

The Parts of a Function:

The Parts of a Function: The Parts of a Function: Each function has a specific order, called syntax, which must be strictly followed for the function to work correctly. Syntax Order: 1. All functions begin with the = sign. 2.

More information

Formulas and Functions

Formulas and Functions Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Controls to be activated with the mouse will be shown as Start button > Settings > System > About.

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to only certain types of people while others have

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

Microsoft Excel 2016 LEVEL 2

Microsoft Excel 2016 LEVEL 2 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Excel 2016 LEVEL 2 kcls.org/techtutor Microsoft Excel 2016 Level 2 Manual Rev 11/2017 instruction@kcls.org Microsoft Excel 2016 Level 2 Welcome

More information

Spreadsheet Applications Test

Spreadsheet Applications Test Spreadsheet Applications Test 1. The expression returns the maximum value in the range A1:A100 and then divides the value by 100. a. =MAX(A1:A100/100) b. =MAXIMUM(A1:A100)/100 c. =MAX(A1:A100)/100 d. =MAX(100)/(A1:A100)

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

Excel Intermediate

Excel Intermediate Excel 2013 - Intermediate (103-124) Advanced Functions Quick Links Range Names Pages EX394 EX407 Data Validation Pages EX410 EX419 VLOOKUP Pages EX176 EX179 EX489 EX500 IF Pages EX172 EX176 EX466 EX489

More information

STAR OFFICE CALC. Lesson 6

STAR OFFICE CALC. Lesson 6 Lesson 6 STAR OFFICE CALC 1. command is used to insert special characters? a. Insert Characters b. Special characters Insert c. Insert Special characters d. None of these 2. icon is used to present the

More information

Excel: Linking sheets and summary sheets (Mac OS)

Excel: Linking sheets and summary sheets (Mac OS) Excel: Linking sheets and summary sheets (Mac OS) To make the content of one cell appear somewhere else Click in the destination cell and type = Click on the cell whose content you want to pull in and

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

Spreadsheet Basics. by Dick Evans,

Spreadsheet Basics. by Dick Evans, Spreadsheet Basics by Dick Evans, www.rwevans.com What is a spreadsheet? It is a group of values and other data organized into rows and columns much like the columnar pads or ledgers used manually by bookkeepers

More information

Tutorial 1: Getting Started with Excel

Tutorial 1: Getting Started with Excel Tutorial 1: Getting Started with Excel Microsoft Excel 2010 Objectives Understand the use of spreadsheets and Excel Learn the parts of the Excel window Scroll through a worksheet and navigate between worksheets

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

Working with Formulas and Functions

Working with Formulas and Functions Microsoft Excel 20032003- Illustrated Introductory Working with Formulas and Functions Objectives Create a formula with several operators Use names in a formula Generate multiple totals with AutoSum Use

More information

lab MS Excel 2010 active cell

lab MS Excel 2010 active cell MS Excel is an example of a spreadsheet, a branch of software meant for performing different kinds of calculations, numeric data analysis and presentation, statistical operations and forecasts. The main

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

Spreadsheets: Mathematics

Spreadsheets: Mathematics Lesson 7 Spreadsheets: Mathematics Activity 1: Time Charts Format Data Enter a Formula Create a Series Change Column Width Activity 2: Measurements Apply Number Formats Activity 3: Calculating with a Spreadsheet

More information

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems GCSE CCEA GCSE EXCEL 2010 USER GUIDE Business and Communication Systems For first teaching from September 2017 Contents Page Define the purpose and uses of a spreadsheet... 3 Define a column, row, and

More information

Adding records Pasting records Deleting records Sorting records Filtering records Inserting and deleting columns Calculated columns Working with the

Adding records Pasting records Deleting records Sorting records Filtering records Inserting and deleting columns Calculated columns Working with the Show All About spreadsheets You can use a spreadsheet to enter and calculate data. A spreadsheet consists of columns and rows of cells. You can enter data directly into the cells of the spreadsheet and

More information

Excel VLOOKUP. An EMIS Coordinator s Friend

Excel VLOOKUP. An EMIS Coordinator s Friend Excel VLOOKUP An EMIS Coordinator s Friend Vlookup, a function in excel, stands for Vertical Lookup. This function allows you to search a specific table of data, look for a match within the table of data

More information

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents Section Topic Sub-topic Pages Section 2 Spreadsheets Layout and Design S2: 2 3 Formulae

More information