Aggregate और Arithmetic operations

Excel परिचय

Jess Ahmet

Content Developer, DataCamp

Order of operations: समस्या

Math Problem:

$\ 20 \times\ 2 - (1/2) \times\ 10 \times\ 2^2$

Order of Operations

  • Parenthesis

  • Exponents

  • Division/Multiplication (left-to-right)

  • Addition/Subtraction (left-to-right)

Excel परिचय

Order of operations: समाधान

Math Problem:

$\ 20 \times\ 2 - (1/2) \times\ 10 \times\ 2^2$

Solution

  1. Parenthesis: $\ 20 \times\ 2 - \underline{0.5} \times\ 10 \times\ 2^2$

  2. Exponents: $\ 20 \times\ 2 - 0.5 \times\ 10 \times\ \underline{4}$

  3. Multiplication: $\underline{40} - \underline{20}$

  4. Subtraction: $\underline{20}$

Excel परिचय

Excel में order of operations

Order of operations: Parentheses, Exponents, Division, Multiplication, Addition & Subtraction

Excel में पूरा order of operations Excel order of operations list with examples

Excel परिचय

Excel में फंक्शन

 

 

Function library

Excel परिचय

Aggregate functions का ओवरव्यू

Aggregate functions: मानों के समूह का सार बनाकर एक परिणाम देना

  • आम aggregate functions:
    • SUM
    • AVERAGE
    • COUNT
    • MIN
    • MAX
Excel परिचय

Aggregate functions

University of DataCamp

Sample student test score dataset

Excel परिचय

Aggregate functions: Average

University of DataCamp  

Sample student test score dataset

 

Average: संख्याओं के सेट का केंद्रीय/सामान्य मान

  • सभी मानों का योग ÷ रिकॉर्डों की संख्या
  • Formula:
    • AVERAGE(B2:B11)
    • AVERAGE(B:B)
    • AVERAGE(Students[Test Score])
  • Output: 74.2
Excel परिचय

Aggregate functions: आगे

Min: कॉलम में न्यूनतम मान

  • MIN()

Max: कॉलम में अधिकतम मान

  • MAX()

Count: रिकॉर्डों की संख्या

  • COUNT()

Sum: कॉलम के सभी मानों का कुल

  • SUM()
Excel परिचय

अभ्यास करते हैं!

Excel परिचय

Preparing Video For Download...