R
Ralph
I do score keeping at a tournment in XL. The kids scores
and errors are recorded. I want to have some
automatic "keystroke mistake" checker. The scores can be -
20 to 90 in increments of 10 but only certain # of errors
are valid with each score; see below. How can I have xl
check that the score and error combination is correct
without using a ton of IF statements.
Score Error
90 0
80 1
70 2
60 0 or 2
50 1 or 3
40 0 or 2
30 1 or 3
and so on
and errors are recorded. I want to have some
automatic "keystroke mistake" checker. The scores can be -
20 to 90 in increments of 10 but only certain # of errors
are valid with each score; see below. How can I have xl
check that the score and error combination is correct
without using a ton of IF statements.
Score Error
90 0
80 1
70 2
60 0 or 2
50 1 or 3
40 0 or 2
30 1 or 3
and so on