Round a number down to the next multiple
=FLOOR(number, significance)
Count how many values are in a list of arguments
COUNTA(value1, [value2], ...)
Plots data in vertical columns.
Make comparisons between discrete categories.
2D and 3D options are available.
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.
Calculate the average of numbers in a range that meet specific criteria.
AVERAGEIF(range, criteria, [average_range])
Return the value or reference of specified cell(s)
Array form: =INDEX(array, row_num, [column_num])
Reference form: =INDEX(reference, row_num, [column_num], [area_num])
Remove irregular spacing from either end of or within a text string.
TRIM(text)
Return the relative position of a specified item in a range
=XMATCH(lookup_value, lookup_array, [match_mode], [search_mode])
Lookup values by column in a horizontal table or range
=HLOOKUP (lookup_value, table_array, row_index_num, [range_lookup])
Return the serial number of the current date
=TODAY()
Return TRUE or FALSE statements based on testing multiple logical conditions
=AND(logical1, [logical2], ...)
Count values in a range that meet a single criteria.
COUNTIF(range,criteria)
Replace one or many instances of specific text based on its content (not on its position).
SUBSTITUTE(text, old_text, new_text, [instance_num])
Return the reverse of TRUE or FALSE statements based on testing logical conditions
=NOT(logical)
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 most common value in a data set
=MODE.SNGL(number1, [number2], ...)
Plots data in horizontal rows stacked by category to represent 100%.
Make comparisons between discrete categories.
2D and 3D options are available.
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.
Join two or more text strings together.
CONCATENATE(text1, [text2], …)
Plots data proportional to the sum of items.
Data points shown as a percentage of the whole.
Smaller values displayed in a secondary pie.
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!