Basic Excel Functions For Data Analysis 1691739185
Basic Excel Functions For Data Analysis 1691739185
EXCEL
FUNCTIONS
FOR DATA
ANALYSIS
@nnennanjoku
Basic
Calculations
SUM: Adds up a range of
numbers.
AVERAGE: Calculates the
average of a range of
numbers.
COUNT: Counts the number
of cells containing numbers.
MAX: Returns the highest
value in a range.
MIN: Returns the lowest
value in a range.
@nnennanjoku
Conditional
Calculations
SUMIF: Adds up values based on a
given condition.
AVERAGEIF: Calculates the average
of values based on a condition.
COUNTIF: Counts cells based on a
condition.
IF: Returns one value if a condition is
true and another value if it's false.
COUNTIFS: Counts cells based on
multiple conditions.
SUMIFS: Adds up values based on
multiple conditions.
AVERAGEIFS: Calculates the average
based on multiple conditions.
@nnennanjoku
Lookup and
Reference
VLOOKUP: Searches for a value in
a table and returns a
corresponding value from another
column.
HLOOKUP: Similar to VLOOKUP,
but searches horizontally in a row.
INDEX: Returns a value from a
specified row and column of a
range.
MATCH: Searches for a value in a
range and returns its relative
position.
@nnennanjoku
Data Analysis and
Statistics
CORREL: Calculates the
correlation coefficient between
two data sets.
STDEV: Calculates the standard
deviation of a range.
RANK: Returns the rank of a
number in a list of numbers.
PERCENTILE: Calculates the kth
percentile of a dataset.
QUARTILE: Calculates the
quartile of a dataset.
@nnennanjoku
Trend Analysis
TREND: Calculates values
along a linear trend.
@nnennanjoku
Was this helpful?
@nnennanjoku