(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
The horizontal part of the spreadsheet
Row(s)
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 built-in formula in Excell
Function
A group of cells is called a ____
Range
What term describes explanatory text attached to a cell
Comments
How would you reference the cell located at column G and row 17
G17
A visual way to display and compare data
Chart
A cell with a dark wide border
Active Cell
Columns are identified by a _____
Letter
Area at the intersection of a single row and column in an Excel spreadsheet
Cell
A range in Microsoft Excel Refers To...
A Group of cells
What function offers you the possibility to view different results depending on the entered condition?
=if()
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
A formula which will add values in the range Excel guesses you want to add
AutoSum
what is a workbook made out of?
Worksheets
An Excel spreadsheet is also called a _____
Workbook
What is the Divide Symbol
/
Rows are identified by a ____
Number
Which number formatting style adds the dollar signs and commas to values
Currency
A function inside another function is called a _____ function
Nested Function
write a forumal to find the sum of the cells in column J between rows 1 and 8
=Sum (J1:J8)
What is the correct formula to calculate an average between cells B3 and B6
=Average(B3:B6)
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
The vertical part of the spreadsheet
Columns
After Excell displays an existing entry in the column that matches the characters you type, oress the ____ key to accept the entry
Tab
A table of data that is organized into rows and columns
A worksheet
The _____ displays the name of the sheets in the workbook
Sheet Tabs
Except for the ___ function, a formula with a logical function shows the word "True" or "False" as a result
=count()