CEILING Function Google Sheets

What Is CEILING Function In Google Sheets?

CEILING function in Google sheets is used to find the round up of a numeric value in Google sheets. Using this function, we can get the nearest integer multiple of the number in the given data.

For example, consider the below table showing data and round up value in columns A and B respectively.

CEILING function in GS Definition 1

Now, let us find the round up value using the CEILING function.

The steps are:

Step 1: To begin with, we need to insert the data in the spreadsheet. In this example, the data is inserted in A1:C2. Next, select the cell where we want to find the result. In this example, it is cell C2.

Step 2: Next, insert the CEILING function formula.

So, the formula is =CEILING(A2,B2)

Step 3: Press Enter key.

We can see the result as shown in the below image.

CEILING function in GS Definition 1-1

Now, we can see the result in cell C2.

Similarly, we can get the round up value using CEILING function.

In this article, let us learn how to use CEILING Google sheets function with detailed examples.

Key Takeaways
  • CEILING function in Google sheets rounds up a value to the nearest multiple.
  • It is a default function in Google sheets.
  • The formula or syntax of CEILING function is =CEILING(value,factor) where both the arguments are mandatory.
  • The first argument, value refers to the data or number which we need to round up.
  • The factor denotes the round up multiple used to round up the value.
  • Using CEILING function, we can round up numeric values, time, integers and currency with the desired round up value (factor).

CEILING() Google Sheets Formula

CEILING function in Google sheets is an inbuilt function.

CEILING() Google Sheets Formula

The formula or syntax of CEILING function is =CEILING(value,factor)

where,

  • value is the number or data we need to round up
  • factor is the multiple which we use to round the value

Both are mandatory arguments.

How To Use CEILING Google Sheets Function?

The steps to round up a value using CEILING Function are:

Step 1: To begin with, we need to insert the data in the spreadsheet. Next, select the cell where we want to find the result.

Step 2: Next, insert the CEILING function formula.

Step 3: Press Enter key.

We will be able to see the result.

Similarly, we can get the round up value using CEILING function in Google sheets.

Example

For example, consider the below table showing data and round up value in columns A and B respectively.

How To Use CEILING Function in GS 1

Now, let us find the round up value using the CEILING function.

The steps are:

Step 1: To begin with, we need to insert the data in the spreadsheet. In this example, the data is inserted in A1:C3. Next, select the cell where we want to find the result. In this example, it is cell C2.

Step 2: Next, insert the CEILING function formula.

How To Use CEILING Function in GS 1-1

So, the formula is =CEILING(A2,B2)

Step 3: Press Enter key.

We can see the result as shown in the below image.

How To Use CEILING Function in GS 1-2

Now, we can see the result in cell C2. Next, using Autofill we can find the result in cell C3, as shown in the below image.

How To Use CEILING Function in GS 1-3

Likewise, we can get the round up value using CEILING function.

Examples

Example #1 – Round Up To The Next Nickel

For example, consider the below table showing data and round up values in columns A and B respectively.

CEILING function in GS Example 1

Now, let us learn how to round up to the next nickel using the CEILING function.

The steps are:

Step 1: To begin with, we need to insert the data in the spreadsheet. In this example, the data is inserted in A1:C6. Next, select the cell where we want to find the result. In this example, it is cell C2.

Step 2: Next, insert the CEILING function formula.

CEILING function in GS Example 1-1

So, the formula is =CEILING(A2,B2)

Step 3: Press Enter key.

We can see the result as shown in the below image.

CEILING function in GS Example 1-2

Now, we can see the result in cell C2. Next, using Autofill we can find the result in other cells, as shown in the below image.

CEILING function in GS Example 1-3

Similarly, we can get round up to the next nickel using CEILING function.

Example #2 – Round Up To The Nearest Half-Hour

For example, consider the below table showing data and round up value in columns A and B respectively.

CEILING function in GS Example 2

Now, let us learn how to round up to the nearest half-hour using the CEILING function.

The steps are:

Step 1: To begin with, we need to insert the data in the spreadsheet. In this example, the data is inserted in A1:C4. Next, select the cell where we want to find the result. In this example, it is cell C2.

Step 2: Next, insert the CEILING function formula.

CEILING function in GS Example 2-1

So, the formula is =CEILING(A2,B2)

Step 3: Press Enter key.

We can see the result as shown in the below image.

CEILING function in GS Example 2-2

Now, we can see the result in cell C2. Next, using Autofill we can find the result in other cells, as shown in the below image.

CEILING function in GS Example 2-3

Similarly, we can round up to the nearest half-hour using CEILING function.

Example #3 – Round With Different Factors

For example, consider the below table showing data and round up value in columns A and B respectively.

CEILING function in GS Example 3

Now, let us learn how to round with different factors using the CEILING function.

The steps are:

Step 1: To begin with, we need to insert the data in the spreadsheet. In this example, the data is inserted in A1:C4. Next, select the cell where we want to find the result. In this example, it is cell C2.

Step 2: Next, insert the CEILING function formula.

CEILING function in GS Example 3-1

So, the formula is =CEILING(A2,B2)

Step 3: Press Enter key.

We can see the result as shown in the below image.

CEILING function in GS Example 3-2

Now, we can see the result in cell C2. Next, using Autofill we can find the result in other cells, as shown in the below image.

CEILING function in GS Example 3-3

Similarly, we can round with different factors using CEILING function in Google sheets.

Important Things To Note

  • CEILING function in Google sheets is used to round up a numeric value.
  • Similar to CEILING functions, there are other functions in the same category.
  • They are:
    • CEILING.MATH
    • CEILING.PRECISE

Frequently Asked Questions

1) Explain the use of CEILING function with an example.

For example, consider the below table showing data and round up value in columns A and B respectively.
CEILING function in GS FAQ 1
Now, let us find the round up value using the CEILING function in Google sheets.

The steps are:
Step 1: To begin with, we need to insert the data in the spreadsheet. In this example, the data is inserted in A1:C2. Next, select the cell where we want to find the result. In this example, it is cell C2.
Step 2: Next, insert the CEILING function formula in Google sheets.
So, the formula is =CEILING(A2,B2)
Step 3: Press Enter key.

We can see the result as shown in the below image.
CEILING function in GS FAQ 1-1
Now, we can see the result in cell C2.
Similarly, we can get the round up value using CEILING function in Google sheets.

2) What are the points to keep in mind while using CEILING function in Google sheets?

We need two arguments or values while using CEILING function in Google sheets. They are the value to be rounded and round up value which is used to round the value.

Similarly, remember that the value and the round up number should always be either positive or negative. Using one positive and one negative data can result in errors.

3) What are the other functions similar to CEILING function in Google sheets?

Similar to CEILING function in Google sheets, there are two other functions such as CEILING.MATH and CEILING.PRECISE functions.

Download Template

This article must help understand CEILING Function Google Sheets with its formula and examples. You can download the template here to use it instantly.

Guide to What is the CEILING Function in Google Sheets. We discuss how to use it and its syntax along with detailed examples. You can learn more from the following articles.

NA Google Sheets

Show Formula In Google Sheets

Sentence Case In Google Sheets

Reader Interactions

Leave a Reply

Your email address will not be published. Required fields are marked *