It is in fact possible to do rounding within a QUERY, but it needs to be done indirectly with a bit of maths. To do so, you have to exploit the (undocumented, I think) modulo operator (%). Replicating the answer given by player0:

=ArrayFormula(query(query(query({B:C,month(C:C&1)}, "select Col2, sum(Col1), Col3 where Col2 is not null group by Col2,Col3 order by Col3"),"select Col1,Col2,(Col2+100)-(Col2+100)%100"),"offset 1",0))

What we are doing here within the query is adding 100 to each amount, then from this subtracting (amount+100) modulo 100, which rounds the answer back down to the nearest hundred (achieving the same result as you requested). It should be possible to do account for other rounding scenarios by changing the addend and modulus accordingly.

Answer from The God of Biscuits on Stack Overflow
🌐
Google Support
support.google.com › docs › answer › 3093471
CEILING - Google Docs Editors Help
The CEILING function rounds a number up to the nearest integer multiple of specified significance. Sample Usage CEILING(23.25,0.1) CEILING(A2,1) Syntax CEILING(value, [factor]) value
🌐
Owox
owox.com › blog › articles › ceiling-floor-round-google-sheets
CEILING, FLOOR, ROUND: Google Sheets Functions Guide 2025
October 10, 2025 - In cell E3, the formula will return 18, to simplify inventory management. The FLOOR function in Google Sheets rounds numbers down to the nearest specified multiple, making it ideal for scenarios where downward rounding is preferred.
🌐
Google Sheets
sheetshelp.com › sheets help › math › ceiling function - google sheets
CEILING Function - Google Sheets
September 28, 2023 - The CEILING function in Google Sheets rounds a number up to the nearest integer multiple of a specified significance.
🌐
Softr
softr.io › google-sheets › formulas › ceiling › r › t5fuDf8LwFqgE3XQq7rRb
How to use CEILING in Google Sheets - Guide
The Rounds a number up to the nearest integer multiple of specified significance. Learn more the ceiling function in google sheets rounds a number up to the nearest integer multiple of specified significance.
🌐
Better Sheets
bettersheets.co › formulas › ceiling
How to Use CEILING() function in Google Sheets · Better Sheets
CEILING() is a math Google Sheets formula that Rounds a number up to the nearest integer multiple of specified sig...
🌐
Google Support
support.google.com › docs › answer › 9061515
CEILING.MATH function - Google Docs Editors Help
The CEILING.MATH function rounds a number up to the nearest integer or to the nearest multiple of specified significance. It also specifies whether the number is rounded toward or away from 0 dependin
🌐
The Bricks
thebricks.com › resources › how-to-use-ceiling-in-google-sheets-a-step-by-step-guide
How to Use CEILING in Google Sheets: A Step-by-Step Guide
The CEILING function in Google Sheets always rounds a number up to the nearest integer multiple of a specified number, called the "factor" or "significance." Think of it as a way to set a rounding rule that goes beyond simple whole numbers.
Find elsewhere
🌐
InfoInspired
infoinspired.com › home › google docs › spreadsheet
CEILING Function in Google Sheets: How to Use It with Examples
October 27, 2024 - Sheets Vs. Excel ... The CEILING function in Google Sheets allows you to round a number up to the nearest integer multiple of a specified significance. In contrast, the FLOOR function rounds a number down, while the MROUND function rounds a ...
🌐
YouTube
youtube.com › modern school bus
How to Use the CEILING Function in Google Sheets - YouTube
In this video, I cover how to use the CEILING function in Google Sheets. CEILING is a useful rounding function that everyone should learn.Read through the fu...
Published   June 23, 2021
Views   940
🌐
Formula Bot
app.formulabot.com › google-sheets › ceiling-function
CEILING Google Sheets Formula - Function, Examples, How to Use
The CEILING function in Google Sheets rounds a number up to the nearest multiple of a specified factor, helping with precise calculations and data analysis.
🌐
Modernschoolbus
modernschoolbus.com › home › how to use the ceiling function in google sheets
How to Use the CEILING Function in Google Sheets
Next, I will walk you through step ... the steps: 1. First, select the cell where you want the function to calculate and type the equals signs on your keyboard (=), then type “ceiling” and press Tab...
🌐
Sturppy
sturppy.com › formulas › ceiling-math-google-sheets-formula
CEILING.MATH: Google Sheets formulas explained
May 30, 2023 - In simple terms, CEILING.MATH is a Google Sheets formula that rounds a number up to the nearest specified multiple.
🌐
Better Sheets
bettersheets.co › formulas › ceiling-precise
How to Use CEILING.PRECISE() function in Google Sheets · Better Sheets
CEILING.PRECISE() is a math Google Sheets formula that Rounds a number up to the nearest integer multiple of specified sig...
🌐
Sheetaki
sheetaki.com › home › how to use ceiling function in google sheets
How To Use CEILING Function in Google Sheets - Sheetaki
November 8, 2022 - The CEILING function is an important Google Sheet function that helps you round up a specific number to the number’s nearest given integer multiple.
🌐
Google Sheets
sheetshelp.com › sheets help › math › ceiling.math function – google sheets
CEILING.MATH Function – Google Sheets - Sheets Help
October 30, 2025 - The CEILING.MATH function in Google Sheets rounds a number up to the nearest integer multiple of a specified significance.
🌐
Softr
softr.io › google-sheets › formulas › ceiling-math › r › KbAYwmr8qfmfv3ZWwbzTk2
How to use CEILING.MATH in Google Sheets - Guide
The Rounds a number up to the nearest ... more. the ceiling.math is a function in google sheets that rounds a number up to the nearest multiple of a specified value....
🌐
The Bricks
thebricks.com › resources › how-to-use-ceiling-math-in-google-sheets-a-step-by-step-guide
How to Use CEILING.MATH in Google Sheets: A Step-by- ...
Do you know what you want to do but have no idea how to write the formula for it? AI formula generators solve this problem by translating your plain English instructions into perfectly-formatted Google Sheets formulas.