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