Thank you for interesting in helping my weakness.
Here is a general problem, I have a large table with 150 columns and
20500 rows. The head field of the columns are DocNum, Test1, Test2,
Test 3....Test150.
Column DocNum contains all distinct document names of 150 documents.
Each document name can have a number of "x" in their Test column. For
example: a document "Doc Mac" could have several "x" in the Test column
indicating which tests the document has.
A document "Doc Apple" could have only 3 "x"s each in Test1, Test2,
Test 100; there would empty cell in Test3,Test4 and so forth.
Now, I wish to make a new table only 2 columns. First column, is the
DocNum and the second column is Type Of Test. The second column, will
display the head field ("Testnumber") of table above if there is an "x"
indicating there is a test.