Which of the following would you use to view only the records that match the criteria specified?
A) Hyperlinks
B) Conditional formatting
C) Filters
D) Padding
C
Computer Science & Information Technology
You might also like to view...
Which of the following is the least efficient sorting algorithm for large arrays?
a. bubble sort b. binary search c. insertion sort d. selection sort
Computer Science & Information Technology
________ drives store data magnetically on metal platters
Fill in the blank(s) with correct word
Computer Science & Information Technology
Cell divisions in a table are shown as dotted lines called ____________________ lines.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which of the following is a valid header for a procedure that receives a copy of the value stored in a String variable?
Private Sub DisplayName(ByContents strName As String) Private Sub DisplayName(ByValue strName As String) Private Sub DisplayName ByVal(strName As String) None of the above
Computer Science & Information Technology