Sum (add) values together.
=SUM(number1,number2,…)
Lookup values by row in a vertical table or range
=VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup])
Return an array of random decimal or integer numbers between specified values
=RANDARRAY([rows],[columns],[min],[max],[whole_number])
Return TRUE or FALSE statements based on testing multiple logical conditions
=OR(logical1, [logical2], ...)
Return the logical value TRUE if a cell is blank or empty
=ISBLANK(value)
Return the logical value TRUE for any error type except the #N/A error.
=ISERR(value)
Sum (add) values in a range that meet multiple specific criteria.
SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
Return a custom result when a formula generates an error
=ISERROR(value)
Return the logical value TRUE if the cell contains either a TRUE or FALSE statement.
=ISLOGICAL(value)
Evaluate and return the contents of a reference specified by a text string
=INDIRECT(ref_text, [a1])
Return the number of days between two dates
=DAYS(end_date,start_date)
Return the serial number of the current date
=TODAY()
Replace part of a text string based on its position with new text.
REPLACE(old_text, start_num, num_chars, new_text)
Returns the arithmetic mean or average of a data set.
=AVERAGE(number1, [number2], ...)
Returns a vertical array of the most common values in a data set.
=MODE.MULT(number1, [number2], ...)
Returns a value from a list based on an index number.
=CHOOSE(index_num, value1, [value2], ...)
Returns the character specified by a number
CHAR(number)
Return the rank of a number in a data set
=RANK.EQ(number,ref,[order])
Return the rank of a number in a data set
=RANK(number,ref,[order])
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!