Excel 2007
Hi, I am trying to use Macros to calculate the standard deviation of the last 5 cells I input for example:
<table width="44" border="0" cellpadding="0" cellspacing="0" height="207"><colgroup><col style="width:51pt" width="68"> </colgroup><tbody><tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">1356</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">4530</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">4450</td> </tr> <tr style="height:15.75pt" height="21"> <td class="xl64" style="height:15.75pt;width:51pt" width="68" height="21">5300</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">2960</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">4300</td> </tr> <tr style="mso-height-source:userset;height:15.75pt" height="21"> <td class="xl64" style="height:15.75pt;width:51pt" width="68" height="21">4530</td> </tr> <tr style="mso-height-source:userset;height:18.75pt" height="25"> <td class="xl64" style="height:18.75pt;width:51pt" width="68" height="25">5450</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">1300</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">2960</td> </tr> </tbody></table>
I will be adding more cells to the bottom of this list very often, and I would like to use macros to automatically calculate the standard deviation of the last 5 values.
Thanks for your help in advance!
Ewi
Hi, I am trying to use Macros to calculate the standard deviation of the last 5 cells I input for example:
<table width="44" border="0" cellpadding="0" cellspacing="0" height="207"><colgroup><col style="width:51pt" width="68"> </colgroup><tbody><tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">1356</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">4530</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">4450</td> </tr> <tr style="height:15.75pt" height="21"> <td class="xl64" style="height:15.75pt;width:51pt" width="68" height="21">5300</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">2960</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">4300</td> </tr> <tr style="mso-height-source:userset;height:15.75pt" height="21"> <td class="xl64" style="height:15.75pt;width:51pt" width="68" height="21">4530</td> </tr> <tr style="mso-height-source:userset;height:18.75pt" height="25"> <td class="xl64" style="height:18.75pt;width:51pt" width="68" height="25">5450</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">1300</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl64" style="height:15.0pt;width:51pt" width="68" height="20">2960</td> </tr> </tbody></table>
I will be adding more cells to the bottom of this list very often, and I would like to use macros to automatically calculate the standard deviation of the last 5 values.
Thanks for your help in advance!
Ewi