G042 Task 4  Understand how to use a range of different functions in excel.  Used a range of functions within your excel spreadsheet.

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

CIS100 Test 2 Review REACH CRC © 2011 REACH CRC. All Rights Reserved.Spring 2011.
CS&E 1111 Exfunctions Using Functions in Excel Objectives: Using Excel functions l SUM, MIN, MAX, AVERAGE, COUNT, COUNTA l ROUND l COUNTIF, SUMIF, AVERAGEIF.
About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
Jump to first page Excel Functions By Dr. Farrokh Alemi Dr. Kashif Haqqi.
EXCEL.
E ngineering College of San Jose State University Engr.10 1 JKA & KY.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
REACH CRC © 2011 REACH CRC. All Rights Reserved.Fall 2011.
Maths & Trig, Statistical functions. ABS Returns the absolute value of a number The absolute value of a number is the number without its sign Syntax ◦
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Introduction to Excel Formulas, Functions and References.
DAY 5: EXCEL CHAPTER 2 Tazin Afrin September 03,
Tutorial 7: Using Advanced Functions and Conditional Formatting
Using Microsoft Excel for Marketing Research By William G. Zikmund.
Excel Functions By Hani Almohair Microsoft Office 2003.
Click here to start round 2! You Should Know Access FunctionsSay.
SUMIF() Lesson: BASIC. =SUMIF() When Do You Use It: – To add numbers based on a single criterion/condition Example: If you have a column of data with.
Spreadsheets Objective 6.02
1CP102_module 3: spreadsheet2 More features in Excel Selection: a cell, a range, multiple ranges Name a range: to give name to a selected range or multiple.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Excel 2010 Formulas and Functions One of Excel's most useful features is that it allows users to create custom formulas to perform calculations on their.
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.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Excel chapter 2.
Syntax MROUND(number,multiple) Number is the value to round. Multiple is the multiple to which you want to round number. Remark MROUND rounds up, away.
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
1. Common Functions 2.
Excel has a number of Count Functions that will total the number of cells in a selected range. We’re going to look at: COUNT COUNTA COUNTBLANK COUNTIF.
It’s not that I’m so smart, it’s just that I stay with problems longer. - Albert Einstein.
Excel Functions Abby Wiertzema
MS Excel Management Information Systems 1. Contents 2  Functions  IF Function and nested IF  Sorting Data.  Filtering Data.  Data Form.  Data Validation.
Revision Function in Spreadsheet. AVERAGE Returns the average (arithmetic mean) of the arguments. Syntax AVERAGE(number1,number2,...) Number1, number2,...
Chapter 11 Creating Formulas that Count and Sum Microsoft Excel 2003.
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Spreadsheets in Decision Making:
G042 - Lecture 14 Excel Functions and Formula Mr C Johnston ICT Teacher
DAY 5: MICROSOFT EXCEL – CHAPTER 2 Madhuri Siddula September 1, 2015.
A spreadsheet is a programme which stores data in a grid. Many people use spread sheets as an online calculator instead of working lots of calculations.
Data Analysis: Spreadsheets ICT iGCSE. 14.1: Creating a data model.
Excel Review By Mr. Griffin Elmira Business Institute.
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
Basic Excel Capabilities MBA 7025 Statistical Business Analysis Reviewed at various places in Data Analysis and Decision Making with Microsoft Excel.
Excel Spreadsheets Formatting and Functions ICS100 – Spring 2007 D. Pai.
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Chapter 4 Decision Making. Agenda Function Goal Seek command AutoFilter command Worksheet operation Printing worksheet.
Advanced Functions Objective Advanced Functions are used in higher-level operations, such as in conditional and comparison equations to compute.
04. Excel Countif and Vlookup. File -> Open -> 04b-datastart.xlsx.
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
By: Imdadullah, Lecturer Department of MIS, CBA, KSU 1 Management Information Systems Spreadsheets Presented by: Imdadullah, Lecturer CBA, KSU
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.
CTS130 Spreadsheet Lesson 6 Working with Math & Trig, Statistical, and Date & Time Functions.
Fantastic Formulas with MrExcel Featuring Bill Jelen, MrExcel Tuesday, May 12, 2015.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Spreadsheets CS 110 Fall Topics File extension (xls) File extension (xls) Toolbars Toolbars Basic and complex equations Basic and complex equations.
MSAA PRESENTS: AN EXCEL TUTORIAL
Functions and formulas In MS Excel.
Advanced Functions Computer Applications 1
Obj – Indentify and Use Advanced Functions
Lesson 4 – Count, CountIF, V Lookup
Advanced Functions – Obj. 4.01
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Using Microsoft Excel for Marketing Research
REACH CRC Professor Manni
Spreadsheets Objective 6.02
Advanced Functions – Obj. 4.01
REACH Computer Resource Center
Spreadsheets Objective 6.02
Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,
in Excel Instructor: Zhe He Department of Computer Science
Presentation transcript:

G042 Task 4

 Understand how to use a range of different functions in excel.  Used a range of functions within your excel spreadsheet.

 The syntax for sum function =Sum(first cell:last cell) ExampleCells to ADDAnswer =sum(A1:A3)A1, A2, A3150 =sum(A1+A4)A1, A4#VALUE! =sum(A1:A2, A5)A1, A2, A575

 The syntax for max function =Max(first cell:last cell)  The syntax for max function =Min(first cell:last cell) ExampleCells look atAnswer =max(A1:A5)A1, A2, A3, A4, A513 =mix(A1:A5)A1, A2, A3, A4, A575

 The syntax for average function =Average (first value, second value, etc.) ExampleCells to averageAnswer =average(A1:A4)A1, A2, A3, A462.5 =average(A1:A4, 300)A1, A2, A3, A4 and =average(A1:A5)A1, A2, A3, A4, A562.5 =average(A1:A2, A4)A1, A2, A458.3

 To work out the median =Median (first value, second value, etc.)  To work out the mode =Mode (first value, second value, etc.) ExampleCells look atAnswer =mode(A1:A5)A1, A2, A3, A4, A536 =median(A1:A5)A1, A2, A3, A4, A536

 The syntax for sum function =Count(first cell:last cell)  Blank entries are not counted.  Text entries are NOT counted. Example of CountCells to look atAnswer =Count (A1:A3)A1, A2, A33 =Count (A1, A3)A1, A3,2 =Count (A1, A4)A1, A41 =Count (A1, A5)A1, A51

 The syntax for sum function =CountA(first cell:last cell)  Blank entries are not counted.  Text entries are counted. Example of CountACells to look atAnswer =CountA (A1:A3)A1, A2, A33 =CountA (A1, A3)A1, A3,2 =CountA (A1, A4)A1, A42 =CountA (A1, A5)A1, A51

 The syntax is =IF (condition, value-if-true, value-if-false)  value returned may be either a number or text  if value returned is text, it must be in quotes Example of IF typed into Column BCells to look atAnswer =IF (A2>1,"Yes","No")is (.95 > 1)No =IF (A3>1,"Yes","No")is ( 1.37 > 1)Yes =IF (A5>10000,.08,.05)is (14000 > 10000).08 =IF (A6>10000,.08,.05)is (8453 > 10000).05

 The syntax for sum function =CountIf(first cell:last cell, criteria) Example of CountAWhat looking forAnswer =COUNTIF(A2:A5,"apples")Number of cells with apples in the first column above2 =COUNTIF(A2:A5,A4)Number of cells with peaches in the first column above1 =COUNTIF(A2:A5,A3)+COUN TIF(A2:A5,A2) Number of cells with oranges or apples in the first column above 3 =COUNTIF(B2:B5,">55")Number of cells with a value greater than 55 in the second column above 2 =COUNTIF(B2:B5,"<>"&B4)Number of cells with a value not equal to 75 in the second column above 2 =COUNTIF(B2:B5,">=32")- COUNTIF(B2:B5,">85") Number of cells with a value greater than or equal to 32 and less than or equal to 85 in the second column above 3

 Int returns the nearest integer  The syntax for Int function =Int(number) ExampleDescriptionAnswer =Int(-8.9)Rounds down-9 =Int(8.9)Rounds down8 =Int(A2)Rounds down =A2-Int(A2)Returns the decimal0.5

 Returns a value from a list  The syntax for VLOOKUP function =VLOOKUP(lookup_value, table_array, column where return data is, false) ExampleDescriptionAnswer = VLOOKUP("DI-328", A2:D6, 3, FALSE) Returns the cost price of diapers$21.45 = (VLOOKUP("WI-989", A2:D6, 3, FALSE) Returns the cost price of wipes$5.12 = VLOOKUP(“BI-567", A2:D6, 3, FALSE)* (1+(VLOOKUP(“BI- 567", A2:D6, 4, FALSE))) Returns the sale price of bib by finding the cost and multiplying by the mark up $4.98

 In excel there is a help tool for functions called the function wizard.  There are two ways to get the the function wizard. If you look at the standard toolbar, the function wizard icon look like the icon on the right.  The other way to get to the function wizard is to go to the menu INSERT -- down to FUNCTION.

 Add a range of useful functions to your spreadsheet – think why you are going to include them – don’t just include for the sake of it.

 Online tutorials Online tutorials  Help In Excel (PRESS f1)