进行数据分析的汇总函数
<p>进行数据分析的汇总函数 <script src="http://wps.udesk.cn/css/help.js">// <!]></script> </p> <p>汇总函数用于自动分类汇总、数据合并中。</p> <table width="100%" cellspacing="4" cellpadding="4"> <tbody> <tr><th class="th1">函数</th><th class="th2">功能</th></tr> <tr> <td class="bottomLine">求和</td> <td class="bottomLine">对数值求和。是数字数据的默认函数。</td> </tr> <tr> <td class="bottomLine">计数</td> <td class="bottomLine">数据值的数量。汇总函数 Count 的功能与工作表函数 COUNTA 的功能相同。Count 是除了数字型数据以外其他数据的默认函数。</td> </tr> <tr> <td class="bottomLine">平均值</td> <td class="bottomLine">求数值平均值。</td> </tr> <tr> <td class="bottomLine">最大值</td> <td class="bottomLine">求最大值。</td> </tr> <tr> <td class="bottomLine">最小值</td> <td class="bottomLine">求最小值。</td> </tr> <tr> <td class="bottomLine">乘积</td> <td class="bottomLine">求数值的乘积。</td> </tr> <tr> <td class="bottomLine">计数值</td> <td class="bottomLine">计算数字数据值的数量。汇总函数 Count Nums 的功能与工作表函数 COUNT 的功能相同。</td> </tr> <tr> <td class="bottomLine">标准偏差</td> <td class="bottomLine">估算总体的标准偏差,样本为总体的子集。</td> </tr> <tr> <td class="bottomLine">总体标准偏差</td> <td class="bottomLine">计算总体的标准偏差。汇总的所有数据为总体。</td> </tr> <tr> <td class="bottomLine">方差</td> <td class="bottomLine">估计总体方差,样本为总体的子集。</td> </tr> <tr> <td class="bottomLine">总体方差</td> <td class="bottomLine">计算总体的方差。汇总的所有数据为总体。</td> </tr> </tbody> </table> <p> </p>
頁:
[1]