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

Data Analysis

  • How to Create One and Two Variable Data Tables in Excel
  • How To Insert and Customize Sparklines in Excel
  • Understanding Anova in Excel
  • Excel Pie Chart
  • Subtotal function in Excel

References

  • Perform case-sensitive Lookup in Excel
  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • How to get relative row numbers in a range in Excel
  • Convert text string to valid reference in Excel using Indirect function
  • Approximate match with multiple criteria in Excel

Data Validations

  • Excel Data validation don’t exceed total
  • Prevent invalid data entering in specific cells
  • How To Create Drop-down List in Excel
  • Excel Data validation only dates between
  • Excel Data validation unique values only

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, AND, OR and NOT Functions Examples in Excel
  • Check multiple cells are equal in Excel
  • SWITCH function example in Excel
  • How to use Excel OR Function
  • Invoice status with nested if in Excel

Date Time

  • Generate series of dates by weekends in Excel
  • How to Calculate Age in Excel
  • Convert date to text in Excel
  • How to join date and text together in Excel
  • Convert time to time zone in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • Group times into 3 hour buckets in Excel
  • Group numbers with VLOOKUP in Excel
  • Running count group by n size in Excel
  • How to randomly assign data to groups in Excel

General

  • Count cells that do not contain errors in Excel
  • Delete Blank Rows at Once in Excel
  • Subtotal by color in Excel
  • How to add sequential row numbers to a set of data in Excel
  • Advanced Number Formats in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning