Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

本文說明 Microsoft Excel 中 CEILING 函數的公式語法及用法。

描述

傳回進位後的數字,背離於零,到最接近之指定基數的倍數。 例如,如果您的產品價格為 $4.42,而您想避免在價格中使用一分的單位,則可以使用公式 =CEILING(4.42,0.05),將價格進位到最接近的五分。

語法

CEILING(number, significance)

CEILING 函數語法具有下列引數:

  • Number    必要。 這是要捨位的數值。

  • Significance    必要。 這是要捨位的倍數。

註解

  • 如果有任何非數值的引數,CEILING 會傳回 #VALUE! 錯誤值。

  • 無論數字符號為何,值在調整為背離於零時會進位。 如果 number 正好是 significance 的倍數,則不會進位。

  • 如果 number 是負數,且 significance 也是負數,則數值會以背離於零之方式進位。

  • 如果 number 是負數,而 significance 是正數,則數值會以趨近於零之方式進位。

範例

請在下列表格中複製範例資料,再將之貼到新 Excel 活頁簿中的儲存格 A1。 若要讓公式顯示結果,請選取公式,按 F2,然後再按 Enter。 如有需要,您可以調整欄寬來查看所有資料。 

公式

描述

結果

=CEILING(2.5, 1)

將 2.5 進位到最接近 1 的倍數

3

=CEILING(-2.5, -2)

將 -2.5 進位到最接近 -2 的倍數

-4

=CEILING(-2.5, 2)

將 -2.5 進位到最接近 2 的倍數

-2

=CEILING(1.5, 0.1)

將 1.5 進位至最接近 0.1 的倍數

1.5

=CEILING(0.234, 0.01)

將 0.234 進位至最接近 0.01 的倍數

0.24

Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×