EXCEL IF FUNCTION

This function checks for a condition and returns the value you give if the condition is true, and a different value if the condition is false.

Syntax:

=IF (logical_test, [value_if_true], [value_if_false])

Parameter list:

  • logical test – a value or logical expression that can be tested as TRUE or FALSE.
  • value if true – the value to return when logical test expression is True.
  • value if false – [optional] value if false When logical test evaluates to FALSE, this is the result to return.

Step By Step Guide of IF Function

This function examines a situation.
If the condition is satisfied, the result is TRUE; if the condition is not met, the result is FALSE; and depending on the outcome, one of two actions will be taken.

If Function

Excel IF Function Template/Exercise

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now