The COUNTBLANK function:
A) displays the current date in every blank cell in a range.
B) tallies the number of blank cells in a range.
C) tallies the number of cells in a range that are not empty.
D) highlights every blank cell in a range.
B
You might also like to view...
What is wrong with this code?
``` void PrinttoScreen( int dollars, int cents) { cout << “\n The dollars are << dollars; cout << “\n The cents are << cents; return OK }``` A. The return type is not void. B. You can’t return an OK. C. Both A & B D. Nothing is wrong with it.
Display a student’s full name along with his/her major’s description.
Use the Indo–US (IU) College database tables to design the following queries. (Use the spooling method to capture all queries and results in the CHAP7SP2.LST file)
The average number of hours before a device is likely to fail is called the
A) MTBF Mean Time Between Failures B) DFR Documented Failure Rate C) EFR Expected Failure Rate D) AFR Average Failure Rate E) None of these describe this feature.
Writing all computer programs in the same programming language would be more efficient because all languages meet essentially the same needs.
Answer the following statement true (T) or false (F)