This is it, say i have six numeric fields to fill in.
What i need is to get rid of the biggest and smallest numbers among these six fields, so i can take into account just the middle four left fields. It's a system for ranking persons performances.
For example:
field#1= 6.3
field#2= 2.3
field#3= 7.5
field#4= 4.9
field#5= 8.3
field#6= 4.5
and i need to get rid of the biggest and lowest entered values, in this case, i should get rid of fields #2 and #5
How can i do this?. any idea?
Thanks