Ask Question

Which function adds values from multiple cells and returns a specific numeric value?

The

function adds values from multiple cells and returns a specific numeric value.

+3
Answers (1)
  1. 7 May, 03:59
    0
    The function sum () adds values from multiple cells and returns a specific numeric value.

    Explanation:

    The sum () function is used to add many values that are specified within the function. the values that are in need to be summed up must be given as an argument to this function. This function returns the specific value which is the summed up result. The specification = SUM (A2:A10) is used to sum up the values of the cells A2 to A10.

    The argument of this function may be an array, range of cells, values etc. This function will ignore the cells that are empty and cells that has text values. If an error occurs in the argument then the result returned will also have error. The function Aggregate is used to ignore these errors.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which function adds values from multiple cells and returns a specific numeric value? The function adds values from multiple cells and ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers