I’m working on a computer science spreadsheet and need support to help me understand better.
Prompt: For this assignment, you will set up a spreadsheet to track labor costs for the given scenario below. This assignment will give you practice in setting up abasic spreadsheet with calculations and then linking that data to another tab (worksheet). You will also build upon the output from this assignment in futuremodules as you learn more concepts about spreadsheet functionality.First, create an Excel spreadsheet and name the document Labor Hours. Label the first tab of the document Data. Then, complete the following steps:1. In the Data tab, create a table with the following information:a) Employees namesb) Each employees hourly ratec) The number of hours per day for five days for each employee2. Use basic formulas to calculate the following:a) The total amount of hours each employee worked for five daysb) The labor cost for each employeec) The total labor cost for the project3. Within the same document (workbook), set up a separate tab labeled Data Link. In this tab, set up a blank table and populate the table by linking thecells to the data from the table you created in the Data tab.Note: For this part of the assignment it may be tempting to simply copy and paste the table and formulas from the Data tab. However, it is importantthat you learn to link data from one tab to another. In the real world, you could have a spreadsheet with multiple tables on multiple tabs all pulling fromthe same dataset. If you copy data instead of linking it, you will have to update every table. However, if you link the data, all of the tables willautomatically update if any of the data changes.Hint: On your separate worksheet, if you click on any cell that is importing data, you will see the name of the original worksheet (the name on the tab),followed by an exclamation point, before the cells are listed. For example: sheet1!A2.