Home MCQs Basic Computer/IT Question #11582
Back to Questions
Basic Computer/IT QUESTION #11582
Question 1
In Microsoft Excel, what symbol must precede every formula?
  • #
  • @
  • =✔️
  • $
Correct Answer Explanation
Every Excel formula must begin with the = (equals sign). This signals to Excel that the cell contains a formula to be calculated, not plain text. For example: =SUM(A1:A10), =AVERAGE(B1:B5), =IF(C1>0,"Positive","Negative"). Without the = sign, Excel treats the entry as text.