Question:medium

Which of the following signs define a formula?

Show Hint

Remember: In spreadsheets, always start your formula with = to make it work.
Updated On: Mar 25, 2026
  • +
  • =
  • %
  • *
Show Solution

The Correct Option is B

Solution and Explanation

Formulas in spreadsheet software and numerous programming environments commence with an equals sign (=). This prefix signals to the system that the subsequent data constitutes a calculation, rather than mere text or a numerical value. While operators such as plus (+), asterisk (*), and percent (%) are integral to the formula's execution, they do not initiate it. Consequently, a calculation will not function as a formula if it lacks the leading equals sign. Therefore, option (B) is the accurate response.
Was this answer helpful?
0