When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. 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.

  3. How to use the IF function in Excel - Excel Easy

    www.excel-easy.com/examples/if.html

    The IF function in Excel checks whether a condition is met, and returns one value if true and another value if false. This page contains many easy to follow IF examples. Excel Easy #1

  4. 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...

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

  5. How to Write an IF Then Formula in Excel (Examples)

    spreadsheeto.com/if-then-formula-excel

    IF-THEN statements in Excel refer to the IF function of Excel. By IF-THEN statements we tell Excel to check if a logical test is true or false, if true THEN do this, and if false, THEN do that. The syntax of an IF-THEN statement looks like below 👀. = IF (logical_test, value_if_true, [value_if_false])

  6. IF function in Excel: formula examples for text, numbers ... - ...

    www.ablebits.com/office-addins-blog/if-function-excel

    The tutorial explains the syntax and basic uses of the IF function in Excel. You will learn how to create an 'If then' formula for text, numbers, dates, blank cells as well as how to write multiple IF statements.

  7. Excel IF Function - W3Schools

    www.w3schools.com/excel/excel_if.php

    The IF function is a premade function in Excel, which returns values based on a true or false condition. It is typed =IF and has 3 parts: =IF (logical_test, [value_if_true], [value_if_false]) The condition is referred to as logical_test, which can check things like: If a number is greater than another number >

  8. Excel IF function | Exceljet

    exceljet.net/functions/if-function

    The Excel IF function performs a logical test and returns one result when the logical test returns TRUE and another when the logical test returns FALSE. For example, to "pass" scores above 70: =IF(A1>70,"Pass","Fail"). More than one condition can be tested by nesting IF functions.

  9. 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) So an IF statement can have two results.

  10. How to Use the IF Function in Microsoft Excel - How-To Geek

    www.howtogeek.com/832407/how-to-use-the-if-function-in-microsoft-excel

    What Can You Do with Excel's IF Function? How to Write an IF Statement in Excel. Use the Nested IF Function in Excel. Key Takeaways. The IF function returns different values depending on whether a condition is true or false. Use it in the form =IF (Condition,True,False).

  11. How to use IF function in Excel - Excel Explained

    excelexplained.com/how-to-use-if-function-in-excel

    The Excel IF function performs a logical test and returns one value when the condition is TRUE and another when the condition is FALSE. How do you write an if-then formula in Excel? Well, the syntax for IF statements is the same in all Excel versions.