Computer Science, asked by nancysingh3559, 2 months ago

write the steps to perform count function of data​

Answers

Answered by arvgenie
2

Answer:

Explanation:

COUNT function is 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.

And

COUNT(value1, [value2], ...)

The COUNT function syntax has the following arguments:

value1  : Required. The first item, cell reference, or range within which you want to count numbers.

value2 : Optional. Up to 255 additional items, cell references, or ranges within which you want to count numbers.

Answered by Anonymous
2

Answer:

The following COUNT function example uses one argument -- a reference to cells A1:A5.

  • The following COUNT function example uses one argument -- a reference to cells A1:A5.Enter the sample data on your worksheet.
  • The following COUNT function example uses one argument -- a reference to cells A1:A5.Enter the sample data on your worksheet.In cell A7, enter an COUNT formula, to count the numbers in column A: =COUNT(A1:A5)
  • The following COUNT function example uses one argument -- a reference to cells A1:A5.Enter the sample data on your worksheet.In cell A7, enter an COUNT formula, to count the numbers in column A: =COUNT(A1:A5)Press the Enter key, to complete the formula.
  • The following COUNT function example uses one argument -- a reference to cells A1:A5.Enter the sample data on your worksheet.In cell A7, enter an COUNT formula, to count the numbers in column A: =COUNT(A1:A5)Press the Enter key, to complete the formula.The result will be 3, the number of cells that contain numbers.

i am always fine dear (•‿•)

Similar questions