AND
Returns TRUE if all of its arguments are TRUE.
Beginner Essentials is the fastest path to becoming productive in Excel. These functions cover the fundamentals you’ll reuse in almost every worksheet.
This collection groups Excel functions that are commonly used for beginner essentials workflows. Instead of browsing hundreds of formulas, you can focus on the exact tools that solve this type of task.
Each function page includes a short explanation and practical usage context. Use these functions as standalone tools or combine them to build more advanced, maintainable formulas.
If you frequently work with reports, dashboards, or recurring templates, bookmarking the key functions from this collection will speed up your day-to-day work.
Returns TRUE if all of its arguments are TRUE.
Returns the average of its arguments.
Removes all nonprintable characters from text.
Counts how many numbers are in the list of arguments.
Counts how many values are in the list of arguments.
Counts the number of cells within a range that meet the given criteria.
Returns the serial number of a particular date.
Specifies a logical test to perform.
Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula.
Uses an index to choose a value from a reference or array.
Returns the leftmost characters from a text value.
Returns the number of characters in a text string.
Looks up values in a reference or array.
Returns the maximum value in a list of arguments.
Returns a specific number of characters from a text string starting at the position you specify.
Returns the minimum value in a list of arguments.
Returns the serial number of the current date and time.
Returns TRUE if any argument is TRUE.
Returns the rightmost characters from a text value.
Rounds a number to a specified number of digits.
Adds its arguments.
Adds the cells specified by a given criteria.
Returns the serial number of today's date.
Removes spaces from text.
Looks in the first column of an array and moves across the row to return the value of a cell.
Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match.