Return an array of random decimal or integer numbers between specified values
=RANDARRAY([rows],[columns],[min],[max],[whole_number])
Round a number up to the next multiple
=CEILING(number, significance)
Return a custom result when a formula generates a #N/A error
=IFNA(value, value_if_na)
Return the logical value TRUE if a cell is blank or empty
=ISBLANK(value)
Return a list of unique values in an array or range
=UNIQUE(array,[by_col],[exactly_once])
Plots data in order and joins with lines stacked by category to represent 100%.
Track changes or trends over time.
Stacked Line option is also available.
Plots data in vertical columns and a filled area.
Make comparisons between discrete categories.
Enables charting of values from diverse data sets.
Return different TRUE and FALSE results from logical tests
=IF(logical_test,[value_if_true],[value_if_false])
Count values in a range that meet a single criteria.
COUNTIF(range,criteria)
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.
Calculate the average of numbers in a range that meet specific criteria.
AVERAGEIF(range, criteria, [average_range])
Return the reverse of TRUE or FALSE statements based on testing logical conditions
=NOT(logical)
Extract characters from within a text string.
MID(text, start_num, num_chars), MIDB(text, start_num, num_bytes)
Join two or more text strings together.
CONCAT(text1, [text2], …)
Return a random integer number between 2 values
=RANDBETWEEN(bottom,top)
Extract characters from the beginning or end of a string.
LEFT(text, [num_chars]), LEFTB(text, [num_bytes])
RIGHT(text, [num_chars]), RIGHTB(text, [num_bytes])
Lookup values by column in a horizontal table or range
=HLOOKUP (lookup_value, table_array, row_index_num, [range_lookup])
Return a reference that is a specified number of rows and columns from a starting point
=OFFSET(reference, rows, cols, [height], [width])
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])
Plots data in vertical columns and a line.
Make comparisons between discrete categories.
Enables charting of values from diverse data sets.
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!