Jump to first page Excel Functions By Dr. Farrokh Alemi Dr. Kashif Haqqi.

Slides:



Advertisements
Similar presentations
Spreadsheet Software Data Objects  Cells and groups of cells  Containing text, numbers, formulas. Operations File menu – performed on whole files. Edit.
Advertisements

MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Lesson 3 Working with Formulas.
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
Microsoft Excel Presented by ShoWorks Fair Software and Online Entries
G042 Task 4  Understand how to use a range of different functions in excel.  Used a range of functions within your excel spreadsheet.
EXCEL.
EXCEL UNIT 3 Computer Technology Timpview High School.
REACH CRC © 2011 REACH CRC. All Rights Reserved.Fall 2011.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Exploring Excel 1. Introduction to Microsoft Excel: What is a Spreadsheet? What else can Excel do? Excel is a spreadsheet program.
Introduction to Excel Formulas, Functions and References.
Range of cells S S T : S P R E A D S H E E T S SST 1b Spreadsheet Part (1b) Range of cells.
Intro to Excel - Session 5.31 Tutorial 5 - Session 5.3 Working with Excel Lists.
Using Microsoft Excel for Marketing Research By William G. Zikmund.
Exploring Microsoft Excel 2002 Chapter 3 Chapter 3 Spreadsheets in Decision Making: What If? By Robert T. Grauer Maryann Barber Exploring Microsoft Excel.
Excel Functions By Hani Almohair Microsoft Office 2003.
Descriptive Statistics, Part Two Farrokh Alemi, Ph.D. Kashif Haqqi, M.D.
Excel 2007 Part (2) Dr. Susan Al Naqshbandi
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.
MS Excel Relative and absolute addresses Name range Comments PivotTables Data Validation Data Auditing Tracing Conditional function IF IS functions Conditional.
Excel 4 Conditional Functions, Formats, and Backstage.
Microcomputers Review Excel. Shortcut Keys The key combination that can be used to show formulas is:formulas Ctrl + ` Show Formulas using Shortcut Keys.
Excel Tutorial Enfield High School 2007.
Introduction to Excel, Word and Powerpoint Developing Valuable Technology Skills! Shawn Koppenhoefer Training in Research in Reproductive Health/Sexual.
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.
Microsoft Excel Walking Through a Tutorial
Formulas and Functions 1 Microsoft Office 2010 Excel Seminar Xander Jackson.
Chapter 11 Creating Formulas that Count and Sum Microsoft Excel 2003.
Excel Lesson 3. Functions Function is a built-in formula that performs calculations automatically. –Examples: SUM (Adds a series of cells) COUNT (Counts.
Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions.
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
Histograms: Summarizing Data 1. SUMMARIZING DATA Raw data, such as company records, often contains a wealth of information that would be of use in making.
CSCI-235 Micro-Computers in Science Microsoft Excel 2002 Chapter 3 Spreadsheets in Decision Making: What If?
1 Basic Computing Skills Dr Wenwu Wang Centre for Vision Speech and Signal Processing Department of Electronic Engineering
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.
Customization, Calculations and Charts Myra Whittemore for Blackbaud, Inc. 09/16/2011.
Creating the basic bar chart Creating the Basic Bar Chart, Slide 1Copyright © 2004, Jim Schwab, University of Texas at Austin Bar charts and column charts.
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.
Microsoft Office 2013 ®® Calculating Data with Formulas and Functions.
Jump to first page Excel By Dr. Farrokh Alemi Dr. Kashif Haqqi.
Chapter 4 Decision Making. Agenda Function Goal Seek command AutoFilter command Worksheet operation Printing worksheet.
Microsoft Excel Prepared by the Academic Faculty Members of IT.
An electronic document that stores various types of data.
First, enter your data in Excel. The example is from an acceptability judgement questionnaire. Here I have columns for Subject, Group, Item, Condition.
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.
Excel, Part 3 Computer Tech. Changing the angle of your text  You can change the angle, or orientation of your text in an Excel spreadsheet.  This is.
Spreadsheets CS 110 Fall Topics File extension (xls) File extension (xls) Toolbars Toolbars Basic and complex equations Basic and complex equations.
Using Advanced Functions and Conditional Formatting
Excel: Counting & Conditional Functions
Chapter 3 : 3.3 MS Excel 3 TA. Alhanof Alolyan The source:
Obj – Indentify and Use Advanced Functions
Chapter 3 : 3.3 MS Excel 3 TA. Alhanof Alolyan The source:
Charlie Haffey Basic Functions Excel 2010 Charlie Haffey
Advanced Functions – Obj. 4.01
Excel Functions By Hani Almohair
Excel Functions.
Excel Functions.
Using Microsoft Excel for Marketing Research
Spreadsheets Objective 6.02
Advanced Functions – Obj. 4.01
Spreadsheets Objective 6.02
Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,
Microsoft Excel.
Presentation transcript:

Jump to first page Excel Functions By Dr. Farrokh Alemi Dr. Kashif Haqqi

Sum Function n The syntax for sum function =Sum(first cell:last cell)

Sum Function ExampleCells to ADDAnswer =sum (A1:A3)A1, A2, A3150 =sum (A1:A3, 100)A1, A2, A3 and =sum (A1+A4)A1, A4#VALUE! =sum (A1:A2, A5)A1, A2, A575

Average Function n The syntax for average function =Average (first value, second value, etc.)

Average Function 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

Count Function n Blank entries are not counted. n Text entries are NOT counted.

Count Function Example of CountCells to look atAnswer =Count (A1:A3)A1, A2, A33 =Count (A1:A3, 100)A1, A2, A3, and 3004 =Count (A1, A3)A1, A3,2 =Count (A1, A4)A1, A42 =Count (A1, A5)A1, A51

CountA Function n Blank entries are not Counted. n Text entries ARE Counted.

CountA Function Example of CountACells to look atAnswer =CountA (A1:A3)A1, A2, A33 =CountA (A1:A3, 100)A1, A2, A3, and 3004 =CountA (A1, A3)A1, A3,2 =CountA (A1, A4)A1, A42 =CountA (A1, A5)A1, A51

IF Function n 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

IF Function Example of IF typed into Column B Cells 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

Function Wizard n In excel there is a help tool for functions called the function wizard. n 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. n The other way to get to the function wizard is to go to the menu INSERT -- down to FUNCTION..