У нас вы можете посмотреть бесплатно Exp22_Excel_Ch07_ML2_Employees | Exp22 Excel Ch07 ML2 Employees | excel Ch07 ML2 Employees или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
#Exp22_Excel_Ch07_ML2_Employees#Excel_Ch07_ML2_Employees #Ch07_ML2_Employees#ML2_Employees#Employees#Exp22_Excel_Ch07 #Exp22 Excel Ch07 ML2#Exp22_Excel_Ch07_ML2 #ML2_Employees_Exp22_Excel_Ch07#Excel_Ch07_ML2#Exp22_Excel_Ch07_ML2_Employees_Complete_Solution#Exp22 Excel Ch07 ML2 Employees#exp22_excel_ch07_ml2_employees Contact us: WhatsApp : +92 3019564454 WhatsApp Link: http://bit.ly/3BZxAyG Gmail : homeworksolution303@gmail.com We can handle all online courses, Business and Management, Business and Finance, MylTLab all Courses, Excel Assignment, Word Assignment, PowerPoint Assignment, Acess Assignment #Exp22_Excel_Ch07_ML2_Employees #Excel_Ch07_ML2_Employees #Ch07_ML2_Employees #ML2_Employees #Employees #Exp22_Excel_Ch07 #Exp22 Excel Ch07 ML2 #Exp22_Excel_Ch07_ML2 #ML2_Employees_Exp22_Excel_Ch07 #Excel_Ch07_ML2 #Exp22_Excel_Ch07_ML2_Employees_Complete_Solution #Exp22 Excel Ch07 ML2 Employees #exp22_excel_ch07_ml2_employees #exp22 Excel Ch07 ML2 Employees #exp22 Excel Ch07 ML2 #exp22 Excel Ch07 #exp22 Excel #exp22_Excel_Ch07_ML2_Employees 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. 1 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. 2 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. 3 Column C contains the actual hire dates for the employees. You want to extract only the year in column H. 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. 4 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 first employee's Hire Date and the last day of the year contained in cell C2. Use a mixed reference appropriately. Copy the function from cell I7 to the range I8:I31. 5 You want to determine what day of the week each employee was hired. 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. 6 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. 7 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. 8 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. 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. 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. . 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. 11 You want to display the number of employees who earned each bonus level in the range G2:G4. In cell G2, insert the COUNTIF function that counts the number of $3,000