Midterm Hands-on Flashcards
What are the 7 steps of Sorting data
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.
What are the 6 steps of filtering data
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.
What are the steps of conditional formatting
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.
Formula of mean
=Average(desired cells)
Formula of Median
=Median(desired cells)
Formula of Mode
=Mode(desired cells)
Formula of getting Frequency
=Frequency(givendata,bins)
Formula of getting Relative Frequency
=First Cell/Lastcell
Formula of getting percent relative frequency
=First cell/ last cell
Formula of getting cumulative frequency
just add lang
Formula of getting frequency of context
=Countif(data given,bins)
Do you put histogram when context?
No. Just charts
How to put a histogram
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
Find range
=Max(Cells)-Min(Cells)
Find Variance
=Var.S(cells)