Before you create a validation list, you must first ________ the cells that you want to restrict to only valid entries from the list

A) name B) limit C) control D) select


C

Computer Science & Information Technology

You might also like to view...

What is the incorrect action and why does it occur?

Specification: Check to see if the user’s input is a 0 or a 1. If it is a 0 or a 1, write out Hello World.``` #include using namespace std; int main() { int user_input; cout << “\nEnter an integer.”; cin >> user_input; if(user_input == 0 || 1)cout << “\nHello World”; return 0; } ```

Computer Science & Information Technology

________ computing refers to the efficient and eco-friendly use of computers

A) Grid B) Distributed C) Ubiquitous D) Green

Computer Science & Information Technology

The Windows 8 ________ screen displays after you turn on your computer and respond to any username and password prompts

Fill in the blank(s) with correct word

Computer Science & Information Technology

Cells containing formulas that refer to other cells are called ________ cells

Fill in the blank(s) with correct word

Computer Science & Information Technology