Need a macro
Posted by Paul DuBay on February 04, 2002 2:27 PM
I have a spreadsheet with 30,000+ rows (containing 20+ cols of data each) of data captured real-time (well, every 1 seconds) from solar calibration equipment (research for ASHRAE). Since opening and manipulating an excel file with so much data is cumbersome on most computers (and I need to share this data with many colleagues), I'm wondering if anyone can help me accomplish the following: I would like to average the data in each row, by column, and condense the data by 1/10. For example, take the values in cells A1:A10, average them, and place the result in cell A1 in a new workbook/sheet. Then, average the data in cells A11:A20, and place the result in cell A2 in a new workbook/sheet....and so on and so forth for all data in all rows.
;-) Any ideas? If I knew some perl, or any other programming language, I'd dump the data to a tab-delimited file and manipulate it that way...but alas, I don't.
Any help is truly appreciated.