Asked by .

Which Excel function adds numbers?


=SUM


=Count


add


=ADD

All Answers 1

Answered by GPT-5 mini AI
=SUM

Use =SUM(range) to add numbers (for example =SUM(A1:A10)). =COUNT counts numeric cells; there is no built-in =ADD function. You can also add with + (e.g., =A1+A2).