FUNDAMENTALS OF COMPUTER

USING MICROSOFT EXCEL

HOW TO ADD COPY AND MOVE WORKSHEETS WITHIN EXCEL WORKBOOKS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The SUM formula adds the contents of the highlighted cells.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -With the macro’s code inserted in your Excel, this is what you need to do: Select one or more ranges where you want to count and sum colored cells. Make sure the selected range(s) contains numerical data. Press Alt + F8, select the SumCountByConditionalFormat macro in the list, and click Run.

Detailed explanation-2: -The SUM function adds values. You can add individual values, cell references or ranges or a mix of all three. For example: =SUM(A2:A10) Adds the values in cells A2:10.

Detailed explanation-3: -For example =SUM(A2:A6) is less likely to have typing errors than =A2+A3+A4+A5+A6. Here’s a formula that uses two cell ranges: =SUM(A2:A4, C2:C3) sums the numbers in ranges A2:A4 and C2:C3. You’d press Enter to get the total of 39787.

Detailed explanation-4: -If you need to sum a column or row of numbers, let Excel do the math for you. Select a cell next to the numbers you want to sum, click AutoSum on the Home tab, press Enter, and you’re done.

There is 1 question to complete.