Lookup values by column in a horizontal table or range
=HLOOKUP (lookup_value, table_array, row_index_num, [range_lookup])
Lookup values in vertical or horizontal ranges
=XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])
Plots data points for independent and dependant variables.
Often used for scientific, statistical, and engineering data.
Also known as XY chart. Shows patterns in large sets of data.
Plots data in order and joins with lines stacked by category.
Track changes or trends over time.
100% Stacked Line option is also available.
Return the logical value TRUE if the cell contains a reference.
=ISREF(value)
Plots data in vertical columns.
Make comparisons between discrete categories.
2D and 3D options are available.
Round a number down to the next multiple
=FLOOR(number, significance)
Return the rank of a number in a data set
=RANK(number,ref,[order])
Replace part of a text string based on its position with new text.
REPLACE(old_text, start_num, num_chars, new_text)
Count how many numbers are in a list of arguments
COUNT(value1, [value2], ...)
Return a random integer number between 2 values
=RANDBETWEEN(bottom,top)
Plots data in horizontal rows stacked by category.
Make comparisons between discrete categories.
2D and 3D options are available.
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.
Return the logical value TRUE if the cell contains any text.
=ISTEXT(value)
Round a number up to a specified number of digits
=ROUNDUP(number, num_digits)
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 a list of unique values in an array or range
=UNIQUE(array,[by_col],[exactly_once])
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 logical value TRUE if a cell contains the #N/A error
=ISBLANK(value)
Convert text into lowercase, uppercase or capitalize the first letter in a string.
LOWER(text), UPPER(text), PROPER(text)
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!