PAPER 1 of notes Flashcards
Find average
=Average(Range)
Average if more than one criteria
=Averageifs(averagerange;range1;criteria1…)
Sum with more than one criteria
=sumifs(Sumrange;range1;criteria1;range…)
calculate the mean taken by excluding a percentage of data points from the top and bottom tails of a data set
=trimmean(range;percentage)
calculate standard deviation
=STDEV.P(range)
median?
=median(range)
finding quartile
=quartile.inc(range;quartile)
the k-th percentile of values in a range, inclusive
=percentile.inc(range;percentage)
the most frequently occurring number in a numeric data set.
=Mode.SNGL(range)
correlation
=correl(range1;range2)
a numeric value based on its position in a list when sorted by value in ascending order.
=SMALL(range;rank)
find a particular number in a range
=LARGE(range;rank)
extracts a specified number of characters from the beginning of a text string.
=LEFT(text;nmbrofcharacters)
retrieve a chosen amount of characters, counting from the right side of an Excel cell
=RIGHT(text;nmbrofcharacters)
designed to pull a substring from the middle of the original text string.
=MID(text;start position; nmbr of characters)