Return a custom result when a formula generates a #N/A error
=IFNA(value, value_if_na)
Return the logical value TRUE for any error type.
=ISERROR(value)
Round a number up to the next multiple
=CEILING(number, significance)
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 within a hierarchical structure.
Categories are displayed by color and proximity and are sized proportionally based on values.
Easily show lots of data which would be difficult with other chart types.
Extract characters from within a text string.
MID(text, start_num, num_chars), MIDB(text, start_num, num_bytes)
Round a number up to a specified number of digits
=ROUNDUP(number, num_digits)
Return the k-th smallest value in a range
SMALL(array, k)
Return the serial number of the current date
=TODAY()
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], ...)
Plots data proportional to the sum of items.
Data points shown as a percentage of the whole.
2D and 3D options are available.
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.
Return the rank of a number in a data set
=RANK.AVG(number,ref,[order])
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])
Returns a value from a list based on an index number.
=CHOOSE(index_num, value1, [value2], ...)
Return a reference that is a specified number of rows and columns from a starting point
=OFFSET(reference, rows, cols, [height], [width])
Return the most common value in a data set
=MODE.SNGL(number1, [number2], ...)
Plots data proportional to the sum of items.
Data points shown as a percentage of the whole.
Unlike a pie chart, can display multiple categories.
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!


