InterviewSolution
Saved Bookmarks
| 1. |
In Microsoft Excel, which of the following formulas is incorrect1).=SUM(A1,B1,B2,C2)2).=ROUND(SUM(A1:C2),2)3).=ROUND(A1:C2),2)4).=SUM(ROUND(A1:B1,B2:C2)) |
| Answer» CORRECT ANSWER is: =ROUND(SUM(A1:C2),2) | |