Return the logical value TRUE for any error type.
=ISERROR(value)
Return the number of days between two dates
=DAYS(end_date,start_date)
Round a number up to a specified number of digits
=ROUNDUP(number, num_digits)
Replace one or many instances of specific text based on its content (not on its position).
SUBSTITUTE(text, old_text, new_text, [instance_num])
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.
Plots data proportional to the sum of items.
Data points shown as a percentage of the whole.
Smaller values displayed in a secondary pie.
Return a random number between 0 and 1
=RAND()
Plots data in horizontal bars by category.
Make comparisons between discrete categories.
2D and 3D options are available.
Replace part of a text string based on its position with new text.
REPLACE(old_text, start_num, num_chars, new_text)
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.
Count values in a range that meet multiple specific criteria.
COUNTIFS(range1, criteria1, [range2], [criteria2], ...)
Return an array of random decimal or integer numbers between specified values
=RANDARRAY([rows],[columns],[min],[max],[whole_number])
Plots data in vertical columns stacked by category to represent 100%.
Emphasizes the contribution of two or more data series to the whole.
2D and 3D options are available.
Return the logical value TRUE if the cell contains any text.
=ISTEXT(value)
Count how many values are in a list of arguments
COUNTA(value1, [value2], ...)
Sum (add) values in a range that meet multiple specific criteria.
SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
Plots data in order and joins with lines stacked by category to represent 100%.
Track changes or trends over time.
Stacked Line option is also available.
Return the most common value in a data set
=MODE (number1, [number2], ...)
Plots data in vertical columns and a filled area.
Make comparisons between discrete categories.
Enables charting of values from diverse data sets.
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.
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!