Chapter 6 : Excel Flashcards

(12 cards)

1
Q

What are the advantages of sorting data as a table?

A
  • It makes it easier to sort and search.
  • You can use formatting to pick out important facts
  • You can use formulas to calculate new information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are fields?

A

The colums of a table. Each field stores one piece of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are records?

A

The rows of a table. Each record stores all the data about one thing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a key field?

A

A key field stores data that is unique.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the formula to sum a range of values?

A

=SUM(A1:A12)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is conditional formatting?

A

A spreadsheet format, such as cell colour, that is based on a logical test.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does summary data mean?

A

A result calculated from a group of figures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are cell references?

A

Every cell in a spreadsheet table is identified by a letter and a number. If you enter the cell reference into a formula, the computer will take that data stored and use it in the calculation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are abseloute cell references?

A

A cell reference that does not change when it is moved or copied to a new location in a spreadsheet table. You add a $ symbol to a cell reference to stop it from changing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the formula to find the average?

A

=AVERAGE(A1:A12)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What goes inside of the IF formula?

A
  • A logical test
  • The output if the test is true
  • The output if the test is false.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the IF formula?

A

=IF(A1>A12, “TRUE”,”FALSE”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly