The Goal Seek command is located in the ________ command on the Data tab

A) Consolidate
B) Data Validation
C) What-If Analysis
D) Advanced


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is a variable declaration statement?

a. int total; b. #include c. int main() d. // first string entered by user

Computer Science & Information Technology

Which of the following statements is false?

a. InputStream and OutputStream are abstract classes for performing byte-based I/O. b. Tubes are synchronized communication channels between threads. c. A filter stream provides additional functionality, such as aggregating data bytes into meaningful primitive-type units. FilterInputStream and FilterOutputStream are typically extended, so some of their filtering capabilities are provided by their concrete subclasses. d. A PrintStream performs text output. System.out and System.err are PrintStreams.

Computer Science & Information Technology

The ____ DTD does not support frames or inline frames.

A. frameset B. basic C. strict D. main

Computer Science & Information Technology

Variables should be declared as fields only if ________.

a. they are local variables b. they are used only within a method c. they are required for use in more than one method or their values must be saved between calls to the class’s methods d. they are arguments

Computer Science & Information Technology