Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to count table rows in Excel
  • How to create running total in an Excel Table
  • How to do a t-Test in Excel?
  • How To Create Pareto Chart in Excel
  • Use Data Form to input, edit and delete records in Excel

References

  • How to get relative column numbers in a range in Excel
  • Last row number in range
  • How to get address of last cell in range in Excel
  • How to get first column number in range in Excel
  • Offset in Excel

Data Validations

  • Excel Data validation must contain specific text
  • Excel Data validation require unique number
  • Excel Data validation date in specific year
  • Excel Data validation exists in list
  • Excel Data validation must not contain

IF function: Description, Usage, Syntax, Examples and Explanation

by

What is IF function in Excel?

IF function is one of logical functions in Microsoft Office Excel that returns one value if the condition is TRUE, or another value if the condition is FALSE.

Syntax of IF function

The syntax for the IF function in Microsoft Excel is:

IF( condition, value_if_true, [value_if_false] )

IF formula explanation

condition
The value that you want to test.
value_if_true
It is the value that is returned if condition evaluates to TRUE.
value_if_false
Optional. It is the value that is returned if condition evaluates to FALSE.

Returns

The IF function returns value_if_true when the condition is TRUE.
The IF function returns value_if_false when the condition is FALSE.
The IF function returns FALSE if the value_if_false parameter is omitted and the condition is FALSE.

Example of  IF function

Let’s explore how to use the IF function as a worksheet function in Microsoft Excel.

Based on the Excel spreadsheet above, the following IF examples would return:

=IF(B2<10, "Reorder", "")
Result: "Reorder"

=IF(A2="Apples", "Equal", "Not Equal")
Result: "Equal"

=IF(B3>=20, 12, 0)
Result: 12

Post navigation

Previous Post:

CUBEVALUE function: Description, Usage, Syntax, Examples and Explanation

Next Post:

CLEAN function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Return blank if in Excel
  • Nested IF function example in Excel
  • Extract multiple matches into separate rows in Excel
  • Invoice status with nested if in Excel
  • Excel If, Nested If, And/Or Criteria Examples

Date Time

  • Two ways to sum time over 30 minutes in Excel
  • Get age from birthday in Excel
  • Display the current date and time in Excel
  • DATEDIF function: Description, Usage, Syntax, Examples and Explanation
  • Convert decimal hours to Excel time

Grouping

  • Running count group by n size in Excel
  • Group numbers with VLOOKUP in Excel
  • If cell contains one of many things in Excel
  • Calculate conditional mode with criteria in Excel
  • Group arbitrary text values in Excel

General

  • Check if multiple cells have same value in Excel
  • Excel Operators
  • Lock Cells in a Worksheet Excel
  • Freeze and Unfreeze Panes in Excel
  • How to calculate percent change in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning