In the Evaluate Formula dialog box, you step through a formula by repeatedly pressing the ________ button until it indicates Restart when you reach the end of the calculation

A) Step In B) Evaluate C) Calculate D) Step Out

B

Computer Science & Information Technology

You might also like to view...

When you open a database, a Security Warning bar appears to prevent viruses from entering your computer

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following will count down from 10 to 1 correctly?

a. for (int j = 10; j <= 1; j++) b. for (int j = 1; j <= 10; j++) c. for (int j = 10; j > 1; j--) d. for (int j = 10; j >= 1; j--)

Computer Science & Information Technology