Create a calculated field and in its formula use the ceiling.math with the field 'Time in decimals'. Answer from nnqwert on reddit.com
🌐
Microsoft Support
support.microsoft.com › en-us › office › ceiling-function-0a5cd7c8-0720-4f0a-bd2c-c943e510899f
CEILING function - Microsoft Support
Returns number rounded up, away from zero, to the nearest multiple of significance. For example, if you want to avoid using pennies in your prices and your product is priced at $4.42, use the formula =CEILING(4.42,0.05) to round prices up to the nearest nickel.
🌐
Exceljet
exceljet.net › ceiling function
Excel CEILING function | Exceljet
September 11, 2021 - The Excel CEILING function rounds a given number up to the nearest specified multiple. CEILING works like the MROUND function, but CEILING always rounds up.
🌐
Better Solutions
bettersolutions.com › excel › functions › ceiling-math-function.htm
Excel CEILING.MATH Function - BetterSolutions.com
1 month ago - Microsoft Excel · Functions · CEILING.MATH · Maths & Trigonometry · Complete List · Alphabetical - C · Index - C · Updated: 01 March 2026 · 01 March 2026 · © 2026 Better Solutions Limited. All Rights Reserved.
🌐
Reddit
reddit.com › r/excel › can i use the ceiling.math function on a sum in a pivot table?
r/excel on Reddit: Can I use the CEILING.MATH function on a sum in a pivot table?
June 20, 2023 -

My job requires me to track my time in various categories, and I round up to the nearest .25 of an hour. Because I jump from task to task throughout the day, I use an Excel sheet to track my time. For each time entry, I plug in:

  • Date

  • Start time

  • Stop time

  • Billing category

  • Brief description

Excel automatically calculates the number of minutes I spent on a task and converts that to a decimal.

I have a pivot chart that is organized as follows:

  • Date - total amount of time billed during the day

    • Billing category - total amount of time billed during the day to this category

      • Each individual time entry (description, amount of time billed)

I'm looking for the sum of the bolded item above to be rounded up to the nearest .25. I know that I can use =CEILING.MATH(CELL, .25) in a regular spreadsheet, but I don't know how to do it in a pivot chart. And I don't want to round up each individual time entry in my spreadsheet, because it could automatically inflate the time. (Imagine I spent .08 of an hour billing to ACME Co. and then later in the day I bill another .08 of a hour to ACME. If I round each individual entry, I'd end up billing .5 (.08 rounded to .25 x 2) when in reality I should bill .25 (.08 x 2 = .16 rounded to .25.).)

My pivot table fields are currently:

Rows:

  • Date

  • Billing Category

  • Description

And the Value is

  • Sum of "Time in decimals" field

🌐
Excel Forum
excelforum.com › excel-formulas-and-functions › 1291189-incorcopate-two-functions-sum-and-ceiling.html
incorcopate two functions SUM and CEILING
September 26, 2019 - Where the cell that needs to incorporate the two functions is I15 Thank you · Register To Reply · 09-26-2019, 01:52 PM #2 · joeu2004 · View Profile · View Forum Posts Forum Expert · Join Date · 05-01-2014 · Location · California, US · MS-Off Ver · Excel 2010 · Posts · 1,795 · Ostensibly: =CEILING(G15*H4/100, 0.25) (Your use of SUM was superfluous.)
🌐
Microsoft Support
support.microsoft.com › en-us › office › iso-ceiling-function-e587bb73-6cc2-4113-b664-ff5b09859a83
ISO.CEILING function - Microsoft Support
ISO.CEILING returns a number that is rounded up to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up. However, if the number or the significance is zero, zero is returned.
🌐
MyExcelOnline
myexcelonline.com › home › the ultimate guide to ceiling function in excel
The Ultimate Guide to Ceiling Function in Excel | MyExcelOnline
January 26, 2025 - Excel offers various functions ... in Excel is a powerful tool I often utilize to round up numbers to the nearest integer or to the nearest multiple of a specified significance....
Find elsewhere
🌐
ExcelFind
excelfind.com › excel-functions › excel-ceiling-math-function
How to use the Excel CEILING.MATH function - ExcelFind.com
February 12, 2024 - The Excel CEILING.MATH function rounds numbers up to the nearest integer or multiple, versatile for financial calculations.
🌐
TechOnTheNet
techonthenet.com › excel › formulas › ceiling.php
MS Excel: How to use the CEILING Function (WS)
This Excel tutorial explains how to use the Excel CEILING function with syntax and examples. The Microsoft Excel CEILING function returns a number rounded up based on a multiple of significance.
🌐
Corporate Finance Institute
corporatefinanceinstitute.com › home › resources › ceiling function
CEILING Function - Formula, Calculate, Example, Sample
June 19, 2025 - Here 3 is n (the number of rows to group) and 4 is an offset to normalize the first row to 1 as the first row of data is in row 6. The CEILING function rounds incoming values up to a given multiple of n. Essentially, the CEILING function counts ...
🌐
Microsoft Support
support.microsoft.com › en-us › office › ceiling-precise-function-f366a774-527a-4c92-ba49-af0a196e66cb
CEILING.PRECISE function - Microsoft Support
The absolute value of the multiple is used, so that the CEILING.PRECISE function returns the mathematical ceiling irrespective of the signs of number and significance. Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet.
🌐
ExcelFind
excelfind.com › excel-functions › excel-ceiling-function
How to use the Excel CEILING function - ExcelFind.com
February 12, 2024 - The Excel CEILING function rounds numbers up to the nearest multiple of significance, ideal for pricing and budgeting calculations.
🌐
LiveFlow
liveflow.com › product-guides › ceiling-math-function-in-excel-explained
CEILING.MATH Function in Excel: Explained
In this article, you will learn how to use the CEILING.MATH formula in Excel. ... The CEILING.MATH function in Excel is used to round a number up to the nearest specified multiple. It is an updated version of the CEILING function, introduced ...
🌐
Ajelix
ajelix.com › home › resources › formulas and functions › ceiling function ms excel
How To Use CEILING Function in Excel Guide With Examples - Ajelix
March 14, 2024 - A CEILING function in Excel is a mathematical function that rounds a number up to the nearest integer, or to the nearest multiple of a specified value.
🌐
Wall Street Oasis
wallstreetoasis.com › home › free › learn excel › excel functions › ceiling.math function
CEILING.MATH Function - Formula, Examples, How to Use | Wall Street Oasis
December 3, 2024 - The CEILING.MATH function is a Mathematics &Trignometry function in Excel that rounds a number up to the nearest integer or to a specified multiple in the spreadsheet.
🌐
SpreadsheetWeb
spreadsheetweb.com › home › function: ceiling.math
Function: CEILING.MATH
October 25, 2019 - Excel released the CEILING.MATH function as a successor of the CEILING function.