Return a random integer number between 2 values
=RANDBETWEEN(bottom,top)
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. Joins data with lines and a filled area below.
Track changes or trends over time.
100% Stacked Area option is also available.
Return the serial number of a particular date
=DATE (year, month, day)
Return a random number between 0 and 1
=RAND()
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 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 k-th largest value in a range
LARGE(array, k)
Return the year, month or day component of a date
=YEAR(serial_number), =MONTH(serial_number), =DAY(serial_number)
Lookup values by row in a vertical table or range
=VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup])
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])
Plots data as a series of color-coded, positive and negative floating columns.
Also known as a bridge chart, shows the impact of additions and subtractions to an initial value.
Useful for visually displaying running totals.
Lookup values by column in a horizontal table or range
=HLOOKUP (lookup_value, table_array, row_index_num, [range_lookup])
Return the relative position of a specified item in a range
=XMATCH(lookup_value, lookup_array, [match_mode], [search_mode])
Return the logical value TRUE for any error type.
=ISERROR(value)
Remove non-printing characters from a text string.
CLEAN(text)
Plots fluctuations in stock prices or other data.
Uses 4 series of values, in order: volume, high, low, close.
Data needs to be organized in the correct order.
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 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 rank of a number in a data set
=RANK(number,ref,[order])
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!