Returns the character specified by a number
CHAR(number)
Lookup values by column in a horizontal table or range
=HLOOKUP (lookup_value, table_array, row_index_num, [range_lookup])
Return the k-th smallest value in a range
SMALL(array, k)
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])
Replace one or many instances of specific text based on its content (not on its position).
SUBSTITUTE(text, old_text, new_text, [instance_num])
Find specific text and its related starting position within a text string.
FIND(find_text, within_text, [start_num])
FINDB(find_text, within_text, [start_num])
Return different TRUE and FALSE results from logical tests
=IF(logical_test,[value_if_true],[value_if_false])
Replace part of a text string based on its position with new text.
REPLACE(old_text, start_num, num_chars, new_text)
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.
Plots data in horizontal rows stacked by category to represent 100%.
Make comparisons between discrete categories.
2D and 3D options are available.
Count values in a range that meet multiple specific criteria.
COUNTIFS(range1, criteria1, [range2], [criteria2], ...)
Count the number of characters in a string
LEN(text)
Plots data proportional to the sum of items.
Data points shown as a percentage of the whole.
Smaller values displayed in a secondary pie.
Lookup values by row in a vertical table or range
=VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup])
Return the logical value TRUE if the cell contains a reference.
=ISREF(value)
Remove irregular spacing from either end of or within a text string.
TRIM(text)
Returns the median or middle number in a data set.
=MEDIAN(number1, [number2], ...)
Plots data in vertical columns stacked by category.
Emphasizes the total of two or more data series over time.
2D and 3D options are available.
Return the logical value TRUE if the cell contains either a TRUE or FALSE statement.
=ISLOGICAL(value)
Return a random integer number between 2 values
=RANDBETWEEN(bottom,top)
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!