精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學習啦 > 學習電腦 > 工具軟件 > 辦公軟件學習 > Excel教程 > Excel基礎 > 怎樣在excel中平均數(shù)

      怎樣在excel中平均數(shù)

      時間: 試工1755 分享

      怎樣在excel中平均數(shù)

        平均數(shù)函數(shù)語法

        AVERAGE(number1,number2, ...) Number1, number2, ...

        要計算平均值的 1~30 個參數(shù)。

        示例 如果 A1:A5 命名為 Scores,其中的數(shù)值分別為 10、7、9、27 和 2,那么: AVERAGE(A1:A5) 等于 11

        標準偏差函數(shù)語法

        STDEV(number1,number2,...) Number1,number2,...

        為對應于總體樣本的 1 到 30 個參數(shù)。也可以不使用這種用逗號分隔參數(shù)的形式,而用單一數(shù)組,即對數(shù)組單元格的引用。

        示例 假設在生產(chǎn)過程中,10 件工具是由同樣的機器生產(chǎn)的,將其作為隨機樣本,測試抗拉強度。樣本值(1345、1301、1368、1322、1310、1370、1318、1350、1303、1299)分別存放于 A2:E3 單元格里。函數(shù) STDEV 估算所有工具抗拉強度的標準偏差。 STDEV(A2:E3) 等于 27.46

      579396