The ________ function is used to count the number of cells in a range that meet one specified criterion
A) COUNTIF
B) COUNT
C) COUNTA
D) COUNTIFS
Answer: A
Computer Science & Information Technology
You might also like to view...
What is displayed by the C statements at the right if the value input is 3?
a. Equal scanf("%d", &n); b. Less if (n = 5) c. Greater printf("Equal\n"); d. no output else if (n < 5)printf("Less\n");elseprintf("Greater\n");
Computer Science & Information Technology
Which statement opens a file in such a way that information will only be written to the end of the file?
a. data-File(open.append("info.dat"); b. dataFile.open("info.dat", ios::out | ios::app); c. datFile.open = "c:\\info.dat" ios::append; d. open(dataFile.append); e. None of these
Computer Science & Information Technology