Final answer:
The formula to calculate Surplus Quantity in cell C14 is '=MAX(C11-C10,0)'. It considers the Purchase Quantity and the Demand to ensure that the surplus cannot be negative.
Step-by-step explanation:
To calculate the Surplus Quantity in cell C14, we need to use a formula that considers both the Purchase Quantity and the Demand. The Surplus Quantity represents the number of chocolate assortments left unsold after meeting the daily demand. The appropriate formula to determine the Surplus Quantity would be the Purchase Quantity minus the Demand (or Quantity Sold), but with a constraint that it cannot be negative.
Surplus Quantity would be calculated as: =MAX(C11-C10,0)
This formula takes the value in cell C11 (which represents Purchase Quantity) and subtracts the value in cell C10 (which represents Demand). If the result is a negative number, it will return 0 since we cannot have a negative quantity of chocolate assortments. The MAX function ensures that the surplus is never less than zero.