Functions are the core of Excel, from simple ones like SUM to powerful combos like INDEX & MATCH. Find the right function for any task below.
Returns a corresponding value to the right of a specified lookup value in a table.
Read article Lookup & ReferenceReturns a corresponding value beneath a specified lookup value in a table.
Read article Lookup & ReferenceReturns a value from a table, combining the power of VLOOKUP and HLOOKUP into one flexible function.
Read article Lookup & ReferenceReturns the value from a cell in a list at a specified position. Often paired with MATCH.
Read article Lookup & ReferenceReturns the position of a specified value in a list. Pairs with INDEX to create lookups more flexible than VLOOKUP.
Read article Math & StatsAdds together different numerical values into a total.
Read article Math & StatsAdds together all numerical values that meet a user-specified criterion.
Read article Math & StatsAdds together all numerical values that meet multiple user-specified criteria.
Read article Math & StatsReturns the average (arithmetic mean) of a group of numbers.
Read article Math & StatsCounts the number of cells in a range that contain numerical values.
Read article Math & StatsCounts the number of cells in a range that meet one specified criteria.
Read article Math & StatsCounts the number of rows or columns in a range that meet multiple specified criteria.
Read article Math & StatsReturn the minimum and maximum numerical values from a group of numbers.
Read article Math & StatsReturns the nth largest or smallest value from a group of numbers — e.g., the 2nd largest.
Read article TextJoins together different pieces of text into one string.
Read article TextJoins different strings of text with a common delimiter or separator between each string.
Read article TextExtracts all text that appears after a specified delimiter. Useful for extracting the last word.
Read article TextExtracts all text that appears before a specified delimiter. Useful for extracting the first word.
Read article TextReturn different sections of a string — the leftmost 5 characters, the last 3, or a middle slice.
Read article TextReturns a specified number of the leftmost characters of a string of text.
Read article TextReturns the length of a text string in number of characters.
Read article TextReturns a substring of text from within the middle of a larger string.
Read article TextSearches for a case-specific substring within a string and returns its position.
Read article TextReplaces one string of text with another string of text.
Read article TextChange the case of text to uppercase, lowercase, or proper case.
Read article TextLearn how to extract the first word from a string of text in Excel.
Read article TextLearn how to extract the last word from a string of text in Excel.
Read article LogicalAdd logical decisions to your spreadsheet and return different values based on whether a condition is true or false.
Read article LogicalSimilar to IF, but lets you test multiple criteria with a single formula.
Read article LogicalCompares a specific value against multiple criteria and returns a result for the first match.
Read article LogicalReturn true or false based on different combinations of conditions.
Read article LogicalGreater Than, Less Than, Equal To, and more — compare two values and return true or false.
Read article Formatting & ToolsReference the same cell(s) no matter where a formula is copied in the worksheet.
Read article Formatting & ToolsSpecify a list of data that a user can pick from to populate a cell.
Read article Formatting & ToolsQuickly and easily copy formatting from one cell to another.
Read article Formatting & ToolsReplace text when searching for matches — using *, ?, and ~ characters.
Read article Formatting & ToolsReturns the current date. Updates automatically every time the workbook recalculates.
Read article Exam PrepLearn how to ace Indeed's Excel Assessment and land the job.
Read article Exam PrepLearn how to pass Microsoft's MO-200 Excel certification exam.
Read article Exam PrepLearn how to pass Microsoft's MO-201 Excel Expert certification exam.
Read article