Midterm Hands-on Flashcards

1
Q

What are the 7 steps of Sorting data

A

Step 1: Select cells A1:F21.

Step 2: Click the Data tab in the Ribbon.

Step 3: Click Sort in the Sort & Filter group.

Step 4: Select the check box for My data has headers.

Step 5: In the first Sort by dropdown menu, select Sales (March 2010).

Step 6: In the Order dropdown menu, select Largest to Smallest.

Step 7: Click OK.

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

What are the 6 steps of filtering data

A

Step 1: Select cells A1:F21.

Step 2: Click the Data tab in the Ribbon.

Step 3: Click Filter in the Sort & Filter group.

Step 4: Click on the Filter Arrow in column B, next to Manufacturer.

Step 5: If all choices are checked, you can easily deselect all choices by unchecking (Select All). Then select only the check box for Toyota.

Step 6. Click OK.

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

What are the steps of conditional formatting

A

Step 1: Starting with the original data shown in Figure 2.3, select cells F1:F21.

Step 2: Click on the Home tab in the Ribbon.

Step 3: Click Conditional Formatting in the Styles group.

Step 4: Select Highlight Cells Rules, and click Less Than from the dropdown menu.

Step 5: Enter 0% in the Format cells that are LESS THAN: box.

Step 6: Click OK.

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

Formula of mean

A

=Average(desired cells)

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

Formula of Median

A

=Median(desired cells)

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

Formula of Mode

A

=Mode(desired cells)

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

Formula of getting Frequency

A

=Frequency(givendata,bins)

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

Formula of getting Relative Frequency

A

=First Cell/Lastcell

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

Formula of getting percent relative frequency

A

=First cell/ last cell

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

Formula of getting cumulative frequency

A

just add lang

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

Formula of getting frequency of context

A

=Countif(data given,bins)

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

Do you put histogram when context?

A

No. Just charts

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

How to put a histogram

A

1Step 1. Click the Data tab in the Ribbon

Step 2. Click Data Analysis in the Analyze group

Step 3. When the Data Analysis dialog box opens, choose Histogram from the list of Analysis Tools, and click OK
In the Input Range: box, enter A2:D6
In the Bin Range: box, enter A10:A14
Under Output Options:, select New WorksheetPly:
Select the check box for Chart Output
Click OK

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

Find range

A

=Max(Cells)-Min(Cells)

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

Find Variance

A

=Var.S(cells)

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

Find Standard Deviation

A

=STdev.s(Cell)

17
Q

Coefficient of Variance

A

=Standard deviation/Mean

18
Q

85th percentile

A

=Percentile.Exc(Cells,85)

19
Q

1st Quartile

A

=Quartile(Cells,1)

20
Q

Find z-score

A

=standardize(desired cell,$mean,$standarddeviation)

21
Q

How to get Covariance

A

=Covariance.s(cell, cell)

22
Q

How to get coefficient corellation

A

=Correl(cell, cell)