I need help formatting the first three tables of my protocol. When you run the protocol, 'Sample Name', 'X Position', and 'Mean' are my properties along with their corresponding values in property 2. I would like to move them down a row so that a true property can be established (ie. See below)
| Mean | 1.9584165000001e-002 |
| Standard Deviation | 0.0081532 |
| Minimum | 0.0019936 |
| Maximum | 0.027755 |
| Median | 0.022812 |
| Range | 0.025761 |
Becomes....
| Calculation | Value |
| Mean | 1.9584165000001e-002 |
| Standard Deviation | 0.0081532 |
| Minimum | 0.0019936 |
| Maximum | 0.027755 |
| Median | 0.022812 |
| Range | 0.025761 |
I would also like to round to 6 decimal places.
Also, as you can see from my protocol it is very repetitive... is there any way to optimize it?
Thanks again,
jlalb
