Find specific text and its related starting position within a text string.
FIND(find_text, within_text, [start_num])
FINDB(find_text, within_text, [start_num])
Return the serial number of the current date
=TODAY()
Return the logical value TRUE if the cell contains either a TRUE or FALSE statement.
=ISLOGICAL(value)
Return the rank of a number in a data set
=RANK(number,ref,[order])
Calculate the average of numbers in a range that meet specific criteria.
AVERAGEIF(range, criteria, [average_range])
Return different TRUE and FALSE results from logical tests
=IF(logical_test,[value_if_true],[value_if_false])
Return the logical value TRUE if the cell contains any text.
=ISTEXT(value)
Sum (add) values in a range that meet a single criteria.
SUMIF(range,criteria,[sum range])
Return a custom result when a formula generates a #N/A error
=IFNA(value, value_if_na)
Search one row or one column (or an array) for a value
(Vector form) =LOOKUP (lookup_value, lookup_vector, [result_vector])
(Array form) =LOOKUP(lookup_value, array)
Format numbers as text by applying format codes.
TEXT(value, format_text)
Remove non-printing characters from a text string.
CLEAN(text)
Round a number down to a specified number of digits
=ROUNDDOWN(number, num_digits)
Return the year, month or day component of a date
=YEAR(serial_number), =MONTH(serial_number), =DAY(serial_number)
Sum (add) values together.
=SUM(number1,number2,…)
Returns the character specified by a number
CHAR(number)
Return a filtered range of data based on defined criteria
=FILTER (array, include, [if_empty])
Join two or more text strings together.
CONCATENATE(text1, [text2], …)
Return TRUE or FALSE statements based on testing multiple logical conditions
=OR(logical1, [logical2], ...)
Count the number of characters in a string
LEN(text)
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!