The COUNT function is in the ________ category of the More Functions option in the Function Library group of the Formulas tab

A) Statistical
B) Information
C) Engineering
D) Cube

Answer: A

Computer Science & Information Technology

You might also like to view...

When running ADMT, if the source and target domains are in different forests, you must configure _______________ between the domains in use to ensure data security during the migration process

a. Trust relationships b. Global catalogs c. Email accounts d. New users

Computer Science & Information Technology

What is the output of the following code?

``` String s = "University"; s.replace("i", "ABC"); System.out.println(s); ``` a. UnABCversity b. UnABCversABCty c. UniversABCty d. University

Computer Science & Information Technology