Correct option is D
The correct answer is (d) SUM.
SUM () is used to add all the numbers in a range in MS-Excel.
The SUM function is written as = SUM (range), where range is the group of cells you want to sum up. This function can handle both individual cell references and ranges, making it versatile for various summing tasks.
· To use the SUM function, you can type =SUM(A1:A10) in a cell to sum the values from cell A1 to A10
Information Booster:
AVERAGE: Calculates the average of a group of numbers.
MAX: Finds the maximum value in a range of cells.
COUNT: Counts the number of cells that contain numbers.