The Scenario Manager dialog box enables you to do all of the following EXCEPT:

A) edit scenarios B) delete scenarios C) add scenarios D) format scenarios


D

Computer Science & Information Technology

You might also like to view...

Given the following declarations:

struct house { double price; int rooms; }; house *ptr1, *ptr2; which of the following is invalid? a) ptr1->price = 200000; b) ptr2->rooms = ptr1->rooms; c) *ptr1 = ptr2; d) ptr1 = ptr2;

Computer Science & Information Technology

Excel displays pound signs in a cell when the cell is not wide enough to display the entire number

Indicate whether the statement is true or false

Computer Science & Information Technology

All programs can be written in terms of three types of control structures: _______, _______ and _______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A(n) 3-D ________ references the same cell or range of cells across multiple worksheets in a workbook

Fill in the blank(s) with correct word

Computer Science & Information Technology