Question: PROJECT STEPS 1 . Hwan Sung is a financial analyst at W&K Engineering in Bismarck, North Dakota. He is using an Excel workbook to analyze
PROJECT STEPS
Hwan Sung is a financial analyst at W&K Engineering in Bismarck, North Dakota. He is using an Excel workbook to analyze the financial data for engineering projects, recent revenue, and funding for additional construction equipment. He asks for your help in analyzing data, making financial calculations, and correcting errors.
Go to the Projects worksheet and then unprotect it so you can edit the contents.
The engineering projects table should show projects from multiple states. Clear the filter in the State field.
Instead of seeing the data sorted by Estimate amount, Hwan wants to see the projects by date. Sort the table by the Project Start field from oldest to newest.
Hwan created a macro named CopyStats to copy the project statistics in the range I:L and then paste them on a new worksheet. When he runs the CopyStats macro, however, it includes extra data from column G View and edit the macro as follows:
a Open the CopyStats macro in the Visual Basic Editor. The macro should select and copy the range I:L
b In the CopyStats macro VBA code, change the range specified in the first line of code after the comments RangeG:LSelect to use I:L as the range.
c Save and close the CopyStats macro.
d Run the CopyStats macro.
e Use Project Stats as the name of the new worksheet the macro created.
Return to the Projects worksheet. Hwan also created a macro named AddRow that inserts a new blank row in the Projects table in the range A:G He wants to assign the AddRow macro to a new button to make it easy to run the macro and add a new project. Create the button as follows:
a Insert a Button Form Control button in cell I to the left of the Print Stats button.
b Assign the AddRow macro to the new button.
c Change the height of the new button to and the width to
d Align the new button to the left side of cell I and then align its top and bottom with the top and bottom of the Print Stats button.
e Edit the text to display Add Project on the new button.
In the Projects table, Hwan wants to make sure that everyone entering project information enters the correct project categories, which are listed in the range I:I He asks you to ensure users enter a value from this range. Create a data validation rule as follows:
a In the range C:C create a data validation rule that accepts only List values from the range I:I
b Create an input message that uses Project Category as the title and the following text as the input message:
Enter a project category.
c Create a Stop style error alert that uses Invalid Category as the title and the following text as the error message:
Enter a category listed in column I.
Hwan wants to make sure all of the categories entered in the Category column of the Projects table are valid. Identify and correct any invalid values as follows:
a In the range C:C circle invalid data.
b Change the invalid entry to Site development to correct the error.
In the range I:L Hwan wants to summarize project information. Calculate the number of projects, the total estimates, and the average estimate in each category as follows:
a In cell J enter a formula using the COUNTIF function that counts the number of projects in the Bridge category, checking that the column of categories in the Projects table ProjectsCategory is equal to the value in cell I
b Fill the range J:J with the formula in cell J filling without formatting.
c In cell K enter a formula using the SUMIF function that totals the estimates for projects in the Bridge category, checking that the column of categories in the Projects table ProjectsCategory is equal to the value in cell I and that the formula totals the values in the Estimate column ProjectsEstimate
d Fill the range K:K with the formula in cell K filling without formatting.
e In cell L enter a formula using the AVERAGEIF function that averages the estimates of projects in the Bridge category, checking that the column of categories in the Projects table ProjectsCategory is equal to the value in cell I and that the formula averages the values in the Estimate column ProjectsEstimate
f Fill the range L:L with the formula in cell L filling without formatting.
Go to the Projects by State worksheet. Hwan has created a PivotTable on this worksheet to list projects by state, start date, and category. Refresh the PivotTable so it displays the changes you made to the Category data on the Projects worksheet.
Reduce the clutter in the PivotTable by modifying it as follows:
a Change the report layout to show the PivotTable in Outline Form.
b Group the Project Start values by Months.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
