Computer Science, asked by shahinakhan2357, 5 hours ago

Write the syntax for the following
Sum,Min,Count,Now, average

Answers

Answered by jitender1708jk
0

Answer:

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.

The MIN function syntax has the following arguments: Number1, number2, ... Number1 is optional, subsequent numbers are optional. 1 to 255 numbers for which you want to find the minimum value.

Use the COUNT function to get the number of entries in a number field that is in a range or array of numbers. For example, you can enter the following formula to count the numbers in the range A1:A20: =COUNT(A1:A20). In this example, if five of the cells in the range contain numbers, the result is 5.

This article describes the formula syntax and usage of the NOW function in Microsoft Excel. Find links to more information about working with dates and times in the See Also section.

The AVERAGE function will average cells that contain numbers. Its syntax is: =AVERAGE(value1, value2,... value30).

Similar questions