ME 142 Engineering Computation I Excel Functions.

Slides:



Advertisements
Similar presentations
Benchmark Series Microsoft Excel 2010 Level 1
Advertisements

Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
Intermediate Formulas & Functions Instructor: Rachel Baltus.
About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
Microsoft Excel Presented by ShoWorks Fair Software and Online Entries
FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
Microsoft Excel 2010 Test.
Microsoft Office XP Microsoft Excel
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,
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
Excel 2 Marco Pires IT Training and Empowerment. Formulas Writing Excel formulas is a little different than the way it is done in math class. Excel formulas.
1 Algorithms Basic Control Structures Comparisons and if (…) statement What is a function? Math Library Functions Character Functions Reading Sample Programs.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
BASIC FUNCTIONS OF EXCEL. Addition The formula for addition is: =SUM( insert cells desired to sum up ) This returns the sum of the selected cells.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
1 Excel Lesson 3 Using Formulas and Functions Microsoft Office 2010 Fundamentals Story / Walls.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
5.3 Solving Trigonometric Equations *use standard algebraic techniques to solve trig equations *solve trig equations in quadratic form *solve trig equations.
Excel Lesson 5 Using Functions
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT EXCEL Lesson 5 – Function Formulas.
Excel – Lesson 1 Pasewark & PasewarkMicrosoft Office 2007: Introductory 1 Entering a Formula (continued) Formulas can include more than one operator. The.
Chapter 5 Basic Functions Copyright 2005 Radian Publishing Co.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
Honors Geometry Sections 10.1 & 10.2 part 2 Solving Right Triangles.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. A Concise Introduction to MATLAB ® William J. Palm III.
Warm Up Sign Up. AccPreCalc Lesson 27 Essential Question: How are trigonometric equations solved? Standards: Prove and apply trigonometric identities.
What is a Spreadsheet? A spreadsheet consists of the following items –A worksheet divided into rows and columns 256 vertical columns & 65,535 horizontal.
ME 142 Engineering Computation I Excel Functions.
Excel Project 2 FORMULAS, FUNCTIONS, FORMATTING AND WEB QUERIES.
 What is a formula in Excel?  A formula is statement written by the user to be calculated. Formulas can be as simple or as complex as the user wants.
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
Introduction to Engineering MATLAB – 1 Introduction to MATLAB Agenda Introduction Arithmetic Operations MATLAB Windows Command Window Defining Variables.
Inverse Trigonometric Functions Section 4.7. Objectives Evaluate inverse trigonometric functions at given values. State the domain and range of each of.
© 2012 EMC Publishing, LLC Slide 1 Chapter 7 The Math Class  Includes shared methods that perform common math functions.  Math Class methods include:
INTRODUCTION TO FORMULAS AND FUNCTIONS 1 Nolan Tomboulian Tomboulian.wikispaces.com.
Chapter 12 Creating a Worksheet.
Visual Basic I Programming
C++ Programming Lecture 9 Functions – Part I By Ghada Al-Mashaqbeh The Hashemite University Computer Engineering Department.
CSCI 125 & 161 / ENGR 144 Lecture 8 Martin van Bommel.
IENG 423 Design of Decision Support Systems Modeling with Excel Excel Basics More on Functions, trouble shooting formulas.
Quiz 4-5 Describe how tan(x) is transformed to graph: -tan(2x)
Spreadsheets: Part I Creating a Worksheet in MS Excel
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
8.1-Law of the Sines Law of the Sines & Requirements Examples Practice Problems.
1 Excel Lesson 3 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Customization, Calculations and Charts Myra Whittemore for Blackbaud, Inc. 09/16/2011.
Inverse Trig Functions Law of the Sines Notation Inverse Trig Functions, Law of the Sines & Requirements Practice Problems.
Describe the vertical shift in the graph of y = -2sin3x + 4. A.) Up 2 B.) Down 2 C.) Up 4 D.) Down 4.
Review of Angles. Acute Angle – Angle less than 90 degrees Right Angle – Angle that is exactly 90 degrees.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
Working with Formulas and Functions Lesson 5 Part 1 1.
10.4: Inverses of Trigonometric Functions Algebra 2.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
ID1050– Quantitative & Qualitative Reasoning
CSE111 Introduction to Computer Applications
Functions and formulas In MS Excel.
Excel Lesson 5 Using Functions
ECE 1304 Introduction to Electrical and Computer Engineering
BIL 104E Introduction to Scientific and Engineering Computing
MS-Excel Part 1.
Introduction to Programming
Excel 2013 Formulas & Functions.
Quiz.
COMPUTER PROGRAMMING FOR ENGINEERS
Excel 2013 Formulas & Functions.
Excel 2013 Formulas & Functions.
in Excel Instructor: Zhe He Department of Computer Science
Presentation transcript:

ME 142 Engineering Computation I Excel Functions

Basic Math Operations  Basic Math Operators +Addition -Subtraction /Division *Multiplication ^Exponent ( )Parenthesis, as need, follows algebraic precedence

Finding Functions  Formula Ribbon

Finding Functions  Insert Function button

Sum and AutoSum  Sum =SUM(range)  AutoSum Note auto-selection of row/column

Selecting Ranges  Use mouse to drag from top to bottom, or side to side  Select rectangular area by dragging to diagonal corners or using [shift] key  Select disconnected columns/rows by using [ctrl] key  Select a long row/column by using [ctrl][shift][end] key sequence

Basic Math Functions SQRT(x) -returns the square root of a number ABS(x) -returns the absolute value of a number MAX(range) - returns the largest number in a set of values MIN(range) -returns the smallest number in a set of values COUNT(range) -counts the number of cells in a range that contain numbers COUNTA(range) -counts the number of cells in a range that are not empty STDEV(range) -estimates the standard deviation based on a sample

Trigonometry Functions  Excel uses Radians by default in all trig functions  Use RADIANS and DEGREES functions to convert  RADIANS(x) -converts degrees to radians where x is given in degrees  DEGREES(x) -converts radians to degrees where x is given in radians

Trigonometry Functions  SIN(x)- returns the sine of an angle where x is in given in radians  COS(x)- returns the cosine of an angle where x is given in radians  TAN(x)- returns the tangent of an angle where x is given in radians  ASIN(x)- returns the arcsine of a number in radians, in the range –pi/2 to pi/2  ACOS(x)- returns the arccosine of a number in radians, in the range 0 to pi  ATAN(x)-returns the arctangent of a number in radians, in the range –pi/2 to pi/2

Logical Operators  IF(logical test, value if true, value if false) -checks if a condition is met, returns one value if True, another value if False  AND(logical1,logical2,…) -returns True if all arguments are true, otherwise returns False  OR(logical1,logical2,…) -returns True if any argument is true, returns False only if all arguments are False  NOT(logical) -returns True if argument is False, returns False if argument is True

Logical Operators

Time & Date Functions  TODAY()-returns the current date  NOW()-returns the current date and time  Format of the date/time can be modified