T
tylach
i'm stuck on a project that i am working on, it involves totaling the
team scores for a contest. each team may only have 4 team members,
each individual member has an individual score. however, the total
team score only uses the highest 2 of the 4 members scores to get the
final team total.
in another part of the project i had to find the best 3 of the 4 for
the total, so all that i had to do was find the minimum and subtract
from the old total.
this is the command i used in the report.
=IIf(Count(*)=4,Sum([FFA Score])-Min([FFA Score]),Sum([FFA Score]))
if anyone can help it would be greatly appreciated.
team scores for a contest. each team may only have 4 team members,
each individual member has an individual score. however, the total
team score only uses the highest 2 of the 4 members scores to get the
final team total.
in another part of the project i had to find the best 3 of the 4 for
the total, so all that i had to do was find the minimum and subtract
from the old total.
this is the command i used in the report.
=IIf(Count(*)=4,Sum([FFA Score])-Min([FFA Score]),Sum([FFA Score]))
if anyone can help it would be greatly appreciated.