Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Go to the Funding Totals worksheet, which lists all the current and proposed development projects. Dean wants to display the data by funding type and
Go to the Funding Totals worksheet, which lists all the current and proposed development projects. Dean wants to display the data by funding type and then list the projects by start date.
Sort the data in the table in ascending order first by funding type and then by start date.
Dean also wants to calculate subtotals for each funding type Hint: You must complete all actions of this step correctly to receive full credit.:
Convert the table to a range.
Insert a subtotal at each change in the Funding Type value.
Use the Sum function to calculate the subtotals.
Add subtotals to the Funding values only.
Include a summary below the data.
Collapse the outline to display only the subtotals for each funding type and the grand total.
Go to the Lookup worksheet, which lists project details, including the ID code that staff in the Development Division use to refer to the projects. Dean wants to find a simple way to look up a project name based on its ID
Create a formula that provides this information as follows:
In cell H begin to enter a formula using the VLOOKUP function.
Use the Project ID cell H as the lookup value.
Use the Lookup table range A:E as the tablearray.
Use the Project Name column column as the colindexnum.
Specify an exact match FALSE for the rangelookup.
Dean also wants to look up the start date of each project. Instead of using the VLOOKUP function, he suggests using the INDEX and MATCH functions, which are faster with large amounts of data.
Create a formula that provides the start date of a project as follows:
In cell H begin to enter a formula using the INDEX function.
Use the Lookup table range A:E as the array.
For the rownum argument, use the MATCH function.
Use the Project ID cell H as the lookupvalue for the MATCH function.
Use the ID column range A:A as the lookuparray for the MATCH function.
Specify an exact match for the MATCH function.
Use the Start Date column column as the columnnum for the INDEX function.
Dean also wants to identify the number of projects that have less than $ of funding and calculate the average funding amount of commercial projects.
Create formulas that provide this information as follows:
In cell H create a formula using the DCOUNT function to count the number of projects with funding amounts less than $ using the Lookup table range A:E as the database, "Funding" as the field, and the range G:G as the criteria.
In cell H create a formula using the DAVERAGE function to average the funding amounts for Commercial projects, using the Lookup table range A:E as the database, "Funding" as the field, and the range G:G as the criteria.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started