1. Using conditional formatting, identify the top 10% salaries in green and the bottom 10% salaries in red. (5 marks)
2. Is there a correlation between a team’s total salaries how many games they won? Show and explain your work with a scatter plot graph. Hint: you need to first summarize the total team salaries and average team wins, either using SUMIF/AVERAGEIF or a pivot table (note, you can’t use pivot tables as the input for a scatter plots – but once you have a pivot table you can copy and paste the results as numbers-only into another area in the worksheet) Include a statement to conclude your answer. (5 marks)
3. Calculate the following for team salaries: average, min, max, count, sum. Be sure to include labels for each calculation, and use Team Salaries not player salaries! (can be copied and pasted from Q4) Format this information appropriately with formatting/colors of your choice so the information stands out, then add a pie chart for the Min/Max/Average data only (also add a chart title). (5 marks)
4. Using the Team Stats worksheet data, calculate the Win PCT (percentage) for each team, the number of wins vs. the total games played. Sort the range highest to lowest in the Win PCT column. (5 marks)
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme