Microsoft Excell

Microsoft Excel
Formula and Function
Discussion
Example
What is the value of cell C3? 4
Question 1
What is the value of cell A1?
Question 2
What is the value of cell D5?
Question 3
What is the value of cell B2?
Example
What is the cell of value 3? B3
Question 4
What is the cell of value 8?
Question 5
What is the cell of value 5?
Question 6
What is the cell of value 7?
Example
What is the value of =A3+B1? 6
Question 7
What is the value of =A1+B3?
Question 8
What is the value of =A1-B3?
Question 9
What is the value of =A1*B3?
Question 10
What is the value of =A1/B3?
Question 11
What is the value of =A1+B3*C2?
Question 12
What is the value of =A1+(B3*D2)?
Question 13
What is the value of =A1+B3-B3/(C3*C2)?
Question 14
What is the value of =A3*5-B2?
Question 15
What is the value of =A3-4*C2-(D2/3)?
Example
What is the formula to find the total value of 1st
row?
=A1+B1+C1+D1
Question 16
What is the formula to find the total value of 2nd
row?
Question 17
What is the formula to find the total value of 3rd
row?
Question 18
What is the formula to find the total value of last
row?
Question 19
What is the formula to find of total of 2nd column?
Question 20
What is the formula to find of total of 1st column?
Question 21
What is the formula to find of total of last column?
Question 22
What is the formula to find of total of column A
and B?
Question 23
What is the formula to find of total of column B
and D?
Example
What is the formula to find the average value of 1st
row?
=(A1+B1+C1+D1)/4
Question 24
What is the formula to find the average value of
2nd row?
Question 25
What is the formula to find the average value of 3rd
row?
Question 26
What is the formula to find the average value of
last row?
Question 27
What is the formula to find of average of 2nd
column?
Question 28
What is the formula to find of average of 1st
column?
Question 29
What is the formula to find of average of last
column?
Question 30
What is the formula to find of average of column A
and B?
Question 31
What is the formula to find of average of column B
and D?
Question 32
What is the formula to find of average of column A
and B?
Question 33
What is the formula to find of average of column B
and D?
Example
What is the function to find the total value of 1st
row?
= SUM (A1:D1)
Question 34
What is the function to find the sum value of 2nd
row?
Question 35
What is the function to find the total value of 3rd
row?
Question 36
What is the function to find the sum value of last
row?
Question 37
What is the function to find of sum of 2nd column?
Question 38
What is the function to find of total of 1st column?
Question 39
What is the function to find of sum of last column?
Question 40
What is the function to find of total of column A
and B?
Question 41
What is the function to find of sum of column B
and D?
Example
What is the function to find the average value of
1st row?
= AVERAGE(A1:D1)
Question 42
What is the function to find the average value of
2nd row?
Question 43
What is the function to find the average value of
3rd row?
Question 44
What is the function to find the average value of
last row?
Question 45
What is the function to find of average of 2nd
column?
Question 46
What is the function to find of average of 1st
column?
Question 47
What is the function to find of average of last
column?
Question 48
What is the function to find the average value of
column A and B?
Question 49
What is the function to find the average value of
column B and D?
Example
What is the function to find the maximum value of
1st row?
= MAX (A1:D1)
Question 50
What is the function to find the maximum value of
2nd row?
Question 51
What is the function to find the maximum value of
3rd row?
Question 52
What is the function to find the maximum value of
last row?
Question 53
What is the function to find of maximum of 2nd
column?
Question 54
What is the function to find of maximum of 1st
column?
Question 55
What is the function to find the maximum of last
column?
Question 56
What is the function to find the maximum value of
column A and B?
Question 57
What is the function to find the maximum value of
column B and D?
Example
What is the function to find the minimum value of
1st row?
= MIN (A1:D1)
Question 58
What is the function to find the minimum value of
2nd row?
Question 59
What is the function to find the minimum value of
3rd row?
Question 60
What is the function to find the minimum value of
last row?
Question 61
What is the function to find of minimum value of
2nd column?
Question 62
What is the function to find of minimum value of
1st column?
Question 63
What is the function to find the minimum value of
last column?
Question 64
What is the function to find the minimum value of
column A and B?
Question 65
What is the function to find the minimum value of
column B and D?
Question 66
What is the function to find the sum value of all
cells?
=SUM(A1:D5)
Question 67
What is the function to find the total value of all
cells?
Question 68
What is the function to find the average value of
all cells?
Question 69
What is the function to find the minimum value of
all cells?
Question 70
What is the function to find the maximum value of
all cells?