Re: Validation of an excel spreadsheet used for recording test results?
I have only some experience with excel and one of the problem I have seen about non calculating sheet is the input format
if You insert special characher like ^ @ or something that looks like a date and press enter the cell is formatted. You can go back and edit the results but it may happen You have not corrected the format. The worst case is: if You enter @+something, then You You go back to the cell and overwrite a number, You will see the number but for excel is a string!
I have seen an excel spreadsheet at one of my customer (pharmaceutical) and it was protected against any special characheter, invalid date format (only DD/MM/AAAA was allowed), invalid entry (if is required a number only a number can be written) etc.