26.4k views
21 votes
11. In cell R9, enter a formula using the AVERAGE function and structured references to determine the average number of years of post-secondary education of all students as shown in the Post-Secondary Years column.

User Igor Gatis
by
5.2k points

2 Answers

13 votes

Final answer:

To find the average number of years of post-secondary education of all students, use the AVERAGE function and structured references in Excel.

Step-by-step explanation:

The question refers to finding the average number of years of post-secondary education of all students using the AVERAGE function and structured references. To do this, we can use the AVERAGE function in Excel along with structured references to calculate the average number of years of post-secondary education. In cell R9, you can enter the formula: =AVERAGE(Table[Post-Secondary Years]). This will calculate the average of all the values in the 'Post-Secondary Years' column of the table.

User Ken Shiro
by
5.3k points
8 votes

Final answer:

In cell R9, the AVERAGE function with structured references can be used to determine the average number of years of post-secondary education by typing =AVERAGE(Table1[Post-Secondary Years]), replacing 'Table1' and 'Post-Secondary Years' with the actual table and column names.

Step-by-step explanation:

To enter a formula using the AVERAGE function and structured references in cell R9, you would typically click on cell R9 and then type:

=AVERAGE(Table1[Post-Secondary Years])

Here 'Table1' should be replaced with the actual name of your table, and 'Post-Secondary Years' should be replaced with the actual name of the column that contains the data for the years of post-secondary education. This formula computes the average by adding all the numbers in the specified column and dividing by the count of non-empty cells in that column.

User Tode
by
4.5k points