- Study guides, Class notes & Summaries
Looking for the best study guides, study notes and summaries about ? On this page you'll find 2 study documents about .
2 results
Exam (elaborations)
C268 Spreadsheet Quizzes Correctly Solved 100%
C268 Spreadsheet Quizzes Correctly Solved 100% 
Adds the individual numbers or the numbers included in the range(s). *** SUM() 
 
Counts the number of cells in a range of cells that contain numbers. *** COUNT() 
 
Counts the number of cells in a range of cells that are not blank *** COUNTA() 
 
Calculates the simple average of a set of numbers *** AVERAGE() 
 
Returns the largest value in a set of numbers *** MAX() 
 
Returns the smallest value in a set of numbers *** MIN() 
 
Calculates the int...
Exam (elaborations)
C268 Spreadsheet Midterm Exam 2025
PopularSpreadsheet Model - -Represents the logic of a more complicated logical process 
through functions 
 
Absolute Cell Reference - -A cell reference that remains constant when a formula is 
pasted into a new cell, containing a $. Whenever possible, it is often best to use an 
absolute cell reference 
 
Algorithm - -The level of confidence that we want to have with our estimate. Calculated 
as 1, so 95% confidence is noted as .05(or 1-95%). 
 
Arguments - -The inputs of a function 
 
Arr...