Formulas A formula is a sequence of values, cell references and operators that produce a new value. = E8 + 3*(E10 - E11) Formulas always start with an.

Slides:



Advertisements
Similar presentations
Insert complete company name Creating an Excel Spreadsheet Using Excel 2000.
Advertisements

(MICROSOFT EXCEL). Is a spreadsheet application designed to take advantage of the windows graphical interface MICROSOFT EXCEL.
TUTORIAL 1 Getting Started with Excel
MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Excel The purpose of a spreadsheet is to solve problems involving numbers. A worksheet consists of columns and rows that intersect to form cells. Each.
Microsoft Excel Manual 1 By Pradeep velugoti Lakshman Tallam.
With Microsoft ® Excel 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 GO! with Microsoft ® Excel 2010 Chapter 1 Creating a Worksheet and.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
Spreadsheets A spreadsheet package is a general purpose computer package that is designed to perform calculations. A spreadsheet is a table which is divided.
Introduction to Microsoft Excel 2010 Chapter Extension 3.
GO! with Microsoft® Excel e
7-1 IS 2101 Spring 2010 Chapter 7 Managing Workbooks and Analyzing Data.
3-dimensional formula A formula that refers to cells in other worksheets.
With Microsoft ® Excel e © 2013 Pearson Education, Inc. Publishing as Prentice Hall1 Excel 2010 Chapter 9 Creating a Worksheet and Charting Data.
Formatting cell contents. Select the cells you want to format Click home tab Click font down arrow Click font you want Click font size down arrow Click.
Introduction to Microsoft Excel
Skills for Success: Excel Association of Soil & Water Conservation Districts Summer Conference By: Darci Harrison.
Excel Web App By: Ms. Fatima Shannag.
Computer Literacy BASICS
Microsoft Excel. Excel specializes in creating and designing spreadsheets, or worksheets Worksheet – area to insert data Workbook – a set of worksheets.
CHAPTER 13 Creating a Workbook Part 2. Learning Objectives Work with cells and ranges Work with formulas and functions Preview and print a workbook 2.
Excel Terms Worksheet: a grid of rows and columns Columns – labeled A, B, C, then AA, BB, etc. – 256 columns Rows – numbered 1, 2, 3 through 65,536 Cell.
Excel Spreadsheet basics. Excel Sheets and Books  Spreadsheet: tool to analyze, chart and manage data for personal, business and financial use Worksheet:
Lesson 8 — Spreadsheets Unit 2 — Software. Lesson 8 – Spreadsheets 2 Objectives Understand the purpose and function of a spreadsheet. Identify the major.
SPREADSHEET BASICS SPREADSHEET BASICS What are the benefits of using a spreadsheet to solve a problem?
® Microsoft Office 2010 Excel Tutorial 1: Getting Started with Excel.
Excel Project 2 Formulas, Functions, and Formatting.
Presented by Dawn Bone Changes by Laura Roberts Calera High School & Calera Middle School.
MS Excel Introduction to Excel; What Can I Do with a Spreadsheet? Unit 5.
The introduction of Microsoft Excel. Spreadsheet Basic.
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
Spreadsheet Basics What is a Spreadsheet? A spreadsheet (or worksheet) is an arrangement of cells in columns and rows used to organize, analyze, calculate,
 A spreadsheet is a type of software which you can put and sort out data. It is also known as ‘Microsoft Excel’ What is a spreadsheet?
Excel Web App By: Ms. Fatima Shannag.
Lesson 12 Spreadsheets Unit 2—Using the Computer.
Data types S S T : S P R E A D S H E E T S SST 2 Spreadsheet 2 Data Types Name: ______________________ Class: ______________________.
Unit 24 Learning Spreadsheet Essentials Starting on page 287  Mrs. Jefcoat  Business Technology Applications Unit 24: Lessons
 A spreadsheet is a grid of data divided into numbered rows and lettered columns.
COMPUTER LITERACY NOTES MS-EXCEL. SPREADSHEETS A spreadsheet is a computer equivalent of a paper ledger sheet. Excel allows you to create spreadsheets.
This is only an introduction!!
The Basics of Formulas & Functions
INF1060: SPREADSHEET1.
Office tool for creating tables and charts
Superintendence Day April 18,2016
Formatting a Worksheet
Microsoft Excel.
Statistical Analysis with Excel
Microsoft Excel.
Excel Formulas & Functions.
Unit 42 : Spreadsheet Modelling
Creating a Workbook Part 2
Statistical Analysis with Excel
Intro. to Spreadsheets Using Microsoft Excel
Excel 2013 Formulas & Functions.
Microsoft Excel.
Statistical Analysis with Excel
Technology Mrs. Huddleston
Excel 2013 Formulas & Functions.
EXCEL Study Guide #2.
Microsoft Excel 101.
Excel Chapter 1 Introduction to Excel
Excel 2013 Formulas & Functions.
Lesson 20 Creating Formulas and Charting Data
Skills for Success with Microsoft Office 2010
IT Solutions for Administrators - Spreadsheets
GO! with Microsoft® Excel 2010
Working with Formulas and Functions
Spreadsheets and Data Management
Microsoft Excel.
Microsoft Excel.
Presentation transcript:

Formulas A formula is a sequence of values, cell references and operators that produce a new value. = E8 + 3*(E10 - E11) Formulas always start with an equal sign = In addition a formula can also contain built-in functions like SUM, AVERAGE, IF, COUNTIF, etc. =Sum(A2:A8)*2

Things you need to know when writing formulas in Excel Data precision vs. cell display Types of operators that can be used Order of precedence of operators / ≤ − =B2+B3*B1/B8^2

Relational operators: >, <, <=, >=,< >,= In order to write Excel formulas we also need to use the correct Operator Symbols Formulas contain two types of components: Operators: Operations to be performed Arithmetic operators: * / + - ^ Relational operators: >, <, <=, >=,< >,= Operands: Values to be operated on Addition Operator = B2 + 5 Operands

Precedence of Operators ( ) Parenthesis is a special operator that forces evaluation of the expression inside it first Exponentiation (2^3 8) Arithmetic operators: Multiplication & Division Multiplication & Division have equal precedence and are evaluated from left to right Arithmetic operators: Addition & Subtraction Addition & Subtraction have equal precedence and are evaluated from left to right Relational operators have a lower precedence than arithmetic operators

Precision: number of decimal places stored in the computer. Formatted Display: number of decimal places that appear in a cell Does the addition appear to be correct in col B? Type in a cell : =1/8 display in cell What value results for each - if multiplied by 1000?

Formatting affects display not the precise value: Formatting Number Group Percent Decimal Display Currency Commas

Values can also be used to display dates Dates are values that can be entered in several formats: January 27, 2013 or 1/27/2013 Excel converts these dates to a numerical representation (1/22/2013  41301) Thus dates may be used in formulas: =A1–B1 will result in the value 5 Note: To do arithmetic calculations with dates if you type =1/27/2013-1/22/2013 directly in a cell it does not interpret it a date – cell references must be used.

Walkthrough: Building a Simple Spreadsheet Entering labels and values Formatting cells font, size, style, color, borders, alignment Numeric Format, Currency, Decimal Places text wrap, center titles Column widths, row height Inserting/Deleting rows and columns and sheets Writing a simple formula & modify decimal display Create a simple chart Sheet tabs Creating a new worksheets in a workbook (“new sections in a document”, Naming Sheets

Microsoft Excel Vocabulary

Follow-Assignments: Read the chapters of the Course Notes - 1.1, 1.2 p.1-30 Read ICAPS: pages 1-6, 11-14, 20-27, 37-39, 45-49, 67-71