Return TRUE or FALSE statements based on testing multiple logical conditions
=AND(logical1, [logical2], ...)
Return TRUE or FALSE statements based on testing multiple logical conditions
=OR(logical1, [logical2], ...)
Return the serial number of the current date and time
=NOW()
Format numbers as text by applying format codes.
TEXT(value, format_text)
Returns a value from a list based on an index number.
=CHOOSE(index_num, value1, [value2], ...)
Return the k-th largest value in a range
LARGE(array, k)
Return the logical value TRUE for any error type except the #N/A error.
=ISERR(value)
Return the logical value TRUE if the cell contains either a TRUE or FALSE statement.
=ISLOGICAL(value)
Return different TRUE and FALSE results from logical tests
=IF(logical_test,[value_if_true],[value_if_false])
Round a number to a specified number of digits
=ROUND(number, num_digits)
Return the logical value TRUE for any error type.
=ISERROR(value)
Return a reference that is a specified number of rows and columns from a starting point
=OFFSET(reference, rows, cols, [height], [width])
Round a number down to a specified number of digits
=ROUNDDOWN(number, num_digits)
Return the number of days between two dates
=DAYS(end_date,start_date)
Return the largest value in a range of values
MAX(number1, [number2], ...)
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 relative position of a specified item in a range
=MATCH(lookup_value, lookup_array, [match_type])
Remove non-printing characters from a text string.
CLEAN(text)
Extract characters from within a text string.
MID(text, start_num, num_chars), MIDB(text, start_num, num_bytes)
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!


