Presentation is loading. Please wait.

Presentation is loading. Please wait.

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

Similar presentations


Presentation on theme: "EXCEL. PARTICIPATION PROJECT STEPS 1 2 3 4a, 4b 5 9 12 14 18 22 23 25 26."— Presentation transcript:

1 EXCEL

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

3 FUNCTIONS

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

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

6 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

7 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.

8 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)

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

10 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"))

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

12 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)

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

14 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.

15 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)

16 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, ……..)

17 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, ……..)


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

Similar presentations


Ads by Google