📊 Advanced Excel Command Center PRO 150+ Formulas | Interactive Examples
Master Excel with live demos: VLOOKUP, XLOOKUP, IF, SUMIFS, INDEX-MATCH, Pivot, Power Query & more
📋 Live Demo Data (Click any cell to edit)
| A | B | C | D | E | F | |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | ||||||
| 3 | ||||||
| 4 | ||||||
| 5 | ||||||
| 6 | ||||||
| 7 |
💡 Edit any cell — formulas with = recalculate automatically
IF Function
=IF(logical_test, value_if_true, value_if_false)
Returns one value if condition is TRUE and another if FALSE.
📖 Example:
=IF(B2>3000, "High", "Low") → Returns "High" if sales > 3000
=IF(B2>3000, "High", "Low") → Returns "High" if sales > 3000

0 Comments