The most important mathematical functions Lecture -8- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering.

Slides:



Advertisements
Similar presentations
Intermediate Formulas & Functions Instructor: Rachel Baltus.
Advertisements

About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
33 CHAPTER BASIC APPLICATION SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-2 Announcement: QUIZ#02 In Lecture Session # 9 (5.
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.
Basic Spreadsheet Functions Objective Functions are predefined formulas that perform calculations by using specific values, called arguments, in.
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.
Spreadsheets With Microsoft Excel ® as an example.
( ) EXAMPLE 1 Evaluating Square Roots a. 36 = 6 6 because 2 = 36 . b.
COMPREHENSIVE Excel Working with Functions Adapted by Miguel Vélez Rubio From: Course Technology – Cengage Learning oc.course.com/np/office2007 Excel Tutorial.
Spreadsheets Objective 6.02
XP Copyright 2003 Peter McDevitt 1 Microsoft Excel 2002 Lecture 2 – Working With Formulas and Functions.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Last Week: Excel 101 with Prof. Bliley: Workbooks, worksheets, rows, columns Cells: Text, Value, Formulas Formulas, Ranges OK? Survive Alive? Questions?
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
Data Analysis Formula and Functions. Formula and functions A function is a calculation in a spreadsheet that has or can be memorized. There are many different.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT EXCEL Lesson 5 – Function Formulas.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
XP Excel Tutorial 3 Working with Formulas and Functions.
AGB 260: AGRIBUSINESS INFORMATION TECHNOLOGY BASIC OPERATORS AND FUNCTIONS.
DAY 5: MICROSOFT EXCEL – CHAPTER 2 Aliya Farheen January 27,2015.
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 1 by Mary Anne Poatsy, Keith Mulbery, Lynn Hogan, Amy Rutledge, Cyndi Krebs, Eric.
Lesson No: 11 Working with Formula, Function, Chart & Excel Tools CHBT-01 Basic Micro process & Computer Operation.
Calculating Statistics in Microsoft Excel Click on the type of statistic you would like to create. If you need to learn how to round your answers, click.
Prescriptive Analytics Appendix A EXCEL TOOLS FOR THE MANAGEMENT SCIENTIST Business Analytics with Management Science Models and Methods Arben Asllani.
Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions.
Exponents & Integer Exponents 4.3 Properties.
INTRODUCTION TO FORMULAS AND FUNCTIONS 1 Nolan Tomboulian Tomboulian.wikispaces.com.
Lesson 5: Working with Formulas and Functions Logical and 3D Formulas.
Unit 4, Lesson 4 Using Function Formulas. Objectives Understand function formulas. Understand function formulas. Use the Average and Sum functions. Use.
G042 - Lecture 14 Excel Functions and Formula Mr C Johnston ICT Teacher
AGB 260: AGRIBUSINESS INFORMATION TECHNOLOGY BASIC OPERATORS AND FUNCTIONS.
The Function. Functions are prewritten formulas. Functions differ from regular formulas in that you supply the value but not the operators, such as +,
Foundation Excel Session II 1. In Session I… Recall basic Excel terminology Use appropriate techniques and keyboard shortcuts to input and edit data.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Introduction to Spreadsheets A spreadsheet is an electronic file used to organize related data and perform calculations. Example- Microsoft Excel. 1.
FUNCTIONS FUNCTIONS are : Special formulas that do not use operators to calculate a result (i.e., a shortcut formula) Example: =SUM(A6:A9) SUM is the.
Customization, Calculations and Charts Myra Whittemore for Blackbaud, Inc. 09/16/2011.
9.1 – Finding Square Roots. We know how to find the square of a number: 3 2 = (-3) 2 =
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
Hoi Le. COUNTIF Countif(, ) Return number of elements that meet the criteria Always put criteria in quotation marks Example 1: count number of employees.
DAY 5: EXCEL CHAPTER 2 Sravanthi Lakkimsetty Feb 1, 2016.
DAY 6: MICROSOFT EXCEL –CHAPTER 2,3 Aliya Farheen January 28,2016.
Working with Formulas and Functions Lesson 5 Part 1 1.
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.
Computer Fundamentals Muhammadamin Daneshwar And Masoud Aras Computer Engineering Department Soran University Lecture 6.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
EXCEL INSTRUCTOR:CHITRANGI DOSHI
College of Engineering
Understanding Spreadsheets
Working with Formulas and Functions
4.01 Spreadsheet Formulas & Functions
Microsoft Excel – Part I
Excel 2010 Functions A function is a predefined formula that performs a calculation using specific values in a particular order. Functions save you time.
Excel Functions.
No calculators allowed
4.01 Spreadsheet Formulas & Functions
Excel Functions.
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Lesson 4: Introduction to Functions
Using Microsoft Excel for Marketing Research
REACH CRC Professor Manni
Spreadsheets Objective 6.02
Dispersion: Range Difference between minimum and maximum values
REACH Computer Resource Center
Spreadsheets Objective 6.02
Working with Formulas and Functions
Introduction to Spreadsheet Terminology
in Excel Instructor: Zhe He Department of Computer Science
Presentation transcript:

The most important mathematical functions Lecture -8- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering

The most important mathematical functions

The function name The general formula for the function Example Sum =SUM(A1:A6) =SUM(A1,D2,B5 ) Find the total range Find the sum of the values separate Average Average(A1:A6)= Find the mean Count=Count(A1:A6) To calculate the number of digits in a range Maximum Value =Max(A1:A6) Maximum value within the range Minimum Value=Min(A1:A6) The minimum value within the range

The general formula for the function Purpose =POWER(A1 ;2) Function of power or exponent =SQRT(A1) Returns the square root =INT(A2) Approximation to the nearest integer The most important mathematical functions

The general formula for the function Purpose =Date() Insert the date =Today()Return today's date =Now() The return of today's date and the current time The most important functions of the date and time

The general formula for the function Purpose =LEN(D4) Calculates the number of characters in the cell =TRIM(A4) Reduce the blanks for the single digits =UPPER(F6)Transition from small to large =LOWER(F7)Transition from large to small The most important functions textual

The most important functions of the logic Function of IF =IF(logical_test ; value_if_true; value_if_false) Example: =IF(A1>=60;”YES”;”NO”)