The ________ function runs calculations only on the data that is in the subset when a filter is applied

A) SUBTOTAL B) AVERAGE C) MAX D) SUM

A

Computer Science & Information Technology

You might also like to view...

How many records do most forms display?

A) 0 (Forms don't display records) B) 1 C) 2 D) All the records at the same time

Computer Science & Information Technology

Which of the following statements is correct to display Welcome to Java on the console?

a. System.out.println('Welcome to Java'); b. System.out.println("Welcome to Java"); c. System.println('Welcome to Java'); d. System.out.println('Welcome to Java"); e. System.out.println("Welcome to Java');

Computer Science & Information Technology