The ________ function searches for a specific item in a range and returns the relative position of the item

A) LOOKUP
B) INDEX
C) SUBTOTAL
D) MATCH


Answer: D

Computer Science & Information Technology

You might also like to view...

The ____ tool changes the attributes or properties of a stroke or applies a stroke to an object that has no stroke.

A. Ink Bottle B. Paint Can C. Spray Bottle D. Selection

Computer Science & Information Technology

If you want to have a self-playing presentation, such as one that might be displayed in a kiosk, you use the ________ tab to set up the changing of the slides

A) Insert B) Slide Show C) Animations D) Transitions

Computer Science & Information Technology

Garrett wants to search through a csv file to find all rows that have either the name John or Bob in them and display them out to the terminal. Which of the following commands could Garrett use to perform this search?

A. grep -E “(John|Bob)” salesemployees.csv B. grep (John|Bob) salesemployees.csv C. grep -E (John|Bob) salesemployees.csv D. egrep (John|Bob) salesemployees.csv

Computer Science & Information Technology

The __________ directive is used to declare a symbol which is not defined anywhere in the module being assembled, but is assumed to be defined in some other module and needs to be referred to by this one.

A. [WARNING] B. EXTERN C. SECTION D. COMMON

Computer Science & Information Technology