In the SUMIF function, the ________ argument defines the area to be tested by the criteria

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

Answer: Range

Computer Science & Information Technology

You might also like to view...

The recursive case is shown on:

``` 1 float p( float x, int n ) 2 { 3 if ( n == 0 ) 4 return 1; 5 else 6 return x p( x, n – 1 ); 7 } ``` A. lines 5-6 B. lines 3-4 C. line 1 D. lines 3-6

Computer Science & Information Technology

What is the name of the video editing software developed by Apple?

A. iVideo B. iMovie C. Video Maker D. Movie Maker

Computer Science & Information Technology