How to Make an If Statement in Excel?

Type `=IF(` in a cell

Enter the logical test

Type a comma

Enter the value if TRUE

Type a comma

Enter the value if FALSE

Close the formula with `)`

Example: `=IF(A1>10,”Yes”,”No”)`

Suggested for You

Trending Today