SUM फॉर्मूला का उपयोग , Uses of SUM Formula in Excel
The SUM function is the first
must-know formula in Excel. It usually aggregates values from a selection of
columns or rows from your selected range.
Excel में
SUM फॉर्मूला का उपयोग नंबर्स
को जोड़ने के लिए किया
जाता है। यह सबसे
बेसिक और उपयोगी फंक्शन्स
में से एक है।
=SUM(number1, [number2], …)
Example:
=SUM(B2:G2) – A simple selection
that sums the values of a row.
=SUM(A2:A8) – A simple selection
that sums the values of a column.
=SUM(A2:A7, A9, A12:A15) – A
sophisticated collection that sums values from range A2 to A7, skips A8, adds
A9, jumps A10 and A11, then finally adds from A12 to A15.
=SUM(A2:A8)/20 – Shows you can
also turn your function into a formula.
=SUM(5, 10,
15) // रिजल्ट:
30
सेल
रेफरेंस के साथ : with Cell reference
=SUM(A1, A2,
A3) // A1, A2 और A3 सेल
के वैल्यूज को जोड़ेगा
रेंज
के साथ with Range
=SUM(A1:A10) // A1 से
A10 तक सभी सेल्स को
जोड़ेगा
मल्टीपल
रेंजेस- Multiple Range
=SUM(A1:A5,
C1:C5) // A1-A5 और C1-C5 रेंज
को जोड़ेगा
आप टूलबार में ऑटोसम (Σ) बटन
का भी उपयोग कर
सकते हैं You can try (Σ) Button from
Toolbar for add Value
إرسال تعليق