We are doing a database of gun quals, its fairly simple in theory but if a shooter scores 1-220 he does not qual, if he shoots 221-228 he is considered marksman, 228-240 is expert.
So i would need it to basically say
1-221 = NQ (No Qual)
221-228=M
228-240=E
So it would look in the awards colum and see the number and give e,m,nq as an output depending on the number.
So i would need it to basically say
1-221 = NQ (No Qual)
221-228=M
228-240=E
So it would look in the awards colum and see the number and give e,m,nq as an output depending on the number.
Comment