開始使用免費開始

From floor to ceiling

Sometimes you always want to round a value down (towards negative infinity), or always round upwards (towards infinity). You can do this using

Both functions take a second argument that specifies the multiple to round to. For example, FLOOR(A1, 0.01) rounds the number in cell A1 down to the next lowest hundredth. If this argument is omitted, it rounds down to the nearest whole number.

本練習屬於課程

Google Sheets 中級

檢視課程

練習說明

  • In column H, round the aphelion down to the nearest whole number.
  • In column I, round the perihelion up to the next tenth.

動手互動練習

將理論付諸實踐,立即體驗我們的互動練習

開始練習