Return the logical value TRUE if a cell is blank or empty
=ISBLANK(value)
Return the logical value TRUE for any error type except the #N/A error.
=ISERR(value)
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.
Returns the character specified by a number
CHAR(number)
Plots data in order and joins with a 2D line.
Track changes or trends over time.
3D option is also available.
Round a number to a specified number of digits
=ROUND(number, num_digits)
Calculate the average of numbers in a range that meet specific criteria.
AVERAGEIF(range, criteria, [average_range])
Sum (add) values in a range that meet a single criteria.
SUMIF(range,criteria,[sum range])
Return an array of random decimal or integer numbers between specified values
=RANDARRAY([rows],[columns],[min],[max],[whole_number])
Plots data in order and joins with a line and a filled area below.
Track changes or trends over time.
2D and 3D options are available.
Count values in a range that meet multiple specific criteria.
COUNTIFS(range1, criteria1, [range2], [criteria2], ...)
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.
Return the serial number of a particular date
=DATE (year, month, day)
Returns the arithmetic mean or average of a data set.
=AVERAGE(number1, [number2], ...)
Return different TRUE and FALSE results from logical tests
=IF(logical_test,[value_if_true],[value_if_false])
Format numbers as text by applying format codes.
TEXT(value, format_text)
Plots data in horizontal bars.
Make comparisons between discrete categories.
2D and 3D options are available.
Return a list of unique values in an array or range
=UNIQUE(array,[by_col],[exactly_once])
Round a number up to a specified number of digits
=ROUNDUP(number, num_digits)
Return the most common value in a data set
=MODE.SNGL(number1, [number2], ...)
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!


