How to specify which columns and rows to transpose for a given table?
Hi, I have the following script where I am opening two data tables which I need to process before using it for analysis. One of the data sets requires transposing from column 3 (:Inoculum ...) to the end of the table column 16 (Positive control leak-test) as shown below. However, I would like to make run automatic as the names are irrelevant but the table structure is always the same. Could anyo...