I have table like below. Is it possible to write something up to show on a separate sheet or on a popup the parameters( age etc) and give me an option to choose wether I want an average or std Deviation of the data set for each parameter.
Example table:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Parameter[/TD]
[TD]SET1[/TD]
[TD]SET2[/TD]
[TD]SET3[/TD]
[/TR]
[TR]
[TD]Age[/TD]
[TD]5[/TD]
[TD]15[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]height[/TD]
[TD]110[/TD]
[TD]160[/TD]
[TD]180[/TD]
[/TR]
[TR]
[TD]abc[/TD]
[TD]55[/TD]
[TD]55[/TD]
[TD]22[/TD]
[/TR]
[TR]
[TD]XYZ[/TD]
[TD]12[/TD]
[TD]23[/TD]
[TD]56[/TD]
[/TR]
</tbody>[/TABLE]
output something like: (I want the code to ask me what to do for each parameter - avg or std deviation)
IS it possible to do something like this
[TABLE="width: 500"]
<tbody>[TR]
[TD]Parameter[/TD]
[TD]Std Deviation or Average[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]Age[/TD]
[TD]Avg[/TD]
[TD]Avg= 5[/TD]
[/TR]
[TR]
[TD]height[/TD]
[TD]Std[/TD]
[TD]Std = 7[/TD]
[/TR]
[TR]
[TD]abc[/TD]
[TD]Avg[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]xyz[/TD]
[TD]Std[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Example table:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Parameter[/TD]
[TD]SET1[/TD]
[TD]SET2[/TD]
[TD]SET3[/TD]
[/TR]
[TR]
[TD]Age[/TD]
[TD]5[/TD]
[TD]15[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]height[/TD]
[TD]110[/TD]
[TD]160[/TD]
[TD]180[/TD]
[/TR]
[TR]
[TD]abc[/TD]
[TD]55[/TD]
[TD]55[/TD]
[TD]22[/TD]
[/TR]
[TR]
[TD]XYZ[/TD]
[TD]12[/TD]
[TD]23[/TD]
[TD]56[/TD]
[/TR]
</tbody>[/TABLE]
output something like: (I want the code to ask me what to do for each parameter - avg or std deviation)
IS it possible to do something like this
[TABLE="width: 500"]
<tbody>[TR]
[TD]Parameter[/TD]
[TD]Std Deviation or Average[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]Age[/TD]
[TD]Avg[/TD]
[TD]Avg= 5[/TD]
[/TR]
[TR]
[TD]height[/TD]
[TD]Std[/TD]
[TD]Std = 7[/TD]
[/TR]
[TR]
[TD]abc[/TD]
[TD]Avg[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]xyz[/TD]
[TD]Std[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]