Round a number up to the next multiple
=CEILING(number, significance)
Return the serial number of a particular date
=DATE (year, month, day)
Return the relative position of a specified item in a range
=XMATCH(lookup_value, lookup_array, [match_mode], [search_mode])
Return the year, month or day component of a date
=YEAR(serial_number), =MONTH(serial_number), =DAY(serial_number)
Join two or more text strings together.
CONCATENATE(text1, [text2], …)
Return the logical value TRUE if a cell is blank or empty
=ISBLANK(value)
Extract characters from within a text string.
MID(text, start_num, num_chars), MIDB(text, start_num, num_bytes)
Return TRUE or FALSE statements based on testing multiple logical conditions
=AND(logical1, [logical2], ...)
Return the reverse of TRUE or FALSE statements based on testing logical conditions
=NOT(logical)
Return the rank of a number in a data set
=RANK.AVG(number,ref,[order])
Return the logical value TRUE if the cell contains a number.
=ISNUMBER(value)
Return the most common value in a data set
=MODE.SNGL(number1, [number2], ...)
Return the rank of a number in a data set
=RANK.EQ(number,ref,[order])
Return the relative position of a specified item in a range
=MATCH(lookup_value, lookup_array, [match_type])
Returns the arithmetic mean or average of a data set.
=AVERAGE(number1, [number2], ...)
Count values in a range that meet a single criteria.
COUNTIF(range,criteria)
Remove non-printing characters from a text string.
CLEAN(text)
Join two or more text strings together with a delimiter.
TEXTJOIN(delimiter, ignore_empty, text1, [text2], ...)
Round a number down to a specified number of digits
=ROUNDDOWN(number, num_digits)
Return the logical value TRUE if the cell contains any value that is not text.
=ISNONTEXT(value)
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!