Description

Classic Gardens and Landscapes counts responses to specialty promotions to determine effectiveness. You use SUMIFS and an IFS formula to complete the summary. You also calculate insurance statistics and display full names in one cell.

[Student Learning Outcomes 6.1, 6.2, 6.3, 6.6, 6.7]

File Needed: ClassicGardens-06.xlsx (Available from the Start File link.)

Completed Project File Name: [your name]-ClassicGardens-06.xlsx

Skills Covered in This Project

  • Nest MATCH and INDEX functions.
  • Create DSUM formulas.
  • Build an IFS function.
  • Build SUMIFS formulas.
  • Use TEXTJOIN to join labels.
  1. Create a nested INDEX and MATCH function to display the number of responses from a city.

    1. MATCH statements are the row_num and col_num arguments.
      Figure 6-106 Nested MATCH and INDEX functions
  2. Use DSUM to summarize mailing data.
  3. Create an IFS function to display a response rating. Note: If your version of Excel does not include the IFS function, build the following nested IF function =IF(C7/B7>=20%,$C$15,IF(C7/B7>=15%,$C$16,IF(C7/B7>=11%,$C$17,$C$18))) to display the rating.

    1. Each logical_test argument has a corresponding value_if_true argument.
      Figure 6-107 First Logical_test and Value_if_true arguments

    2. Several arguments are scrolled out of view
      Figure 6-108 Completed IFS function arguments
  4. Use SUMIFS to total insurance claims and dependents by city and department.
  5. Use TEXTJOIN to display names. Note: If your version of Excel does not include the TEXTJOIN function, use CONCAT or CONCATENATE to build the function.

    1. The quotation marks display when you move to the next entry box in the list.
      Figure 6-109 Delimiter is a space

  6. Completed worksheets for Excel 6-5
    Figure 6-110 Completed worksheets for Excel 6-5