Return a list of unique values in an array or range
=UNIQUE(array,[by_col],[exactly_once])
Return the absolute value of a number
=ABS(number)
Plots data points for independent and dependant variables and sizes them with a 3rd variable.
Often used for scientific, statistical, and engineering data.
Shows patterns in large sets of data like an XY or Scatter plot.
Returns a value from a list based on an index number.
=CHOOSE(index_num, value1, [value2], ...)
Return TRUE or FALSE statements based on testing multiple logical conditions
=OR(logical1, [logical2], ...)
Sum (add) values in a range that meet multiple specific criteria.
SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
Plots data in vertical columns stacked by category to represent 100%.
Emphasizes the contribution of two or more data series to the whole.
2D and 3D options are available.
Plots data within a hierarchical structure.
Segments are sized proportionally based on values.
Effective at showing how a category is broken into its contributing pieces.
Plots data in order and joins with lines stacked by category.
Track changes or trends over time.
100% Stacked Line option is also available.
Plots data proportional to the sum of items.
Data points shown as a percentage of the whole.
Smaller values displayed in a secondary bar chart.
Return the most common value in a data set
=MODE.SNGL(number1, [number2], ...)
Plots data in order and stacked by category. Joins data with lines and a filled area below.
Track changes or trends over time.
100% Stacked Area option is also available.
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.
Returns the character specified by a number
CHAR(number)
Lookup values by row in a vertical table or range
=VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup])
Return TRUE or FALSE statements based on testing multiple logical conditions
=AND(logical1, [logical2], ...)
Return the logical value TRUE if the cell contains a number.
=ISNUMBER(value)
Count the number of characters in a string
LEN(text)
Returns the median or middle number in a data set.
=MEDIAN(number1, [number2], ...)
Plots fluctuations in stock prices or other data.
Uses 4 series of values, in order: volume, high, low, close.
Data needs to be organized in the correct order.
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!


