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

  • <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函數(shù) > excel設置新函數(shù)的方法

      excel設置新函數(shù)的方法

      時間: 業(yè)華773 分享

      excel設置新函數(shù)的方法

        excel中的設置新函數(shù)是我們辦公中經常都要用到的,有些朋友或許忘記了該要如何操作。下面是學習啦小編帶來的關于excel設置新函數(shù)的方法,希望閱讀過后對你有所啟發(fā)!

        excel設置新函數(shù)的方法:

        設置新函數(shù)步驟1:打開Excel,按“Alt+F11”進入VBA環(huán)境。

        設置新函數(shù)步驟2:點擊“插入”-“模塊”項,創(chuàng)建一個新的模塊。

        設置新函數(shù)步驟3:接著我們就可以在這里創(chuàng)建函數(shù)。輸入如圖所示的代碼:

        Function 求和(i As Integer, j As Integer)

        求和 = (i + j)

        End Function

        設置新函數(shù)步驟4:返回Excel界面,就可以進行測試啦。在A1單元格輸入“3”,在B1單元格輸入“2”,輸入在C1單元格輸入公式“=求和(A1,B1)”并按回車就可以看到計算結果啦。

      1162925