Return the rank of a number in a data set
=RANK(number,ref,[order])
Lookup values in vertical or horizontal ranges
=XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])
Return the logical value TRUE if the cell contains a number.
=ISNUMBER(value)
Join two or more text strings together.
CONCATENATE(text1, [text2], …)
Evaluate and return the contents of a reference specified by a text string
=INDIRECT(ref_text, [a1])
Format numbers as text by applying format codes.
TEXT(value, format_text)
Return different TRUE and FALSE results from logical tests
=IF(logical_test,[value_if_true],[value_if_false])
Return an array of random decimal or integer numbers between specified values
=RANDARRAY([rows],[columns],[min],[max],[whole_number])
Return the reverse of TRUE or FALSE statements based on testing logical conditions
=NOT(logical)
Repeat a specific text string by a number of instances.
REPT(text, number_times)
Replace one or many instances of specific text based on its content (not on its position).
SUBSTITUTE(text, old_text, new_text, [instance_num])
Return the absolute value of a number
=ABS(number)
Return the serial number of a particular date
=DATE (year, month, day)
Join two or more text strings together with a delimiter.
TEXTJOIN(delimiter, ignore_empty, text1, [text2], ...)
Return the logical value TRUE if the cell contains any value that is not text.
=ISNONTEXT(value)
Return the k-th largest value in a range
LARGE(array, k)
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!