About 400 results
Open links in new tab
  1. Create a simple formula in Excel - Microsoft Support

    You can create a simple formula to add, subtract, multiply or divide values in your worksheet. Simple formulas always start with an equal sign (=), followed by constants that are numeric …

  2. Using IF with AND, OR, and NOT functions in Excel

    How to use the IF function (combined with the AND, OR, and NOT functions) in Excel to make logical comparisons between given values.

  3. Use conditional formatting to highlight information in Excel

    You can apply conditional formatting to a range of cells (either a selection or a named range), an Excel table, and in Excel for Windows, even a PivotTable report.

  4. Enter a formula - Microsoft Support

    Formulas are equations that perform calculations on values in your sheet. All formulas begin with an equal sign (=). You can create a simple formula by using constant and calculation operator. …

  5. Overview of formulas in Excel - Microsoft Support

    Master the art of Excel formulas with our comprehensive guide. Learn how to perform calculations, manipulate cell contents, and test conditions with ease.

  6. IF function – nested formulas and avoiding pitfalls

    Multiple IF functions can be nested together to allow for multiple criteria. The Excel IF function statement allows you to make a logical comparison between a value and what you expect by …

  7. Multiply and divide numbers in Excel - Microsoft Support

    Create a simple formula to multiply and divide in an Excel spreadsheet. You can multiply two or more numbers in one cell or multiply and divide numbers using cell references.

  8. Create custom functions in Excel - Microsoft Support

    Instead, Excel provides you with the ability to create custom functions, which are explained in this article. Tip: The information in this article is intended for advanced Excel users. For more …

  9. Overview of formulas - Microsoft Support

    As you enter a function into the formula, the Insert Function dialog box displays the name of the function, each of its arguments, a description of the function and each argument, the current …

  10. Using check boxes in Excel - Microsoft Support

    If you reference a check box cell with a formula, TRUE or FALSE will be passed along to that formula. For example, if you have a check box in cell A1, you can use a formula like =IF (A1, …