In the formula =SUBTOTAL(102,[PAID]), what does the 102 represent?
A) The number of rows to subtotal B) The SUM function
C) The COUNT function D) The row number in which to place the subtotal
C
Computer Science & Information Technology
You might also like to view...
In __________, inheritance is shown with a line that has an open arrowhead at one end that points to the superclass.
a. pseudocode b. a UML diagram c. a CRC card d. a hierarchy chart
Computer Science & Information Technology
Write three functions, one to clear blue and one to clear red, and one to clear green. For each of these, which would be the most useful in actual practice? How about combinations of them?
You don’t need to write a clearBlue function
Computer Science & Information Technology