Hi Bill, the simple solution I can suggest is:

A1=Reading1*100/average
A2=Reading2*100/average

If A1>A2 then
If A1-A2>10 then discard
else
If A2-A1>10 then discard
endif

Naturally you can change the 10% threshold and lower it or increase it.

Al.