MS Excel will not be able to calculate which of the following formulas if 'Sales' is not a defined name or range?
Q1. MS Excel will not be able to calculate which of the following formulas if 'Sales' is not a defined name or range?
Answer: SUM(Sales)-A3
Explanation: If "Sales" is not a defined named range in the workbook, the formula SUM(Sales)-A3 will return a #NAME? error because Excel cannot resolve the undefined name.