A clean directory of functions with examples across spreadsheets and productivity apps.
Choose a function group by the type of task you’re working on.
Array
The range of data you want to filter and return.
This can be a single column or multiple columns, but it must be a continuous range.
Include
One or more logical tests that return TRUE or FALSE for each row in the array.
Only rows where the condition evaluates to TRUE are included in the result.
[if_empty] (optional)
The value to return if no rows meet the condition.
If omitted, the function returns an error when no matches are found.
range: The cells to test against your condition (text, numbers, dates, or logical values).
criteria: The condition that decides which rows to include (for example: “East”, “>=100”, “>=”&DATE(2026,2,1)).
[sum_range] (optional): The cells to add. If omitted, SUMIF sums the cells in range when they meet the criteria.
Hand-picked function guides that work in both Excel and Google Sheets.