Average Function , नंबर्स का औसत (arithmetic mean) निकालने के लिए Use होता है |
Syntax
· AVERAGE (number1, [number2], …)
· – सभी नंबर्स (Values) का औसत (Average) निकलेगा |
· Average (A1:A12)
· – Range A1 से A2 वाले नंबर्स का औसत (Average) निकलेगा |
· Average (A5 : A15, D2 : D10, ………)
· – Range A1 से A2 और D2 से D2 वाले नंबर्स का औसत (Average) निकलेगा |
|
A |
B |
|
C |
D |
E |
1 |
Name of Students |
Hindi marks |
English Marks |
Math Marks |
Sanskrit Marks |
AVERAGE |
2 |
Anil Sharm |
70 |
80 |
70 |
80 |
=AVERAGE(B2:D2) |
3 |
Dinesh Jain |
89 |
87 |
75 |
100 |
|
4 |
Mohit Kumar |
84 |
80 |
75 |
100 |
|
5 |
Anita Sood |
76 |
61 |
77 |
100 |
|
6 |
Mihir Khan |
69 |
64 |
97 |
100 |
|
=AVERAGE(B2:D2) = 75