Count how many numbers are in a list of arguments
COUNT(value1, [value2], ...)
Returns a vertical array of the most common values in a data set.
=MODE.MULT(number1, [number2], ...)
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 a random number between 0 and 1
=RAND()
Plots data in order and joins with a 2D line.
Track changes or trends over time.
3D option is also available.
Return the year, month or day component of a date
=YEAR(serial_number), =MONTH(serial_number), =DAY(serial_number)
Return the number of days between two dates
=DAYS(end_date,start_date)
Convert text into lowercase, uppercase or capitalize the first letter in a string.
LOWER(text), UPPER(text), PROPER(text)
Replace part of a text string based on its position with new text.
REPLACE(old_text, start_num, num_chars, new_text)
Return an array of random decimal or integer numbers between specified values
=RANDARRAY([rows],[columns],[min],[max],[whole_number])
Return the k-th largest value in a range
LARGE(array, k)
Return the relative position of a specified item in a range
=MATCH(lookup_value, lookup_array, [match_type])
Plots the distribution of data grouped into sorted frequency bins.
Shows the biggest factors in a set of data (e.g. per the 80/20 Pareto principle).
Includes a line representing cumulative contribution to 100% of each column.
Limited formatting options compared to a Combo chart.
Plots the distribution of data grouped into frequency bins.
Bin width or count can be adjusted.
Data is shown as continuous with no gaps between bins.
Resembles a topographic map with colors and patterns representing similar values.
Useful for spotting optimum combinations between 2 sets of data.
3D, Wireframe 3D, Contour and Wireframe Contour versions exist.
Remove irregular spacing from either end of or within a text string.
TRIM(text)
Plots data in horizontal rows stacked by category.
Make comparisons between discrete categories.
2D and 3D options are available.
Return the logical value TRUE if a cell is blank or empty
=ISBLANK(value)
Return the smallest value in a range of values
MIN(number1, [number2], ...)
Round a number down to the next multiple
=FLOOR(number, significance)
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!