Galaxy said:
Is there anything out there that we can dump a list into and that can
tell us what is missing? Just a list analyzer, don't need to analyze
anything other than that.
It's not as simple as *dumping in a list* but you can do this in a
spreadsheet - easier to do than to explain . . . . If only a few
numbers are are missing this method will find them quickly.
http://www.sover.net/~wysiwygx/Apps2.html
Sphygmic Spreadsheet
http://www.ds.unifi.it/~stefanin/AGR_2001/SH/SSSHEET.ZIP
918Kb
Paste your list into column A and sort in numerical order. Make a
consecutive list of similar numbers in column B (first number in cell B1
is the same as the number in cell A1) then in cell B2 write this formula
[ =B1+1 } copy and paste the formula into the cells below in column B.
In cell C1 write this formula [ =(A1=B1) ] then copy and paste that
formula into the cells below in column C.
If the numbers match you will see *true* in column C, if they don't you
will see *false*. Insert a new line wherever the numbers don't match,
and recopy the formula in column B from a cell above into the cell where
you inserted the new row and all the cells below that.
Repeat this process whenever you come to a false statement. When you are
done Column A will have blank spaces where the missing reports are.
Apologies if you knew all that already.
Susan