У нас вы можете посмотреть бесплатно Exp22_Excel_Ch07_ML2_Employees | Exp22 Excel Ch07 ML2 Employees | @Assignment HomeWork solution или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Exp22_Excel_Ch07_ML2_Employees | Exp22 Excel Ch07 ML2 Employees | @Assignment HomeWork solution Contact us: WhatsApp : +92 3260782026 WhatsApp Link: https://bit.ly/3pIuXPl Gmail: mylab4456@gmail.com We can handle all online courses, Business and Management, Business and Finance, Business and Accounting, Statistics, Information Technology, Computer Science and Many more We will help you in weekly quizzes, assignments, exams, thesis writing, dissertation writing, MylTLab all Courses Project Description: You work for a clothing distributor that has locations in Iowa, Minnesota, and Wisconsin. You will use date and logical functions to complete the main employee data set, use database functions to calculate key summary statistics and create a map, and use financial functions to complete a loan amortization table. Start Excel. Download and open the file named Exp22_Excel_Ch07_ML2_Employees.xlsx. Grader has automatically added your last name to the beginning of the filename. Column D contains the city each employee works in. You want to display the state. Make sure the Data worksheet is active. In cell G7, insert the SWITCH function to evaluate the city stored in cell D7. In this sequence, switch Des Moines for Iowa, St. Paul for Minnesota, and Milwaukee for Wisconsin. Use mixed references for the state names in the range A2:A4. Copy the function from cell G7 to the range G8:G31. Column C contains the actual hire dates for the employees. You want to extract only the year in column H. @Assignment HomeWork Solution In cell H7, insert the YEAR function to extract the year from the Hire Date in cell C7. Copy the function from cell H7 to the range H8:H31. Next, you want to determine how many years each employee has worked for the company. In cell I7, insert the YEARFRAC function to calculate the years between the fir You want to determine what day of the week each employee was hired. @Assignment HomeWork Solution In cell J7, insert the WEEKDAY function to display the day of the week for the first employee's Hire Date. Copy the function from cell J7 to the range J8:J31. The values returned in the range J7:J31 are whole numbers. You want to display the result as the actual weekday names. Format the range J7:J31 as a custom number format dddd. Employees are scheduled for a six-month review based on their hiring month. In cell K7, insert the EDATE function to identify the month that is six months from the first employee's Hire Date. Copy the function to the range K8:K31. Your next task is to calculate the bonus for the first employee. If the employee's Performance Score is greater than or equal to 4.5, the bonus is $3,000. If the Performance Score is 4.0-4.9, the bonus is $2,000. If the Performance Score is 3.0-3.9, the bonus is $1,000. No bonus is given if the Performance Score is below 3.0. @Assignment HomeWork Solution In cell L7, insert the IFS function to enter the bonus based on the Performance Score for the first employee. Use the respective scores stored in cells E2, E3, and E4 for the individual logical tests. Use the respective bonuses in cells F2, F3, and F4 to return the correct bonus. If none of the logical tests are true, the result should be 0. Use mixed references appropriately. Copy the function to the range L8:L31. Management decided to give an equity salary adjustment for Representatives who earn less than $80,000. The salary adjustment is 2% of the current salary if the conditions are met. In cell M7, nest an AND function within an IF function. If the job title is Representative and the salary is less than the minimum representative salary (cell C3), multiply the Salary by 2% (cell C4). If both conditions are not met, return zero. Use a mixed reference to cells C3 and C4. Copy the function from cell M7 to the range M8:M31. The last column of the Data worksheet is to to calculate the future value of a retirement investment based on the first employee’s salary, 5% APR, four years, at 3%. @Assignment HomeWork Solution In cell N7, insert the FV function. Use the variables in the range N2:N4 in the FV arguments. The rate is the APR divided by 12 months in a year, and the number of payment periods is the number of years multiplied by 12 months in a year. Use mixed cell references appropriately. Make sure the functions returns a positive result. Copy the function to the range N8:N31. You want to display the number of employees who earned each bonus level in the range G2:G4. @Assignment HomeWork Solution In cell G2, insert the COUNTIF function that counts the number of $3,000 bonuses in the border in cell G4. Next, you want to calculate the total bonuses. In cell H2, insert the SUMIF function that calculates the total of the $3,000 bo Next, you want to calculate the average salary for representatives by city. @Assignment HomeWork Solution In cell J2, insert the AVERAGEIFS function to calculate the average salary (