Which of the below formulas add cells a1 through a5 in Microsoft Excel?
=sum(A1+A5)
=sum(A1:A5)
=add(A1+A5)
=total(A1:A5)