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