Return the absolute value of a number
=ABS(number)
Return the logical value TRUE if the cell contains any text.
=ISTEXT(value)
Plots fluctuations in stock prices or other data.
Uses 3 series of values, in order: high, low, close.
Data needs to be organized in the correct order.
Return the logical value TRUE if the cell contains either a TRUE or FALSE statement.
=ISLOGICAL(value)
Extract characters from within a text string.
MID(text, start_num, num_chars), MIDB(text, start_num, num_bytes)
Round a number up to the next multiple
=CEILING(number, significance)
Plots data in vertical columns and a line.
Make comparisons between discrete categories.
Enables charting of values from diverse data sets.
Return the number of days between two dates
=DAYS(end_date,start_date)
Returns the median or middle number in a data set.
=MEDIAN(number1, [number2], ...)
Return the serial number of a particular date
=DATE (year, month, day)
Returns a value from a list based on an index number.
=CHOOSE(index_num, value1, [value2], ...)
Return a reference that is a specified number of rows and columns from a starting point
=OFFSET(reference, rows, cols, [height], [width])
Return the rank of a number in a data set
=RANK(number,ref,[order])
Join two or more text strings together.
CONCATENATE(text1, [text2], …)
Return the most common value in a data set
=MODE (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 an array of random decimal or integer numbers between specified values
=RANDARRAY([rows],[columns],[min],[max],[whole_number])
Return the smallest value in a range of values
MIN(number1, [number2], ...)
Return the logical value TRUE if the cell contains any value that is not text.
=ISNONTEXT(value)
Round a number down to a specified number of digits
=ROUNDDOWN(number, num_digits)
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!