Sum (add) values in a range that meet a single criteria.
SUMIF(range,criteria,[sum range])
Return a custom result when a formula generates a #N/A error
=IFNA(value, value_if_na)
Plots data into quartiles, highlighting the mean, median and outliers.
Indicates whether a distribution is skewed or whether there are outliers in the data set.
Use with multiple data sets which relate to each other in some way.
Plots fluctuations in stock prices or other data.
Uses 3 series of values, in order: high, low, close.
Data needs to be organized in the correct order.
Return a random integer number between 2 values
=RANDBETWEEN(bottom,top)
Lookup values by row in a vertical table or range
=VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup])
Returns the median or middle number in a data set.
=MEDIAN(number1, [number2], ...)
Return the most common value in a data set
=MODE (number1, [number2], ...)
Search one row or one column (or an array) for a value
(Vector form) =LOOKUP (lookup_value, lookup_vector, [result_vector])
(Array form) =LOOKUP(lookup_value, array)
Plots data in order and stacked by category to represent 100%.
Joins data with lines and a filled area below.
Track changes or trends over time.
Return the number of days between two dates
=DAYS(end_date,start_date)
Sum (add) values together.
=SUM(number1,number2,…)
Join two or more text strings together.
CONCAT(text1, [text2], …)
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.
Lookup values by column in a horizontal table or range
=HLOOKUP (lookup_value, table_array, row_index_num, [range_lookup])
Returns a value from a list based on an index number.
=CHOOSE(index_num, value1, [value2], ...)
Return the logical value TRUE if the cell contains any text.
=ISTEXT(value)
Return the logical value TRUE if a cell contains the #N/A error
=ISBLANK(value)
Return the logical value TRUE if the cell contains a reference.
=ISREF(value)
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!