< Return to Video

Module 7 Project A

  • 0:01 - 0:04
    - [Instructor] This is a
    screen cast for module seven,
  • 0:04 - 0:07
    SAM project 1A.
  • 0:07 - 0:09
    I have already downloaded the file.
  • 0:09 - 0:11
    I need to go ahead and save it
  • 0:11 - 0:13
    with the file name it
    needs for submission.
  • 0:13 - 0:16
    So I'll click on File, Save As,
  • 0:16 - 0:18
    and the only thing I need
    to do to change the file
  • 0:18 - 0:21
    is change the one at
    the end of the file name
  • 0:21 - 0:24
    to a two and click Save.
  • 0:26 - 0:28
    I'll refer to the instructions now.
  • 0:28 - 0:32
    We're working for Valerian State College.
  • 0:32 - 0:36
    The first step lets us know
    that we will be creating
  • 0:36 - 0:38
    an HLOOKUP function to determine
  • 0:38 - 0:43
    a student's potential base hourly rate,
  • 0:43 - 0:44
    which is based on a number of years
  • 0:44 - 0:47
    of post secondary education.
  • 0:47 - 0:50
    This HLOOKUP function will
    include a structured reference
  • 0:50 - 0:54
    to look up the value in
    the post secondary years.
  • 0:54 - 0:59
    The table array will
    include range P13 to U14.
  • 0:59 - 1:03
    The results for what we
    find on the table array
  • 1:03 - 1:06
    can be found in the
    second row of the table.
  • 1:06 - 1:08
    And the last thing we will want to do
  • 1:08 - 1:11
    is find an approximate match.
  • 1:11 - 1:13
    So let's go ahead and
    go to the Excel file,
  • 1:13 - 1:18
    the student representatives
    sheet, specifically cell E2.
  • 1:18 - 1:21
    And let's begin our horizontal lookup.
  • 1:21 - 1:24
    I'll go to the Formulas
    tab Lookup Reference
  • 1:24 - 1:28
    in the function library and
    locate the HLOOKUP function.
  • 1:29 - 1:31
    It mentioned that the
    lookup value should be
  • 1:31 - 1:35
    post secondary years, so
    I will click on cell D2,
  • 1:35 - 1:37
    rather than type D2.
  • 1:37 - 1:39
    That way I can get a structured reference
  • 1:39 - 1:40
    in the lookup value.
  • 1:41 - 1:46
    The Table Array can be
    found in range P13 to U14.
  • 1:49 - 1:51
    Let me move over there.
  • 1:52 - 1:54
    And select that range,
  • 1:54 - 1:58
    P13 to U14 and it says to express it
  • 1:58 - 2:00
    as an absolute cell reference.
  • 2:00 - 2:03
    So at this point is when you
    type the function four key.
  • 2:06 - 2:10
    It also mentioned that the
    results I'm looking for
  • 2:10 - 2:14
    are in row two of that table array.
  • 2:14 - 2:17
    And that it wants me to
    find an approximate match.
  • 2:17 - 2:19
    So once you're in the range lookup area,
  • 2:19 - 2:24
    you can see that the closest
    match is a true indicator
  • 2:26 - 2:30
    and an exact match would
    be the false indicator.
  • 2:30 - 2:35
    So I'll go ahead and type
    true inside the range lookup.
  • 2:39 - 2:40
    And click OK.
  • 2:42 - 2:43
    Because this is a table,
  • 2:44 - 2:48
    the actual function should
    be copied down automatically
  • 2:48 - 2:52
    to the other parts of
    the table in column E.
  • 2:56 - 3:00
    Our next step wants us to
    perform an IF function to test
  • 3:00 - 3:05
    to see if the student's
    age is greater than 23,
  • 3:05 - 3:09
    the return should be yes.
  • 3:09 - 3:12
    If the student's age
    is not greater than 23
  • 3:12 - 3:15
    the results will be no in the cell.
  • 3:15 - 3:18
    And we'll create this
    IF function in cell J2.
  • 3:22 - 3:24
    Alright so when doing the IF function
  • 3:24 - 3:28
    I'll go to the Formulas
    tab function library,
  • 3:28 - 3:32
    logical category gives me my IF function.
  • 3:33 - 3:38
    We're testing to see if the age in C2,
  • 3:40 - 3:43
    I'm clicking on C2 and I get my structured
  • 3:43 - 3:46
    reference for age is greater than 23.
  • 3:48 - 3:53
    Then the text results
    will be in quotes "Yes."
  • 3:56 - 4:00
    If the logical test is not
    true, the results in the cell
  • 4:00 - 4:03
    will be in quotes, because it's text, no.
  • 4:06 - 4:09
    Alright, and the results are now showing
  • 4:09 - 4:13
    in column J using a structured reference.
  • 4:16 - 4:20
    Task number three wants
    us to see who is eligible
  • 4:21 - 4:24
    for leadership training
    offered by the office.
  • 4:24 - 4:26
    So what they're having us do is in cell K2
  • 4:26 - 4:31
    enter a formula using the
    if/and/or functions as follows.
  • 4:32 - 4:36
    We're testing to see
    if this post secondary,
  • 4:36 - 4:39
    post secondary years is
    greater than or equal to two
  • 4:39 - 4:44
    and if the student's finance
    or if the student's finance
  • 4:45 - 4:48
    certified status is yes.
  • 4:48 - 4:53
    So if either condition is
    true, the result will be yes,
  • 4:53 - 4:57
    if neither one of the conditions is true,
  • 4:57 - 4:59
    the text results will be no.
  • 4:59 - 5:01
    So let's go cell K2.
  • 5:03 - 5:05
    This is a nested function that will
  • 5:05 - 5:08
    begin inside an IF function.
  • 5:13 - 5:15
    So we'll begin the IF function.
  • 5:18 - 5:22
    And if either condition is
    true, means we start with the
  • 5:22 - 5:26
    OR function in the logical
    test, open parentheses.
  • 5:26 - 5:29
    So the first thing we're testing to see is
  • 5:29 - 5:34
    if the post secondary years,
    so click in that first cell
  • 5:35 - 5:40
    under post secondary years, is
    greater than or equal to two.
  • 5:42 - 5:45
    If that's or, so you type a comma,
  • 5:45 - 5:46
    because the other condition
  • 5:46 - 5:51
    will be if the student's
    finance certified status is yes.
  • 5:53 - 5:55
    So we click on cell G2 once again
  • 5:55 - 5:57
    to get the structured reference.
  • 5:57 - 5:59
    We type equals.
  • 6:04 - 6:07
    Yes in quotes because it's text,
  • 6:07 - 6:11
    and then we have to supply
    closing parentheses.
  • 6:11 - 6:12
    If either condition is correct,
  • 6:12 - 6:16
    then the value of true will be yes.
  • 6:16 - 6:18
    If either condition is not true neither
  • 6:18 - 6:22
    condition is not true, then
    the results will be no.
  • 6:23 - 6:25
    And go ahead and be sure and
  • 6:25 - 6:28
    type it exactly like the
    instructions show it.
  • 6:29 - 6:33
    Just so you're sure to get
    all points and then click OK.
  • 6:34 - 6:36
    Because it's a table
    that structured reference
  • 6:36 - 6:39
    should a copy all the way down.
  • 6:39 - 6:41
    And your first no indicator should be
  • 6:41 - 6:45
    on row nine for Warren Stewart.
  • 6:48 - 6:53
    Task four would like us
    to construct an IF/AND
  • 6:55 - 6:59
    function combination to
    test to see if the student's
  • 6:59 - 7:02
    age is greater than or equal to 21,
  • 7:02 - 7:05
    and the student's post secondary years are
  • 7:05 - 7:08
    greater than or equal to three.
  • 7:08 - 7:11
    If both of these indicators are true,
  • 7:11 - 7:14
    the results will be yes.
  • 7:14 - 7:16
    If either indicator is not true,
  • 7:16 - 7:20
    the results in the cell will be no.
  • 7:20 - 7:22
    So let's go ahead and
    construct this in cell L2.
  • 7:27 - 7:30
    All right, so once
    again, it's an IF with an
  • 7:30 - 7:33
    AND statement, so we'll
    be using the IF function.
  • 7:34 - 7:36
    And in the logical test,
  • 7:36 - 7:40
    begin the test with AND open parentheses.
  • 7:41 - 7:45
    Alright, the first
    indicator or determination
  • 7:45 - 7:47
    is to see if this student age,
  • 7:49 - 7:51
    scroll over so you can
    see the student age,
  • 7:52 - 7:57
    is greater than or equal to 21.
  • 8:00 - 8:04
    Comma for the other determining factor.
  • 8:04 - 8:09
    We're testing to see if the
    student's post secondary years.
  • 8:09 - 8:12
    So click on cell D2 and get
    the structured reference,
  • 8:13 - 8:18
    are greater than or equal
    to three, close parentheses.
  • 8:21 - 8:24
    If the value is true for both of those
  • 8:24 - 8:26
    indicators, the results will be yes.
  • 8:28 - 8:30
    And if either one of them are not true,
  • 8:31 - 8:35
    the results will be no
    go ahead and click OK.
  • 8:36 - 8:39
    And in cell L2 your first no indicators
  • 8:39 - 8:44
    should be on row six for Ida Smith.
  • 8:47 - 8:52
    Task five is asking us to
    construct a nested IF function
  • 8:53 - 8:58
    that's going to test whether
    or not the elected column
  • 8:59 - 9:03
    shows a value of Yes, if it
    does, then it's going to let us
  • 9:03 - 9:07
    know that that particular
    student has already been elected.
  • 9:07 - 9:10
    The nested part or portion
    of the IF statement is going
  • 9:10 - 9:14
    to test to see if the financial
    certified column is equal
  • 9:14 - 9:18
    to Yes, if it is, then it
    will return a yes result.
  • 9:18 - 9:21
    If it is not equal to the text Yes,
  • 9:21 - 9:26
    then it will return a no or false result.
  • 9:26 - 9:28
    And this will be done in cell M2.
  • 9:30 - 9:32
    Alright so, I'm gonna go ahead go to
  • 9:37 - 9:41
    create a logical IF function.
  • 9:46 - 9:48
    Once again, we are testing to see
  • 9:48 - 9:51
    first of all if the elected column
  • 10:03 - 10:08
    in I2 equals Yes, in
    quotes because it's text.
  • 10:10 - 10:12
    If that logical test is true,
  • 10:12 - 10:15
    then the value of true will be elected.
  • 10:19 - 10:22
    If it's not true, we nest our value,
  • 10:22 - 10:25
    our if statement, in
    the value of false box.
  • 10:25 - 10:30
    So if the finance certified column.
  • 10:33 - 10:38
    So if open parentheses the
    finance certified columns,
  • 10:38 - 10:43
    specifically G2 in this case, equals Yes.
  • 10:46 - 10:49
    Then the results comma then
    the results will be yes.
  • 10:53 - 10:58
    If the finance column does not show yes,
  • 10:59 - 11:03
    type a comma then the result will be no,
  • 11:04 - 11:05
    with a close parentheses.
  • 11:06 - 11:09
    Be sure to have your
    quotes around anything
  • 11:09 - 11:12
    that is going to render text in the cell.
  • 11:12 - 11:14
    Go ahead and click OK.
  • 11:20 - 11:22
    Looks like I have a period
  • 11:23 - 11:26
    after the second occurrence of
    yes here, and I need a comma.
  • 11:35 - 11:37
    And I also have a comma after this first,
  • 11:37 - 11:40
    this first occurrence of yes
    in the nested if statements.
  • 11:40 - 11:44
    So make sure you press the
    comma instead of the period,
  • 11:46 - 11:49
    and then it will give you the
    results you're looking for.
  • 11:53 - 11:56
    Tasks six and seven want us to see which
  • 11:56 - 12:00
    students would qualify for a tier two job.
  • 12:00 - 12:03
    The condition is, is if the student
  • 12:03 - 12:07
    if their post secondary
    years are greater than
  • 12:07 - 12:12
    or equal to four, then they
    do qualify for a tier two job.
  • 12:13 - 12:16
    If not then they qualify
    for tier one jobs.
  • 12:16 - 12:21
    So we'll go to cell up here
    in N1 in our Excel document
  • 12:23 - 12:26
    and type in the word tier capital T-I-E-R.
  • 12:26 - 12:30
    And then in cell N2 let's construct
  • 12:30 - 12:34
    an IF function to see who qualifies.
  • 12:34 - 12:37
    The Formulas tab logical if.
  • 12:39 - 12:42
    So, if a student's post secondary years
  • 12:52 - 12:53
    are greater than or equal to four,
  • 12:56 - 13:01
    then they will qualify
    for a tier two position.
  • 13:02 - 13:06
    If not, they qualify for tier
    one positions and click OK.
  • 13:07 - 13:10
    All right column N now shows the results
  • 13:10 - 13:11
    from that IF function.
  • 13:14 - 13:16
    Task eight.
  • 13:19 - 13:22
    We're going to demonstrate how
    to use the IF error function.
  • 13:22 - 13:27
    We're checking to make sure
    that no student ID is incorrect
  • 13:27 - 13:31
    when someone's trying to
    look up a particular student.
  • 13:31 - 13:35
    So we're going to apply
    the IF error function.
  • 13:35 - 13:38
    If someone types in an invalid ID,
  • 13:38 - 13:43
    it will give this information
    in specifically cell Q3.
  • 13:43 - 13:46
    So let us set it up to do that.
  • 13:48 - 13:53
    In cell Q3 we have a V lookup function.
  • 13:54 - 13:57
    So just after the equals
    up in the formula bar,
  • 13:57 - 14:02
    type in IF error, open parentheses.
  • 14:03 - 14:06
    So we're saying if an error
    is found in the V lookup
  • 14:06 - 14:10
    when looking up student IDs
    and finding exact matches,
  • 14:10 - 14:13
    go to the end of the
    function, type in a comma,
  • 14:15 - 14:18
    and provide the the invalid ID text.
  • 14:18 - 14:23
    So in quotes, invalid
    Student ID, close quote,
  • 14:26 - 14:28
    and close parentheses for
    the beginning parentheses
  • 14:28 - 14:33
    you put right after IF
    error, right click OK.
  • 14:34 - 14:39
    Now, to test it, go up to
    the student ID cell in Q2
  • 14:39 - 14:43
    and type in 12, or just any random number.
  • 14:43 - 14:46
    Because that student ID cannot be found,
  • 14:46 - 14:51
    it will generate in Q3, the
    invalid student ID error.
  • 14:53 - 14:57
    Now I'm gonna go ahead and
    press Ctrl Z to undo my
  • 14:57 - 15:01
    invalid student ID and put K
    Colbert's information back in.
  • 15:06 - 15:11
    Task nine wants us to use the
    COUNT IF function in cell Q8
  • 15:11 - 15:13
    to count the number of
    students who have been elected
  • 15:13 - 15:17
    to offices in student organizations.
  • 15:17 - 15:19
    So go ahead and select Q8.
  • 15:19 - 15:22
    COUNT IF is a statistical function.
  • 15:22 - 15:24
    I'll go to the Formulas
    tab function library,
  • 15:24 - 15:29
    more functions statistical
    to call up the COUNT IF.
  • 15:31 - 15:34
    Alright, once again, they
    want to know in this step,
  • 15:34 - 15:37
    how many have been elected to offices.
  • 15:37 - 15:40
    So I've got to go find
    the elect field name,
  • 15:40 - 15:45
    elected field name, and include
    all the values in column I.
  • 15:48 - 15:52
    And the criteria I'm looking
    for there would be yes,
  • 15:52 - 15:56
    so in quotes, because it's
    text, the criteria will be Yes.
  • 15:56 - 15:59
    I can see that I'm going
    to have 11 students
  • 15:59 - 16:02
    that are elected and I can click OK.
  • 16:11 - 16:15
    Task 10 wants us to use
    the AVERAGE IF function
  • 16:15 - 16:18
    to determine the average
    number of post secondary years
  • 16:18 - 16:21
    for students who have been elected.
  • 16:21 - 16:23
    Alright, so let's go to R8.
  • 16:26 - 16:30
    Cell R8 and the AVERAGE IF once again is
  • 16:30 - 16:33
    an elected or a statistical function.
  • 16:37 - 16:42
    So I'll go to more functions,
    statistical, AVERAGE IF,
  • 16:43 - 16:47
    first of all, it wanted us
    to go to the elected field
  • 16:47 - 16:49
    to see who had actually been elected.
  • 16:49 - 16:53
    So that's what it's asking
    for in the range box.
  • 16:55 - 17:00
    So let's go back to elected and
  • 17:00 - 17:02
    include all values in elected.
  • 17:07 - 17:11
    The criteria should be yes, in quotes,
  • 17:15 - 17:17
    that's what we're looking
    for in the elected field.
  • 17:19 - 17:21
    And then the average range is going to be
  • 17:21 - 17:24
    over the post secondary year's values.
  • 17:31 - 17:33
    And you know it's an average range.
  • 17:33 - 17:35
    If you're trying to find an average range,
  • 17:35 - 17:37
    you know there's got to
    be values in that column
  • 17:37 - 17:39
    in order for it to qualify
  • 17:39 - 17:43
    for an average range entry, and click OK.
  • 17:44 - 17:48
    All right, looks like four
    students fall into that category.
  • 17:50 - 17:53
    Task 11 is going to have us go to cell R9
  • 17:53 - 17:56
    and do a simple average
    function to determine
  • 17:56 - 17:59
    the average number of post
    secondary education the years
  • 17:59 - 18:03
    of post secondary
    education of all students.
  • 18:03 - 18:05
    So it's a simple average,
  • 18:05 - 18:08
    let's do a one liner in
    this in this instance.
  • 18:08 - 18:10
    So you can see that you
    can actually do that
  • 18:10 - 18:13
    rather than using the
    function argument box
  • 18:13 - 18:14
    whenever you want to do that.
  • 18:16 - 18:19
    So type in equals in
    the formula bar average.
  • 18:20 - 18:24
    Double click average as it is presented,
  • 18:24 - 18:27
    and then we want the average
    of post secondary years.
  • 18:28 - 18:30
    So back to that particular column.
  • 18:32 - 18:34
    Select all values in the column.
  • 18:36 - 18:38
    Don't really need to close parentheses.
  • 18:38 - 18:39
    You could press enter at this point,
  • 18:39 - 18:41
    but let's go ahead and supply that
  • 18:41 - 18:43
    at the end of the formula
    in the formula bar.
  • 18:48 - 18:50
    Task 12 would like us to switch to
  • 18:50 - 18:52
    the Academic Groups worksheet.
  • 18:52 - 18:56
    In satellite 14, we will
    be using the index function
  • 18:56 - 18:58
    to display the value in the first row
  • 18:58 - 19:01
    and first column of the
    Academic Groups table.
  • 19:03 - 19:06
    So let's go from the student
    representative sheets
  • 19:06 - 19:10
    to Academic Groups, click
    anywhere on the data on the table,
  • 19:10 - 19:14
    and then activate your
    table design tab to see that
  • 19:14 - 19:17
    over on the left side of the
    ribbon, under the table name
  • 19:17 - 19:21
    we have a name a table name,
    and its Academic Groups.
  • 19:21 - 19:26
    And we'll be using that as we
    construct our index function.
  • 19:26 - 19:29
    So go ahead then and click in cell A14.
  • 19:30 - 19:34
    Let's click on formulas,
    lookup and reference,
  • 19:34 - 19:37
    activate the index function.
  • 19:37 - 19:39
    Our instructions have told
    us that it would like us
  • 19:39 - 19:44
    to include a row number and a
    column number in our function.
  • 19:44 - 19:48
    So we'll choose the first
    option here, click OK.
  • 19:49 - 19:51
    The array is the table name itself.
  • 19:51 - 19:54
    So let's type in Academic Groups.
  • 19:57 - 19:59
    We'll supply a row number of one
  • 19:59 - 20:03
    and a column number of
    one and then click OK.
  • 20:05 - 20:08
    The result is computing
    club because within the data
  • 20:08 - 20:12
    in the table, computing
    club is in the first row
  • 20:12 - 20:14
    and the first column of data.
  • 20:20 - 20:25
    Task 13 then wants us
    to use a SUM IF function
  • 20:25 - 20:29
    in cell A17 to display the
    total membership in 2023
  • 20:30 - 20:35
    for groups with at least 40 members.
  • 20:35 - 20:40
    So in a cell A17 let's
    type in equals SUM IF.
  • 20:43 - 20:45
    It's a conditional sum.
  • 20:47 - 20:50
    First of all, it wants to know
    what range I'm looking at.
  • 20:50 - 20:53
    So I'm looking for
    numbers or data for 2023.
  • 20:55 - 20:58
    So I'm going to supply that here.
  • 20:58 - 21:02
    And when I type a comma
    it also wanted to know,
  • 21:03 - 21:06
    wanted to display the data for groups
  • 21:06 - 21:08
    with at least 40 members.
  • 21:08 - 21:09
    So I'm going to type in greater than
  • 21:09 - 21:14
    or equal to 40 in the criteria.
  • 21:14 - 21:18
    The sum range in this case is
    not bolded and not required.
  • 21:18 - 21:21
    So I can type a close
    parentheses and press enter.
  • 21:24 - 21:26
    OK, doesn't like something that I've done.
  • 21:26 - 21:31
    So let me see let me choose the SUM IF.
  • 21:37 - 21:38
    From the list.
  • 21:43 - 21:45
    This SUM IF function
    is probably better off
  • 21:45 - 21:48
    if we use the function argument box.
  • 21:48 - 21:53
    So I'm gonna go to math and
    trig and locate the SUM IF.
  • 21:56 - 21:57
    And the first thing it wants is
  • 21:57 - 22:01
    the range of membership for 2023.
  • 22:01 - 22:05
    So I'm going to select
    the data in column G.
  • 22:05 - 22:09
    And the criteria needs to be
    greater than or equal to 40.
  • 22:09 - 22:14
    Now as I tab away from the
    criteria box it's going to supply
  • 22:14 - 22:17
    quotes that it needs for the criteria.
  • 22:17 - 22:20
    The sum range box is
    not bold and is optional
  • 22:20 - 22:24
    and not needed for this
    particular situation.
  • 22:24 - 22:25
    So click OK.
  • 22:25 - 22:28
    And you should now see the 2023 membership
  • 22:28 - 22:31
    in large groups down in cell A17.
  • 22:34 - 22:39
    Task 14 is going to have
    us create a pivot table.
  • 22:41 - 22:43
    So we will be switching to
    the academic pivot table
  • 22:43 - 22:47
    worksheet and creating
    a pivot table in cell A1
  • 22:47 - 22:50
    based on the Academic Groups table.
  • 22:51 - 22:54
    And we'll just kinda walk
    through the steps as we do this.
  • 22:54 - 22:59
    So if we go to the new spreadsheet,
  • 22:59 - 23:00
    academic pivot table, click cell A1.
  • 23:01 - 23:04
    On the ribbon, let's
    click on the Insert tab.
  • 23:04 - 23:08
    And in the tables group, you're
    looking for a pivot table.
  • 23:11 - 23:14
    All right, the table
    range, then, in order to
  • 23:14 - 23:16
    get the table range, go
    back to Academic Groups,
  • 23:16 - 23:19
    you could type the word Academic Groups
  • 23:19 - 23:21
    or you can select the table itself.
  • 23:23 - 23:27
    And then we will be generating
    the pivot table in the
  • 23:27 - 23:30
    academic pivot table,
    specifically cell A1.
  • 23:32 - 23:35
    So you have your placeholder
    pivot table placeholder
  • 23:35 - 23:38
    and you have your Pivot
    Table task pane on the right.
  • 23:39 - 23:42
    We'll change the pivot table
    name to academic pivot table.
  • 23:42 - 23:46
    So in order to do that,
    I'll activate my design tab,
  • 23:46 - 23:49
    actually, that's on the
    Pivot Table, Analyze tab,
  • 23:49 - 23:52
    and then there's, if you're
    in a kind of a condensed view
  • 23:52 - 23:56
    like I am, it's in the
    pivot table drop down list.
  • 23:56 - 23:58
    And you can find the
    box where you wanna put
  • 23:58 - 24:03
    the name in, Academic Pivot
    Table, no spaces, and enter.
  • 24:14 - 24:16
    All right, the next thing
    it would like us to do
  • 24:18 - 24:20
    is add the activities field
  • 24:20 - 24:23
    and the group name field to the rows area.
  • 24:24 - 24:27
    So if we add activities, drag
    and drop to the rows area,
  • 24:29 - 24:34
    and the group name, in that
    order, down to the rows area,
  • 24:34 - 24:36
    and you can see it's
    building our pivot table
  • 24:36 - 24:39
    over here by rows.
  • 24:39 - 24:43
    We'll now add 2021, 2022, and 2023
  • 24:43 - 24:47
    to the values area in that order.
  • 24:47 - 24:50
    Now because they are actually numbers,
  • 24:50 - 24:53
    if you start clicking the checkbox,
  • 24:53 - 24:54
    activating the checkbox,
  • 24:54 - 24:57
    it will move them to the values area
  • 24:57 - 24:58
    or you can simply drag and drop,
  • 24:58 - 25:00
    whichever is easiest for you.
  • 25:04 - 25:08
    Task 14D wants us to display,
  • 25:08 - 25:10
    change the display of subtotals to show
  • 25:10 - 25:14
    all subtotals at the top of the group.
  • 25:14 - 25:18
    So in order to do that, we
    want to go on the Design tab.
  • 25:20 - 25:22
    Specifically in the layout group
  • 25:22 - 25:25
    we have a subtotal feature
    that will allow us to
  • 25:25 - 25:28
    show also subtotals at
    the top of the group.
  • 25:41 - 25:43
    So here are your subtotals for field
  • 25:43 - 25:46
    and professional and service.
  • 25:47 - 25:50
    And then task 14E wants
    to change the report
  • 25:50 - 25:53
    layout to show in outline form.
  • 25:53 - 25:57
    So in this same group on the Design tab,
  • 25:57 - 25:59
    in the layout group, report layout.
  • 26:00 - 26:04
    Once again it is shown in outline form.
  • 26:05 - 26:07
    Alright so it just shows it
    a little bit differently.
  • 26:07 - 26:10
    Let me kind of scroll to show you here,
  • 26:10 - 26:11
    what things look like.
  • 26:18 - 26:20
    The last part of task
    14 wants us to update
  • 26:20 - 26:24
    the sum of 2021 field value
    in the field values area
  • 26:24 - 26:27
    to display the name 2021 membership.
  • 26:27 - 26:32
    So for these last four parts of task 14
  • 26:32 - 26:35
    we'll simply go over to the values area
  • 26:35 - 26:38
    and choose the drop down
    arrow on some of 2021.
  • 26:38 - 26:41
    Choose the value field settings and
  • 26:41 - 26:46
    change the name to 2021 membership.
  • 26:54 - 26:59
    You can do the same for
    2022 and 2023 as well.
  • 27:25 - 27:28
    Making sure that you spell
    membership correctly,
  • 27:28 - 27:30
    you know, you want full credit for that.
  • 27:38 - 27:39
    And OK.
  • 27:41 - 27:44
    Let's do a quick save, it's
    been a while since we've saved,
  • 27:44 - 27:48
    so I'm pressing Ctrl and
    S to save my workbook,
  • 27:49 - 27:51
    and I'll go on to task 15 then.
  • 27:52 - 27:54
    We want to summarize data
  • 27:54 - 27:57
    for all the student
    groups in a pivot table.
  • 27:57 - 28:01
    So to do so, our helper
    the one we're working with,
  • 28:01 - 28:06
    Lael, is going to switch
    to the all groups table.
  • 28:06 - 28:08
    We're gonna do that
    with her and then switch
  • 28:08 - 28:11
    once we've done that, we
    will edit the record for
  • 28:11 - 28:16
    the astronomy society to
    use 76 as the 2023 value.
  • 28:20 - 28:24
    So let's go to the next
    table our next worksheet,
  • 28:24 - 28:28
    which is all groups,
    particularly row six for 2023.
  • 28:29 - 28:32
    The actually the astronomy record six,
  • 28:32 - 28:37
    the astronomy society,
    for 2023 should be 76.
  • 28:40 - 28:43
    So I'm gonna go ahead
    and type that number in.
  • 28:46 - 28:48
    So we've made a change on our table.
  • 28:48 - 28:51
    So what needs to happen
    then, is we need to switch to
  • 28:51 - 28:54
    the all groups pivot table
    worksheet and refresh
  • 28:54 - 28:58
    the pivot table that's there
    to verify that the 2023
  • 28:58 - 29:01
    membership value for the astronomy society
  • 29:01 - 29:03
    reflects that change that we just made.
  • 29:03 - 29:07
    So let's go to the all
    group's pivot table.
  • 29:07 - 29:12
    Let's go ahead and refresh that,
  • 29:12 - 29:13
    refreshing is on the Data tab,
  • 29:13 - 29:16
    make sure you're somewhere
    on that pivot table.
  • 29:16 - 29:21
    And on the Data tab, actually,
  • 29:21 - 29:25
    it's on the pivot table
    analyze tab in the data group,
  • 29:26 - 29:29
    let's refresh, and I
    usually just refresh all.
  • 29:30 - 29:35
    And then looking at the
    astronomy society in row six
  • 29:35 - 29:39
    to make sure it reflects
    76 for the 2023 membership.
  • 29:41 - 29:44
    Task 17 would like us to apply
  • 29:44 - 29:48
    a light blue pivot style
    medium to pivot table style
  • 29:48 - 29:49
    to this pivot table.
  • 29:52 - 29:57
    So on the Design tab, you're
    going to the light area,
  • 29:59 - 30:03
    light blue pivot style medium two.
  • 30:18 - 30:21
    So it's actually down in the medium area.
  • 30:22 - 30:27
    Light blue pivot style medium two.
  • 30:31 - 30:34
    Task 18 wants us to
    add the office field to
  • 30:34 - 30:36
    the filters area of the pivot table
  • 30:36 - 30:39
    and then filter that
    table set so that only
  • 30:39 - 30:43
    organizations with private
    offices are visible.
  • 30:44 - 30:47
    So, in my task pane, I will drag off
  • 30:47 - 30:50
    the office field name
    down to the filters group.
  • 30:50 - 30:53
    And then in row one I
    can filter accordingly.
  • 30:53 - 30:57
    I want to make sure
    that the private offices
  • 30:58 - 31:02
    are the only ones visible and OK.
  • 31:07 - 31:11
    Before we go on to task 19,
    let's take a second look
  • 31:11 - 31:14
    at task 14, we actually changed the names
  • 31:14 - 31:18
    the display of the names
    of the field values
  • 31:18 - 31:23
    to 2021 membership, but I
    did not change the formatting
  • 31:23 - 31:26
    to the number format
    with zero decimal places.
  • 31:26 - 31:29
    So let's go ahead and do that real quick.
  • 31:29 - 31:34
    On the sheet on the academic pivot table.
  • 31:34 - 31:36
    Just quickly go down to the values area,
  • 31:36 - 31:39
    click your drop down arrow and
    choose value field settings
  • 31:39 - 31:43
    and go into the number formatting
    and change it to number
  • 31:43 - 31:47
    from general and make sure it's
    set for zero decimal places.
  • 31:49 - 31:52
    Do the same for 2022 membership
  • 32:00 - 32:02
    and the 2023 membership.
  • 32:12 - 32:15
    Otherwise, the grader
    will dock you one point,
  • 32:15 - 32:17
    I don't want you to have to lose that.
  • 32:17 - 32:21
    Alright task 19 would
    like us to create a slicer
  • 32:21 - 32:26
    based on the activity field
    activities field value.
  • 32:26 - 32:30
    Then we'll resize that
    slicer and place it in a,
  • 32:30 - 32:34
    an area that begins in
    cell F3 and ends in J14.
  • 32:34 - 32:37
    And we'll also use the slicer
    to filter the pivot table
  • 32:37 - 32:40
    so that only the fraternal
    groups are visible.
  • 32:43 - 32:44
    So back on the spreadsheet,
  • 32:44 - 32:46
    I'm gonna scroll over a little bit.
  • 32:47 - 32:51
    And then on the pivot table analyze tab,
  • 32:51 - 32:54
    you should be able to find insert slicer.
  • 32:55 - 32:58
    And the directions mentioned that
  • 32:58 - 33:01
    it should be based on
    the activities field.
  • 33:03 - 33:04
    So activate activities.
  • 33:06 - 33:08
    And then we'll be sizing the slicer
  • 33:08 - 33:12
    with the slicer, contextual
    tab, make sure you get
  • 33:12 - 33:16
    into this the size group over
    here, and the size should
  • 33:16 - 33:21
    be 2.2 by 3.2, height and width.
  • 33:23 - 33:25
    And then once you've got that set up,
  • 33:25 - 33:28
    you want to start the slicer in cell F3
  • 33:30 - 33:33
    and make sure it ends inside J14.
  • 33:43 - 33:45
    All right, and then you will be
  • 33:45 - 33:47
    filtering by fraternal groups.
  • 33:49 - 33:51
    And if you scroll back over
    here to the pivot table
  • 33:51 - 33:53
    it should look like this.
  • 33:57 - 34:00
    Our last step, step 20,
    says Lael also wants us
  • 34:00 - 34:04
    to summarize membership data
    for all the organizations
  • 34:04 - 34:08
    using a pivot chart, and
    that's to help determine which
  • 34:08 - 34:12
    groups are showing the most
    interest from students.
  • 34:12 - 34:16
    So we'll be going to the
    activities pivot table worksheet,
  • 34:16 - 34:18
    and inserting a pivot chart using
  • 34:18 - 34:20
    the clustered column chart type,
  • 34:20 - 34:24
    and then format it according
    to the next three steps.
  • 34:24 - 34:27
    So let's go ahead go
    back to the spreadsheet,
  • 34:28 - 34:30
    go to the activities pivot table.
  • 34:32 - 34:35
    Make sure that the pivot
    table is active by clicking
  • 34:35 - 34:38
    on it somewhere, and then choose insert.
  • 34:40 - 34:44
    In the charts, group, pivot
    chart and pivot chart.
  • 34:44 - 34:48
    And it is a clustered column
    that is the default type here,
  • 34:48 - 34:50
    so all you have to do is click OK.
  • 34:55 - 34:57
    And then we will resize the pivot chart
  • 34:57 - 34:59
    to begin in cell F3.
  • 35:08 - 35:12
    And end in O19.
  • 35:13 - 35:16
    So let me close my pivot table task pane,
  • 35:16 - 35:18
    or pivot chart fields
    task pane for a minute
  • 35:18 - 35:19
    so I can size this out to O19.
  • 35:27 - 35:31
    Right, it wants us to add a
    chart title membership by type.
  • 35:31 - 35:34
    So I'll use the chart elements icon in
  • 35:34 - 35:36
    the upper right corner of the pivot chart.
  • 35:38 - 35:43
    Chart title, membership by type.
  • 35:53 - 35:56
    And then we'll filter
    the pivot charts only
  • 35:56 - 36:00
    the membership data for
    groups with educational field
  • 36:00 - 36:03
    and fraternal activities show up.
  • 36:03 - 36:05
    So notice you've got some
    filtering tools in the
  • 36:05 - 36:08
    lower left corner of
    the of the pivot chart.
  • 36:08 - 36:11
    Go ahead and make sure
    that the educational field
  • 36:11 - 36:16
    and fraternal activities
    are showing and click OK.
  • 36:19 - 36:20
    And then if you really need to make sure
  • 36:20 - 36:24
    that you compare it to your instructions.
  • 36:26 - 36:29
    Take a look at the illustrations
    to make sure everything
  • 36:29 - 36:33
    is in place before you submit
    this assignment for grading.
  • 36:35 - 36:36
    Thank you.
Title:
Module 7 Project A
Video Language:
English
Duration:
36:38

English subtitles

Revisions