I have a table which has 720 columns of data (plus other columns) and want to create 715 additional columns that have the moving average of the data. So columns R001,R002,R003,R004,R005 would be averaged to yeild T001 nfor each row in the table. Then R002,R003,R004,R005,R006 average would yield T002 etc... I then have a script to graph any selected row by the T data points. Anjy how I can create a script that I can add to a data table to do this manipulation?