How to enter a database function to average the annual salary?

M

maria

I need to use a DAVERAGE function to determine the average annual salary.
Here is my information:
=DAVERAGE(Table2[#All],"Table2[Annual Salary]Salary]]
Salary]",D16:D17)

My answer has to be 91,480. I keep getting a "Value" instead off the numeral
amount
 
K

krcowen

Maria

I assume since you "need to use" a DAVERAGE function that you are
averaging a subset of your data that meets a certain criteria. In
that case the data should be in Table2 and the criteria should be in
D16:D17. The middle argument should be a field which should be a
number indicating the column of your data that is averaged if the
criteria is met. It appears that your second argument may not be a
suitable way to indicate the field.

Good luck.

Ken
Norfolk, Va
 
M

maria

According to help this is the formula that it tells me to use. What would use
in place of the "Annual Salary"?

--
Maria A Adams


Maria

I assume since you "need to use" a DAVERAGE function that you are
averaging a subset of your data that meets a certain criteria. In
that case the data should be in Table2 and the criteria should be in
D16:D17. The middle argument should be a field which should be a
number indicating the column of your data that is averaged if the
criteria is met. It appears that your second argument may not be a
suitable way to indicate the field.

Good luck.

Ken
Norfolk, Va


I need to use a DAVERAGE function to determine the average annual salary.
Here is my information:
=DAVERAGE(Table2[#All],"Table2[Annual Salary]Salary]]
Salary]",D16:D17)

My answer has to be 91,480. I keep getting a "Value" instead off the numeral
amount
 
A

Ashish Mathur

Hi,

You should not have the quotes around the second argument. Also check that
the heading of the criteria and the range are the same

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
 
K

krcowen

The column number from Table 2 that you want to average for records
that match the criteria in D16:D17



According to help this is the formula that it tells me to use. What woulduse
in place of the "Annual Salary"?

--
Maria A Adams



I assume since you "need to use" a DAVERAGE function that you are
averaging a subset of your data that meets a certain criteria.  In
that case the data should be in Table2 and the criteria should be in
D16:D17.  The middle argument should be a field which should be a
number indicating the column of your data that is averaged if the
criteria is met.  It appears that your second argument may not be a
suitable way to indicate the field.
Good luck.
Ken
Norfolk, Va
I need to use a DAVERAGE function to determine the average annual salary.
Here is my information:
=DAVERAGE(Table2[#All],"Table2[Annual Salary]Salary]]
Salary]",D16:D17)
My answer has to be 91,480. I keep getting a "Value" instead off the numeral
amount

- Show quoted text -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top