Return the absolute value of a number
=ABS(number)
Return the logical value TRUE for any error type.
=ISERROR(value)
Sum (add) values together.
=SUM(number1,number2,…)
Replace part of a text string based on its position with new text.
REPLACE(old_text, start_num, num_chars, new_text)
Extract characters from within a text string.
MID(text, start_num, num_chars), MIDB(text, start_num, num_bytes)
Return TRUE or FALSE statements based on testing multiple logical conditions
=OR(logical1, [logical2], ...)
Returns the median or middle number in a data set.
=MEDIAN(number1, [number2], ...)
Return the largest value in a range of values
MAX(number1, [number2], ...)
Return the relative position of a specified item in a range
=MATCH(lookup_value, lookup_array, [match_type])
Plots data in order and stacked by category to represent 100%.
Joins data with lines and a filled area below.
Track changes or trends over time.
Plots data from a related Pivot Table. Available in all chart formats.
Includes Filters which can be changed either in the Pivot Chart or related Pivot Table.
Changes to either a Pivot Table or Pivot Chart will automatically be reflected in the other.
Return the logical value TRUE if the cell contains any text.
=ISTEXT(value)
Returns a value from a list based on an index number.
=CHOOSE(index_num, value1, [value2], ...)
Count values in a range that meet multiple specific criteria.
COUNTIFS(range1, criteria1, [range2], [criteria2], ...)
Return the k-th largest value in a range
LARGE(array, k)
Count values in a range that meet a single criteria.
COUNTIF(range,criteria)
Return TRUE or FALSE statements based on testing multiple logical conditions
=AND(logical1, [logical2], ...)
Plots data into quartiles, highlighting the mean, median and outliers.
Indicates whether a distribution is skewed or whether there are outliers in the data set.
Use with multiple data sets which relate to each other in some way.
Lookup values by column in a horizontal table or range
=HLOOKUP (lookup_value, table_array, row_index_num, [range_lookup])
Return the logical value TRUE if the cell contains a reference.
=ISREF(value)
Register (for free!) or Login to access bonus materials
About xlsnippets
Learn how to master functions, charts, pivot tables and more using Excel for Microsoft Office 365. Simple instructions and embedded spreadsheets help you practise the basics.
Latest Updates
TEXTJOIN() function
26 March 2022
REPLACE() function
26 March 2022
TEXT() function
26 March 2022
RANK.AVG() function
25 March 2022
CONCAT() function
22 March 2022
Coming soon
xlsnippets.com is currently in beta version. More functions and bonus content for registered users will be added weekly. Detailed training courses with additional downloadable resources are also on the horizon!