ME 142 Engineering Computation I Excel Functions.

Slides:



Advertisements
Similar presentations
MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Advertisements

Benchmark Series Microsoft Excel 2010 Level 1
Lesson 3 Working with Formulas.
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.
Microsoft Excel Presented by ShoWorks Fair Software and Online Entries
EXCEL.
E ngineering College of San Jose State University Engr.10 1 JKA & KY.
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 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,
1Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith Mulbery, and Mary.
1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith Mulbery, and Mary.
Engineering math Review Trigonometry Trigonometry Systems of Equations Systems of Equations Vectors Vectors Vector Addition and Subtraction Vector Addition.
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.
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
Spreadsheets Objective 6.02
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Mathematical OperatorsMathematical Operators Formula.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
Excel Lesson 5 Using Functions
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
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.
ME 142 Engineering Computation I Excel Functions.
Unit 1 – Physics Math Algebra, Geometry and Trig..
MS Excel Management Information Systems 1. Contents 2  Functions  IF Function and nested IF  Sorting Data.  Filtering Data.  Data Form.  Data Validation.
 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.
ENG 1181 College of Engineering Engineering Education Innovation Center MATLAB is a powerful program for numerical computations, plotting and programming.
Introduction to MATLAB ENGR 1181 MATLAB 1. Programming In The Real World Programming is a powerful tool for solving problems in every day industry settings.
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.
Unit 4, Lesson 4 Using Function Formulas. Objectives Understand function formulas. Understand function formulas. Use the Average and Sum functions. Use.
C++ Programming Lecture 9 Functions – Part I By Ghada Al-Mashaqbeh The Hashemite University Computer Engineering Department.
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.
Excel Review By Mr. Griffin Elmira Business Institute.
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.
FUNCTIONS The parts of a function In order to work correctly, a function must be written a specific way, which is called the syntax. The basic syntax for.
10.4: Inverses of Trigonometric Functions Algebra 2.
Pasewark & Pasewark 1 Excel Lesson 5 Using Functions Microsoft Office 2007: Introductory.
Simple C Programs.
CSE111 Introduction to Computer Applications
Functions and formulas In MS Excel.
Excel Lesson 5 Using Functions
Trigonometric Functions
BIL 104E Introduction to Scientific and Engineering Computing
FUNCTIONS EXAMPLES.
Introduction to Programming
COMPUTER PROGRAMMING FOR ENGINEERS
Working with Formulas and Functions
4.01 Spreadsheet Formulas & Functions
4.01 Spreadsheet Formulas & Functions
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Spreadsheets Objective 6.02
Spreadsheets Objective 6.02
Working with Formulas and Functions
in Excel Instructor: Zhe He Department of Computer Science
Presentation transcript:

ME 142 Engineering Computation I Excel Functions

Questions on Homework or Class Prep?

Key Concepts Basic Math Operations Basic Math Functions Trigonometry Functions Logical Functions & Operators Date & Random Number Functions Finding Functions Selecting Ranges

Basic Math Operations

How do you perform basic math operations in Excel?

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

Evaluate the following expression in a cell: Example Problems

Create a table of x,y values for the following equation, where x = 1,2,3..10 Example Problems

Basic Math Functions

What are some commonly used Excel functions?

Basic Math Functions SUM(range) -returns the summation of a range of number 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

For the list of numbers, find the sum, max and min Example Problems

Trigonometry Functions

In Excel, is the default angle measurement in radians or degrees?

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

Trigonometry Functions  Functions may be nested: =cos(radians(45)) =degrees(asin(.5))

Find the hypotenuse and interior angles of the right triangle. Example Problems

Logical Functions & Operators

What are logical functions used for?

Logical Functions & 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 Functions & Operators

 Functions may be nested: =IF(A3>90,"A",IF(A3>80,"B","C"))

Given a numeric grade, find the corresponding letter grade. Example Problems

Time & Date Functions Random Number Functions

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

Random Number Functions  RAND()-returns a number greater than or equal to zero and less than one, evenly distributed. Changes on recalculation.  RANDBETWEEN(bottom, top)-returns a random number between the numbers you specify.

Finding Functions

 Formula Ribbon

Finding Functions  Insert Function button

Selecting Ranges

What is a Range?

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  Range addresses may also be typed

Review Questions

Review Question Basic Math Operations What is the result of the following expression: =(1-2^3/2+4)*2 A.0 B.1 C.2 D.3 E.None of the above

Review Question Basic Math Functions What is the result of the following expression: =COUNT(A1:A6) A.3 B.4 C.5 D.6 E.None of the above

Review Question TrigonometryFunctions The RADIANS function is used to convert from radians to degrees. A.True B.False

Review Question Logical Functions & Operators What is the result of the following expression: =IF(OR(A1>10,B1>10),25,0) A.0 B.10 C.20 D.25 E.None of the above

Review Question Finding Functions Which of the following can help you find/use a specific function: A.0 B.1 C.2 D.All of the above E.None of the above

Homework Help ‘n Hints