Excel परिचय
Jess Ahmet
Content Developer, DataCamp
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)
Math Problem:
$\ 20 \times\ 2 - (1/2) \times\ 10 \times\ 2^2$
Solution
Parenthesis: $\ 20 \times\ 2 - \underline{0.5} \times\ 10 \times\ 2^2$
Exponents: $\ 20 \times\ 2 - 0.5 \times\ 10 \times\ \underline{4}$
Multiplication: $\underline{40} - \underline{20}$
Subtraction: $\underline{20}$
Order of operations: Parentheses, Exponents, Division, Multiplication, Addition & Subtraction
Excel में पूरा order of operations


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

University of DataCamp

Average: संख्याओं के सेट का केंद्रीय/सामान्य मान
AVERAGE(B2:B11)AVERAGE(B:B)AVERAGE(Students[Test Score])Min: कॉलम में न्यूनतम मान
MIN()Max: कॉलम में अधिकतम मान
MAX()Count: रिकॉर्डों की संख्या
COUNT()Sum: कॉलम के सभी मानों का कुल
SUM()Excel परिचय