DMax criteria is not working

K

Kevin Hogan

I am trying to use the DMax function and I am using the
example in the help file for using an equation for the
criteria. ie. =C7>average($c$7:$c$10). I cannot get this
example to work. Am I doing something wrong?
Kevin.
 
P

Peo Sjoblom

How are you trying to use the dmax function using this criteria?

Here are some example based on the help

=DCOUNT(A4:E10,"Age",K1:K2)

where K1 would be blank and K2 hold

=C5>AVERAGE($C$5:$C$10)

would return 3


=DMAX(A4:E10,"Age",K1:K2)

would return the greatest value greater than average which would be 20

change the formula to

=C5<AVERAGE($C$5:$C$10)

and it would return greatest value less than average (12)
 

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

Similar Threads

DMax with No Criteria 2
DMAX function for Office 2007 1
DMAX criteria 2
countifs Function not giving desired result with date criteria 2
Dmax formula 2
DMAX taken to the max 3
using dmax 2
DMax 2

Top