(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
What function offers you the possibility to view different results depending on the entered condition?
=if()
A range in Microsoft Excel Refers To...
A Group of cells
What is the correct formula to calculate an average between cells B3 and B6
=Average(B3:B6)
Automatically change the width of a column to fit the longest entry or change the height of a row to fit the font
Autofit
A function inside another function is called a _____ function
Nested Function
Except for the ___ function, a formula with a logical function shows the word "True" or "False" as a result
=count()
write a forumal to find the sum of the cells in column J between rows 1 and 8
=Sum (J1:J8)
A group of cells is called a ____
Range
An Excel spreadsheet is also called a _____
Workbook
Which number formatting style adds the dollar signs and commas to values
Currency
How would you reference the cell located at column G and row 17
G17
A cell with a dark wide border
Active Cell
A table of data that is organized into rows and columns
A worksheet
A formula which will add values in the range Excel guesses you want to add
AutoSum
The horizontal part of the spreadsheet
Row(s)
a built-in formula in Excell
Function
What is the Divide Symbol
/
A visual way to display and compare data
Chart
What term describes explanatory text attached to a cell
Comments
After Excell displays an existing entry in the column that matches the characters you type, oress the ____ key to accept the entry
Tab
What would the effect of the formula shown below be assuming cells A1 and A2 contain numbers
=A1^A2
Raise the value of cell A1 to the power A2
In "=SUM(number1 [number2, number 3...] number1, number 2, and number 3 may be numbers or____
Cell References
The vertical part of the spreadsheet
Columns
Rows are identified by a ____
Number
what is a workbook made out of?
Worksheets
The _____ displays the name of the sheets in the workbook
Sheet Tabs
Columns are identified by a _____
Letter
Area at the intersection of a single row and column in an Excel spreadsheet
Cell
The Cell reference for a range of cells that starts in cell B1 and goes over to column G and down to row 10 is_____
B1:G10