Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はExcelでそれを行う方法がわかりません:
A1 / 6 rest != 0 の場合、A1 を次の 6 の倍数に丸めます。
ありがとう。
これはまさにCEILING関数が行うことです。
=CEILING(A1, 6)
これにより、A1が次の6の倍数に切り上げられます。