When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Using IF with AND, OR, and NOT functions in Excel

    support.microsoft.com/en-us/office/using-if-with-and-or-and-not-functions-in...

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

  3. IF function - Microsoft Support

    support.microsoft.com/en-us/office/if-function-69aed7c9-4e8a-4755-a9bc-aa8bbff...

    IF function. The IF function is one of the most popular functions in Excel, and it allows you to make logical comparisons between a value and what you expect. So an IF statement can have two results. The first result is if your comparison is True, the second if your comparison is False.

  4. IF function – nested formulas and avoiding pitfalls

    support.microsoft.com/en-us/office/if-function-nested-formulas-and-avoiding...

    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 True or False. =IF(Something is True, then do something, otherwise do something else)

  5. Create conditional formulas - Microsoft Support

    support.microsoft.com/en-us/office/create-conditional-formulas-ca916c57-abd8-4...

    You can use the AND, OR, NOT, and IF functions to create conditional formulas. For example, the IF function uses the following arguments. Formula that uses the IF function. logical_test: The condition that you want to check. value_if_true: The value to return if the condition is True.

  6. Create a simple formula in Excel - Microsoft Support

    support.microsoft.com/en-us/office/create-a-simple-formula-in-excel-11a5f0e5...

    How to create simple formulas in Excel using AutoSum and the SUM function, along with the add, subtract, multiply, or divide values in your worksheet.

  7. IFS function - Microsoft Support

    support.microsoft.com/en-us/office/ifs-function-36329a26-37b2-467c-972b-4a39bd...

    The IFS function checks whether one or more conditions are met, and returns a value that corresponds to the first TRUE condition. IFS can take the place of multiple nested IF statements, and is much easier to read with multiple conditions.

  8. IF function - Microsoft Support

    support.microsoft.com/en-us/office/if-function-7025be14-5665-43d0-af20-8293d1...

    Returns one value if a condition you specify evaluates to TRUE and another value if it evaluates to FALSE. Use IF to conduct conditional tests on values and formulas. Syntax. IF(logical_test,value_if_true,value_if_false) Logical_test is any value or expression that can be evaluated to TRUE or FALSE. For example, [Quarter1]=100 is a logical ...

  9. Overview of formulas - Microsoft Support

    support.microsoft.com/en-us/office/overview-of-formulas-34519a4e-1e8d-4f4b-84d...

    Yes, you can use Excel for the web to find totals for a column or row of numbers, but you can also calculate a mortgage payment, solve math or engineering problems, or find a best case scenario based on variable numbers that you plug in. Excel for the web does this by using formulas in cells.

  10. Video: IF with AND and OR - Microsoft Support

    support.microsoft.com/en-gb/office/video-if-with-and-and-or-2a47066d-85d8-4751...

    Watch this video to see how to extend the functionality of the IF function by nesting AND and OR functions. Want more? Nest a function within a function. IF function. SUMIFS function. COUNTIFS function. AVERAGEIFS function. IFERROR function

  11. AND function - Microsoft Support

    support.microsoft.com/en-gb/office/and-function-5f19b2e8-e1df-4408-897a-ce285a...

    The AND function returns TRUE if all its arguments evaluate to TRUE, and returns FALSE if one or more arguments evaluate to FALSE. One common use for the AND function is to expand the usefulness of other functions that perform logical tests.