On the `'Prices'' worksheet, in the `'inventory Notice'' column, use a function to display `'Low'' if the `' inventory Level % is below 15%. Otherwise, leave the `'Inventory Notice'' blank.
- Please refer to Explanation below for the answer.
Answer(s): A
Explanation:
=IF(inventory level<15%), "low", ""). Select and drag to apply to other rows
Reveal Solution Next Question