Replace part of a text string based on its position with new text.
REPLACE(old_text, start_num, num_chars, new_text)
Return the rank of a number in a data set
=RANK.AVG(number,ref,[order])
Format numbers as text by applying format codes.
TEXT(value, format_text)
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.
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.
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 the logical value TRUE if the cell contains any value that is not text.
=ISNONTEXT(value)
Returns a value from a list based on an index number.
=CHOOSE(index_num, value1, [value2], ...)
Return different TRUE and FALSE results from logical tests
=IF(logical_test,[value_if_true],[value_if_false])
Return a random integer number between 2 values
=RANDBETWEEN(bottom,top)
Return the serial number of the current date and time
=NOW()
Plots data in vertical columns.
Make comparisons between discrete categories.
2D and 3D options are available.
Count values in a range that meet a single criteria.
COUNTIF(range,criteria)
Plots data in order and joins with lines stacked by category.
Track changes or trends over time.
100% Stacked Line option is also available.
Calculate the average of numbers in a range that meet specific criteria.
AVERAGEIF(range, criteria, [average_range])
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.
Return an array of random decimal or integer numbers between specified values
=RANDARRAY([rows],[columns],[min],[max],[whole_number])
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 TRUE or FALSE statements based on testing multiple logical conditions
=OR(logical1, [logical2], ...)
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!