Saved Bookmarks
| 1. |
Which of the following formulae can be used to add the contents of C2 and D3 in Lotus 1-2-3?1. C2 + D3,2. +C2 + D3,3. SUM (C2, D3),4. (C2 + D3)1. 1 and 2 2. 2 and 4 3. 1 and 3 4. 3 and 4 5. |
|
Answer» Correct Answer - Option 2 : 2 and 4 Explanation: The Lotus 123 or 1-2-3 is a world famous package offering spreadsheet services to the users. It is designed by IBM, United States. It became popular as an application in the 1980s and it runs of Disk operating systems. All the basic arithmetic operators have the conventional signs like
So for addition of contents of C2 and D3, we can use +C2 + D3 or (C2 + D3) or @SUM(C2 : D3) |
|