excel如何無條件進入法? - Yahoo!奇摩知識+

excel如何無條件進入法? - Yahoo!奇摩知識+

瀏覽:362
日期:2025-05-26
用roundup這個公式 = Roundup(number, digits) 像妳說要10/3取到小數點一位數, 無條件進位, 那就是 =roundup(10/3, 1) 就會給你3.4 要是要整數 =roundup(10/3, 0) 就給你3 要是要十位數的roundup =roundup(10/3, -1) 就會得10. 相關詞: excel無條件進入法,...看更多