
DOLLAR function - Microsoft Support
DOLLAR uses the $#,##0.00_); ($#,##0.00) number format, although the currency symbol that is applied depends on your local language settings.
Examples of common formulas in lists - Microsoft Support
See examples of column formula syntax for use in SharePoint lists and libraries.
Using IF with AND, OR, and NOT functions in Excel
In Excel, the IF function allows you to make a logical comparison between a value and what you expect by testing for a condition and returning a result if that condition is True or False.
TEXT function - Microsoft Support
Here are some popular examples, which you can copy directly into Excel to experiment with on your own. Notice the format codes within quotation marks. Currency with a thousands …
OFFSET function - Microsoft Support
This article describes the formula syntax and usage of the OFFSET function in Microsoft Excel. Returns a reference to a range that is a specified number of rows and columns from a cell or …
Examples of query criteria - Microsoft Support
To do that, you must first familiarize yourself with the full list of functions, operators, special characters, and the syntax for expressions referring to fields and literals.
ROUND function - Microsoft Support
To always round up (away from zero), use the ROUNDUP function. To always round down (toward zero), use the ROUNDDOWN function. To round a number to a specific multiple (for …
SUMIFS function - Microsoft Support
To use these examples in Excel, drag to select the data in the table, right-click the selection, and pick Copy. In a new worksheet, right-click cell A1 and pick Match Destination Formatting under …
LET function - Microsoft Support
Similar to variables in programming, LET is accomplished through Excel's native formula syntax. To use the LET function in Excel, you define pairs of names and associated values, and a …
SUMIF function - Microsoft Support
Syntax SUMIF (range, criteria, [sum_range]) The SUMIF function syntax has the following arguments: range Required. The range of cells that you want evaluated by criteria. Cells in …
LAMBDA function - Microsoft Support
Use a LAMBDA function to create custom, reusable functions and call them by a friendly name. The new function is available throughout the workbook and called like native Excel functions.