Return the absolute value of a number
=ABS(number)
Count values in a range that meet multiple specific criteria.
COUNTIFS(range1, criteria1, [range2], [criteria2], ...)
Search one row or one column (or an array) for a value
(Vector form) =LOOKUP (lookup_value, lookup_vector, [result_vector])
(Array form) =LOOKUP(lookup_value, array)
Return a list of unique values in an array or range
=UNIQUE(array,[by_col],[exactly_once])
Plots fluctuations in stock prices or other data.
Uses 3 series of values, in order: high, low, close.
Data needs to be organized in the correct order.
Return the relative position of a specified item in a range
=XMATCH(lookup_value, lookup_array, [match_mode], [search_mode])
Return the most common value in a data set
=MODE (number1, [number2], ...)
Lookup values in vertical or horizontal ranges
=XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])
Plots data in order and joins with a line and a filled area below.
Track changes or trends over time.
2D and 3D options are available.
Count how many values are in a list of arguments
COUNTA(value1, [value2], ...)
Return the serial number of the current date
=TODAY()
Returns the arithmetic mean or average of a data set.
=AVERAGE(number1, [number2], ...)
Return the rank of a number in a data set
=RANK.AVG(number,ref,[order])
Plots data on a common axis radiating out from the center of the chart.
Useful for plotting responses to questionnaires or performance reviews.
Available in wireframe (with or without markers) or filled versions.
Count values in a range that meet a single criteria.
COUNTIF(range,criteria)
Return the smallest value in a range of values
MIN(number1, [number2], ...)
Plots data in horizontal bars by category.
Make comparisons between discrete categories.
2D and 3D options are available.
Return the rank of a number in a data set
=RANK.EQ(number,ref,[order])
Return the logical value TRUE for any error type except the #N/A error.
=ISERR(value)
Plots data in horizontal rows stacked by category.
Make comparisons between discrete categories.
2D and 3D options are available.
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!