Return the absolute value of a number
=ABS(number)
Replace part of a text string based on its position with new text.
REPLACE(old_text, start_num, num_chars, new_text)
Round a number to a specified number of digits
=ROUND(number, num_digits)
Return a custom result when a formula generates a #N/A error
=IFNA(value, value_if_na)
Return the logical value TRUE if the cell contains either a TRUE or FALSE statement.
=ISLOGICAL(value)
Plots fluctuations in stock prices or other data.
Uses 4 series of values, in order: open, high, low, close.
Data needs to be organized in the correct order.
Return the rank of a number in a data set
=RANK.EQ(number,ref,[order])
Return a random number between 0 and 1
=RAND()
Plots data points for independent and dependant variables.
Often used for scientific, statistical, and engineering data.
Also known as XY chart. Shows patterns in large sets of data.
Plots data in horizontal bars by category.
Make comparisons between discrete categories.
2D and 3D options are available.
Return the logical value TRUE if the cell contains any text.
=ISTEXT(value)
Return the logical value TRUE for any error type.
=ISERROR(value)
Round a number up to the next multiple
=CEILING(number, significance)
Sum (add) values together.
=SUM(number1,number2,…)
Return the logical value TRUE if the cell contains a number.
=ISNUMBER(value)
Returns a vertical array of the most common values in a data set.
=MODE.MULT(number1, [number2], ...)
Plots data as horizontal bars representing stages in a process.
Values typically decrease from top to bottom so chart resembles a funnel.
Could be built using a stacked bar chart.
Return the logical value TRUE if the cell contains any value that is not text.
=ISNONTEXT(value)
Plots data in horizontal rows stacked by category to represent 100%.
Make comparisons between discrete categories.
2D and 3D options are available.
Lookup values by row in a vertical table or range
=VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup])
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!