N
Nick
I am trying to gather statistics for my job. I know I can creat a query that
I can filter information out of, but I would like to have the report do that
if possible, that way I can cut down on the total number of queries I have.
Basically I want to calculate the average test scores for students admitted
to our program. Basically I have two different fuctions going on:
1) I need to pull only the admitted students
2) I need to calculate the average test scores
Here is the formula I came up with, but it calculates all of the scores, not
the specific ones I want:
=Avg([GRE V Score] And [Application Status]="Admit")
Can anyone help me with this?
I can filter information out of, but I would like to have the report do that
if possible, that way I can cut down on the total number of queries I have.
Basically I want to calculate the average test scores for students admitted
to our program. Basically I have two different fuctions going on:
1) I need to pull only the admitted students
2) I need to calculate the average test scores
Here is the formula I came up with, but it calculates all of the scores, not
the specific ones I want:
=Avg([GRE V Score] And [Application Status]="Admit")
Can anyone help me with this?