IF FunctionThe IF Function checks a cell to see if something is true or false. If it is true, Excel automatically puts data in the cell. If it is false, Excel automatically puts different data in the cell. How do I use the IF Function?Equal =IF(B6=0, "Out of Stock", "In Stock")
If B6=0 is true, apples are out of stock.
If B6=0 is false, apples are in stock.
|
| Previous Page | Table of Contents | Next Page |