Formatting and Optimization Help

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)

Mean1.9584165000001e-002
Standard Deviation0.0081532
Minimum0.0019936
Maximum0.027755
Median0.022812
Range0.025761

Becomes....

CalculationValue
Mean1.9584165000001e-002
Standard Deviation0.0081532
Minimum0.0019936
Maximum0.027755
Median0.022812
Range0.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