Which is an example of an Excel function?

A) =D7/D20
B) =D6 + D7 + D8
C) =D5*100
D) =SUM(D6:D8)

Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following function declarations correctly guarantee that the function will not change any values in the array argument?

a. void f1(int array[], int size) const; b. void f1(int array[], int size); c. void f1(int &array, int size); d. void f1(const int array[], int size); e. void f1(int array[], const int size);

Computer Science & Information Technology

With the Start-to-Finish dependency type, task 1 must start before task 2 can finish.

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

Computer Science & Information Technology