AVERAGE formula in Excel : एक्सेल में एवरेज (औसत) फॉर्मूला

AVERAGE formula in Excel एक्सेल में एवरेज (औसत) फॉर्मूला

एक्सेल Excel में औसत (Average) निकालने के लिए आप फॉर्मूला का उपयोग कर सकते हैं 

 The AVERAGE function should remind you of simple averages of data such as the average number of shareholders in a given shareholding pool.

=AVERAGE(number1, [number2], …)



Example:

=AVERAGE(A1:A10) – Shows a simple average, also similar to (SUM(A1: A10)/9)


मूल एवरेज फॉर्मूला Basic Average Formula

=AVERAGE(cell1, cell1, cell2, cell3, cell4, ...)

=AVERAGE(Range)

 

मान लीजिए आपके पास A11 से A15 तक के सेल में नंबर्स हैं: 

A11: 10 

A12: 20 

A13: 30 

A14: 40 

A15: 50 

 

औसत निकालने के लिए फॉर्मूला होगा: 

=AVERAGE(A1:A5)

Answer : परिणाम: 30 (क्योंकि (10+20+30+40+50)/5 = 30) 


एवरेज फंक्शन्स Average Function with conditions

AVERAGEIF (कंडीशन के साथ औसत)

   =AVERAGEIF(रेंज, कंडीशन, [औसत रेंज])

उदाहरण Example  

   =AVERAGEIF(B1:B5, ">20")       (यह B1 से B5 में 20 से बड़े नंबर्स का औसत निकालेगा) 

 

 

0 Comments

Post a Comment

Post a Comment (0)

Previous Post Next Post