Mod 6 - Displaying & Optimizing Data in Excel Flashcards

1
Q

What kind of data are scatterplots good for?

A

They are good at representing scientific or numerical data.

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

What does the filter button do?

A

It allows to narrow down a data set by only displaying data that meet certain criteria. (merely hides data)

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

What is a pivot table?

A

It allows you to reorganize selected rows & columns from a data set to give a summary report. You can easily move the location of rows and columns to show desired information, hence the name “pivot” table. You can also add filters to sort the data.

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

What is a pivot chart?

A

It creates a table and a graph to display the data in the table visually & conveniently.

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

What is the SUMPRODUCT function?

A

It multiplies corresponding components in the given
arrays and returns the sum of those products. What-if-analysis more convenient though.
=SUMPRODUCT(array 1, array 2, etc.)

ex. =SUMPRODUCT(C3:C6, D3:D6)

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

What is a what-if-analysis? (goal seek)

A

It changes the values in cells to see how those
specific changes will affect the outcome of formulas on the worksheet.

ex. set cell: $D$8
to value: 80%
by changing cell: $D$6

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