I have rows of a range of values to compare to a fixed maximum (G10) and minimum (G9) value and return a 'reject' if any value is outside the specified range or an "OK" if values are accpetable. Occasionally a cell or three will be blank in each row.
The first test (A14) ensures there is supposed to be values in the row to compare.
Results are either "OK" or "FALSE", but not consistent with inputs. There are true accepts, false accepts (values are bad, but result says 'OK'), no false rejects (bad values result in either "OK" or "False"), and no true rejects (bad values do not result with 'Get help').
Is this the correct approach or is there a better method?
Help?
Bookmarks