What is the purpose of an Excel What-if scenario?

A. A two-variable goal seek tool
B. Any what-if analysis
C. A tool that changes one variable through several iterations
D. Detailed set of values that represent different possible situations


Answer: D

Computer Science & Information Technology

You might also like to view...

What names are displayed in the list box by the following program segment?

``` Dim tonightShow() As String = {"Allen", "Parr", "Carson", "Leno", "O'Brien", "Leno"} Dim query = From host in tonightShow Where host.Length = 4 Select host Distinct For Each host in query lstBox.Items.Add(host) Next ``` (A) Parr, Leno, Leno (B) Parr, Leno (C) Leno (D) No names

Computer Science & Information Technology

A file created by Microsoft Word is usually called a ____.

A. document B. spreadsheet C. slide show D. presentation

Computer Science & Information Technology

You can add and delete fields in either Layout view or Design view

Indicate whether the statement is true or false

Computer Science & Information Technology

Just as objects are similar to adjectives, attributes resemble verbs that describe what and how an object does something.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology