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

Data Analysis

  • How to create dynamic reference table name in Excel
  • How to create Gauge Chart in Excel
  • Conditional Formatting Color Scales Examples in Excel
  • How to calculate average last N values in a table in Excel
  • Get column index in Excel Table

References

  • How to use Excel VLOOKUP Function
  • How to retrieve first match between two ranges in Excel
  • Count rows with at least n matching values
  • How to use Excel OFFSET function
  • How to get address of last cell in range in Excel

Data Validations

  • Excel Data validation must begin with
  • Excel Data validation date in next 30 days
  • Excel Data validation date in specific year
  • Excel Data validation whole percentage only
  • Excel Data validation require unique number

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

  • IF with boolean logic in Excel
  • How to return blank in place of #DIV/0! error in Excel
  • How to use Excel TRUE Function
  • How to use Excel FALSE Function
  • How to use Excel OR Function

Date Time

  • Count day of week between dates in Excel
  • Calculate expiration date in Excel
  • Convert Excel time to decimal hours in Excel
  • Count birthdays by month in Excel
  • TIMEVALUE function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Group times into unequal buckets in Excel
  • Calculate conditional mode with criteria in Excel
  • Group numbers with VLOOKUP in Excel
  • Running count group by n size in Excel
  • Map inputs to arbitrary values in Excel

General

  • Check if multiple cells have same value with case sensitive in Excel
  • Currency vs Accounting Format in Excel
  • How to count total number of cells in a rectangular range in Excel
  • List sheet names with formula in Excel
  • How to get original price from percentage discount in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning