228|ALTERYX – Student Education Tax Credit

BYU Student Author: @James_Gerstner
Reviewers: @Sterling_Lane, @Andrew_Wilson
Estimated Time to Solve: 20 Minutes

We provide the solution to this challenge using:

  • Alteryx

Need a program? Click here.

Overview
Hello, Dean! You have recently been named dean of the Big Moves School of Accountancy at Up The Ladder University (UTL). As part of your new appointment, you’ve decided to help students file their taxes this year. The Lifetime Learning Credit (LLC) allows students to yearly deduct 20% of up to $10,000 of qualified educational expenses (including qualifying book and tuition costs). You’ve gathered financial data for each student, grouped by class, and now want to calculate the tax credit for each Big Moves student using the LLC.

Using Alteryx, complete the following:

  • Combine the classes’ data together into one dataset.
  • Clean the data.
  • Create columns for total cost and LLC.
  • Output the updated data to a .csv file.
  • Additionally, prepare data to show the president of UTL the average tax credit for each class.

Instructions

  1. Download the data file.
  2. Create a new Alteryx workflow and import each sheet from the data file to the flow.
  3. Combine the data from the sheets together and clean the data.
  4. Calculate total expense costs and the tax credit for each student.
  5. Export the student data to a .csv file.
  6. Using the updated data, calculate the average credit for each class (the last two digits of a Student_ID designate graduating class).
  7. Sort the average credit information by year (ascending) and export to a .csv file.
    a. Consider rounding the averages to two decimal places to make them more readable (see “Suggestions and Hints” below).

Data Files

Suggestions and Hints
  • You can use both Select and Data Cleansing tools to clean your data by converting the appropriate “string” data fields to the “double” type and replacing null values with zeros.
    • Be careful not to convert the Student_ID field away from a string if you plan on using information in that column to separate students by class later (for the UTL president).
  • To make the LLC values more intuitive, use the ROUND function in a Formula tool to round the calculations to two decimal places. This looks like: Round([LLC], .01).

Solution

Time: 15 minutes
Rating: Beginner
This one was great, I was able to use the regex tool to parse!

4 Likes

Time to Complete: 25 min
Rating: Beginner
Notes: I thought this was great practice. It took me a while to figure out how to formulate the LLC credit, I definitely learned a lot!


5 Likes

Time to Complete: 20 min
Rating: Beginner

1 Like

Time to Complete: 20 Mins
Difficulty: Beginner

Time: 25 min
Rating: Beginner

3 Likes

Time to complete: 20 minutes
Beginner


1 Like

1 Like

25 minutes

Time: 20 min
level beginner

1 Like

Time: 25 minutes
Rating: Beginner
Notes: This one was fun to practice combining different data sets.

1 Like

Time to complete: 25 minutes
Beginner


20 minute (Beginner)

Time to Complete: 25
Difficulty: it was the formula “if” statement that got me stuck but worked through it
solution:

Time to Complete: 15 Mins
Level: Beginner
Solution:

Time to complete: 15 minutes
Rating: Beginner

Time: 20 Minutes
Challenge: Beginner

Time: 25
Difficulty: beginner
Solution:


Rating: Beginner
Time: 20 minutes

1 Like