What is the difference between a function and a formula? List two types of functions available in Excel. Describe how you would use the following functions: SUM, AVERAGE, COUNT, and MIN.

What will be an ideal response?


A formula is an equation used to calculate values in a cell. A function formula is a special formula that names a function instead of using operators to calculate a result. Statistical, mathematical, trigonometric, and logical functions are all types of functions available in Excel. * SUM is used to add the values in the specified range of cells.* AVERAGE totals the range of cells, and then divides the total by the number of entries in the specified range.* COUNT counts the number of cells with values in the specified range.* MIN shows the minimum value within the specified range of cells.

Computer Science & Information Technology

You might also like to view...

Suppose you want to use a for loop to iterate through an array named anArray. How would you indicate the number of times the loop will be performed?

A. final Integer N = anArray.length; for (Integer i = 0; i < N; i++) {... B. anArray.length = N; for (Integer i = 0; i < anArray.length; i++) {... C. for (anArray.length = 0; anArray.length < N; anArray.length++) {... D. final Integer N = anArray.length; for (Integer i = anArray.length; i < N; i++) {...

Computer Science & Information Technology

The OSI model consists of ____ distinct layers stacked on one another.

A. two B. three C. five D. seven

Computer Science & Information Technology

In Slide Show view of PowerPoint Online, the presentation is displayed full-screen, allowing presentation directly from the web browser

Indicate whether the statement is true or false

Computer Science & Information Technology

________ has traditionally encompassed abuses and misuses of computer systems or computers connected to the Internet, resulting in direct and concomitant losses

a. Digital crime b. Computer-related crime c. Cybercrime d. Computer crime

Computer Science & Information Technology