EXCEL. PARTICIPATION PROJECT STEPS 1 2 3 4a, 4b 5 9 12 14 18 22 23 25 26.

Slides:



Advertisements
Similar presentations
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Advertisements

Computer Science & Engineering 2111 CONDITIONAL STATISTICAL FUNCTIONS 1 CSE 2111 Lecture Conditional Statistical Functions.
DID YOU KNOW: T RAFFIC DELAY INFORMATION IS CALCULATED USING B LUETOOTH DEVICE INFORMATION.
Tutorial 7: Using Advanced Functions and Conditional Formatting
Conditionals Belinda Kerchmar Operators  What are the operators we discussed last time?  This time -- Conditional Operators:  IF  SUMIF 
Microsoft Excel Models and Functions ACCT Microsoft Excel Models and Functions  You will need to download the ExcelExample.xslx file from WebCT.
Tutorial 8: Working with Advanced Functions
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.
Chapter 06: Lecture Notes (CSIT 104) 1 Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
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.
Advanced Lesson 2: Advanced Data Analysis A PivotTable is a sophisticated tool that creates a concise report summarizing large amounts of data based on.
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
CIS300 TEST REVIEW EXAM 1- PROF. ZURADA & PROF. GUAN REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
AGB 260: Agribusiness Information Technology Advanced Functions and Logic.
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith.
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
1. Common Functions 2.
MS Excel Management Information Systems 1. Contents 2  Functions  IF Function and nested IF  Sorting Data.  Filtering Data.  Data Form.  Data Validation.
Chapter 11 Creating Formulas that Count and Sum Microsoft Excel 2003.
Conditional and Cross-Sheet Formulas William Klingelsmith.
Prescriptive Analytics Appendix A EXCEL TOOLS FOR THE MANAGEMENT SCIENTIST Business Analytics with Management Science Models and Methods Arben Asllani.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Chapter 6 Data Tables and Amortization Tables Exploring Microsoft Office Excel 2007.
CIS300 TEST REVIEW EXAM 2- PROFS. KENDRA, GOYAL & MCINTOSH REACH - CRC © 2014 REACH All Rights Reserved.
Lesson 5: Working with Formulas and Functions Logical and 3D Formulas.
1 Improvement over the old : Dcount, DSum and DAverage Functions)
Computer Science & Engineering 2111 Lecture 4 COUNTIF(s)/SUMIF(s)/SUMPRODUCT/ AVERAGEIF(s)/LARGE/SMALL/RANK 1.
 Enhance understanding of logical functions.  Discuss using conditional logic focusing on: ◦ IF ◦ SUMIF(s) ◦ COUNTIF(s) ◦ AVERAGEIF(s)  While waiting.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Glade Manual – Chapter 6 1 “COUNTIF” function: - “COUNTIF” function counts the number of cells within a range that meet the given condition - In Excel:
DAY 7: EXCEL CHAPTER 4-8 ROHIT September 9,
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
DECISIONS AND FUNCTIONS Module 4.2. DECISIONS AND FUNCTIONS Module 4.2.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 2.
XP Life Insurance Premium Flowchart 1 Add Life Ins = “Y” Salary * Premium Rate Yes 0 No.
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 8: EXCEL CHAPTER 7-11 ROHIT February 8,
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.
ACIS Introduction to Data Analytics & Business Intelligence Business Intelligence Logical Functions Part 1.
BUSINESS MATHEMATICS & STATISTICS. LECTURE 4 Review Lecture 3 Calculating simple or weighted averages Using Microsoft Excel.
AGB 260: Agribusiness Information Technology Advanced Functions and Logic.
MS-EXCEL PART 3. Use data validation in Excel to make sure that users enter certain values into a cell. Data Validation Example In this example, we restrict.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
EXCEL INSTRUCTOR:CHITRANGI DOSHI
AGB 260: Agribusiness Data Literacy
Using Advanced Formulas
Contents Introduction Text functions Logical functions
Computer Science & Engineering 2111
Using Advanced Functions and Conditional Formatting
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel Functions.
Microsoft Excel Models and Functions
RAHUL KAVI September 17, 2013 Day 9: Excel Chapter 6 RAHUL KAVI September 17, 2013.
REACH CRC Professor Reinhardt
CIS300 Test Review REACH - CRC Fall 2010
WATER MIDTERM RATE FUNCTIONS: AVERAGE(number1, number2, …)
Analyzing Data Using Formulas
Managing Multiple Worksheets and Workbooks
&& how we might use it in spreadsheets
Microsoft Excel – Part I
Excel Functions.
Excel Functions.
Excel: Formulas & Functions III Participation Project
REACH CRC Professor Manni
Topic 3 Lesson 1 – Conditional Logic
REACH Computer Resource Center
REACH Computer Resource Center
Presentation transcript:

EXCEL

PARTICIPATION PROJECT STEPS a, 4b

FUNCTIONS

RANK.EQ(), RANK.AVG() IF() NESTED IF() AND, OR, NOT SUM(), AVERAGE(), COUNT() SUMIF(), AVERAGEIF(), COUNTIF() SUMIFS(), AVERAGEIFS(), COUNTIFS()

CELL REFERENCEC5 ABSOLUTE CELL REFERENCE$C$5 MIXED COLUMN CELL REFERENCE$A1 MIXED ROW CELL REFERNCEA$1

RANK.EQ() AND RANK.AVG() RANK.EQ() identifies a value’s rank within the list of values. If the range of values contain duplicate numbers both the values receive the same rank (ex: 8), the next ranking 9 is skipped and the next value is assigned a rank 10 RANK.AVG() identifies the rank of a value but assigns an average rank when duplicate values exist

SYNTAX : =RANK.EQ(number, ref, [order]) =RANK.AVG(number, ref, [order]) Number : The number argument specifies the cell containing the value you want to rank. Ref : the ref argument specifies the range of values that you want to use for rankings. Order : The optional order argument enables you to specify how you want to rank the values.

IF() If() function returns one value when a condition is met or else it returns another value. Syntax : =IF(logical_test, value_if_true, value_if_false) Example: =IF(b2>c2, b2, c2)

EXAMPLE : To find the greatest number ( A, B ) IF A > B A B Value_If_False Value_If_True

NESTED IF() A Nested Function is a function that is embedded within an argument of another function. Example : To assign grades to students(A,B,C) =IF(B4>90,"A",IF(B4>80,"B","C"))

A IF MARKS > 90 IF MARKS >80 B C Value_If_False Value_If_True Value_If_False

AND, OR, NOT 1.AND() : This function accepts two or more test values and displays true if all the conditions are true. Syntax: =AND(logical 1, logical 2) Example : =IF(AND(B2=0,C2=0),10,0) 2.OR() : This function also accepts two or more conditions and returns true if any of the condition is true and returns false if all the conditions are false. Syntax: =OR(logical 1, logical 2) Example : =IF(OR(B2=0,C2=0),10,0)

3.NOT() : NOT function reverses the value of its argument. Syntax : =NOT(logical)

SUMIF(), AVERAGEIF(), COUNTIF() 1.SUMIF() : The SUMIF function is similar to the sum function except that it calculates the sum of values depending on a condition.  Syntax : =SUMIF(range, criteria, sum_range) Range : The range argument specifies the range of cells you want to evaluate to determine if the values meet a particular condition. Criteria : The criteria argument specifies a particular condition. Sum_range : This argument designates the cells containing values to add if the condition is met.

2.AVERAGEIF() : It calculates the average of all cells in a range that meet a specific condition.  Syntax : =AVERAGEIF(range, criteria, average_range) 3.COUNTIF() : Countif function is similar to count function except that it calculates the result based on a certain criteria.  Syntax : =COUNTIF(range, criteria, average_range)

SUMIFS(), AVERAGEIFS(), COUNTIFS() 1.SUMIFS() : This function calculates the total value of cells that meets multiple criteria. SYNTAX : =SUMIFS(sum_range, criteria_range1, criteria1, criteria_range2, criteria2, ……..)

2.AVERAGEIFS() : This function calculates the average value of cells in a range that meet multiple criteria. SYNTAX : =SUMIFS(sum_range, criteria_range1, criteria1, criteria_range2, criteria2, ……..) 3.COUNTIFS() : COUNTIFS() counts the number of cells in a range that meet multiple criteria. SYNTAX : =SUMIFS(sum_range, criteria_range1, criteria1, criteria_range2, criteria2, ……..)