siaw_chng
04-15-2008, 09:25 PM
Hi ..
I need some help urgently to get the Std Dev in excel spreadsheet.
I have tried to record the macro but not really understand it.
ActiveCell.FormulaR1C1 = "=STDEV(R[-20]C:R[-11]C)"
In the excelspreadsheet, the row of data might not be fixed.
Example: 1st excelsheet, the total record is 20 records which is from C1 to C20
Example: 2nd excelsheet, the total record is 100 records which is from C1 to C100
My question is how am i going to write the VB script in order to get the Std Dev based on the total record in excelspreadsheet?
Thanks.
Please post Excel questions, in the Excel forum.
Thank you.
I need some help urgently to get the Std Dev in excel spreadsheet.
I have tried to record the macro but not really understand it.
ActiveCell.FormulaR1C1 = "=STDEV(R[-20]C:R[-11]C)"
In the excelspreadsheet, the row of data might not be fixed.
Example: 1st excelsheet, the total record is 20 records which is from C1 to C20
Example: 2nd excelsheet, the total record is 100 records which is from C1 to C100
My question is how am i going to write the VB script in order to get the Std Dev based on the total record in excelspreadsheet?
Thanks.
Please post Excel questions, in the Excel forum.
Thank you.