Return the logical value TRUE for any error type.
=ISERROR(value)
Extract characters from the beginning or end of a string.
LEFT(text, [num_chars]), LEFTB(text, [num_bytes])
RIGHT(text, [num_chars]), RIGHTB(text, [num_bytes])
Return the absolute value of a number
=ABS(number)
Plots fluctuations in stock prices or other data.
Uses 5 series of values, in order: volume, open, high, low, close.
Data needs to be organized in the correct order.
Plots data across geographical regions onto a map.
Can be used with countries/regions, states, counties or postal codes.
Links to online geography data types to convert categories into recognized values.
Return the year, month or day component of a date
=YEAR(serial_number), =MONTH(serial_number), =DAY(serial_number)
Find specific text and its related starting position within a text string.
FIND(find_text, within_text, [start_num])
FINDB(find_text, within_text, [start_num])
Plots data proportional to the sum of items.
Data points shown as a percentage of the whole.
2D and 3D options are available.
Return a filtered range of data based on defined criteria
=FILTER (array, include, [if_empty])
Return the logical value TRUE if the cell contains a reference.
=ISREF(value)
Returns the median or middle number in a data set.
=MEDIAN(number1, [number2], ...)
Count values in a range that meet multiple specific criteria.
COUNTIFS(range1, criteria1, [range2], [criteria2], ...)
Return the rank of a number in a data set
=RANK.AVG(number,ref,[order])
Return the largest value in a range of values
MAX(number1, [number2], ...)
Return the rank of a number in a data set
=RANK.EQ(number,ref,[order])
Plots data in horizontal rows stacked by category to represent 100%.
Make comparisons between discrete categories.
2D and 3D options are available.
Return a reference that is a specified number of rows and columns from a starting point
=OFFSET(reference, rows, cols, [height], [width])
Return the k-th smallest value in a range
SMALL(array, k)
Extract characters from within a text string.
MID(text, start_num, num_chars), MIDB(text, start_num, num_bytes)
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.
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!