G
Guest
Hi All:
Could anyone tell me how to set a criterion using a letter rather than a
number?
I have a variable Grade which has values A, B, C, D, F. I need to count how
many grades under A and I tried the following control expression but it does
not work:
=sum([Grade]<>'A') or
=sum(IIf([Grade]<>'A', [Grade], 'A'))
Could anyone point out the error(s) in these two expression? I will very
appreciate. Thanks.
Charles
Could anyone tell me how to set a criterion using a letter rather than a
number?
I have a variable Grade which has values A, B, C, D, F. I need to count how
many grades under A and I tried the following control expression but it does
not work:
=sum([Grade]<>'A') or
=sum(IIf([Grade]<>'A', [Grade], 'A'))
Could anyone point out the error(s) in these two expression? I will very
appreciate. Thanks.
Charles