Table of Contents
Google Sheets is a widely used spreadsheet software that allows users to store and manipulate data. Often, users may encounter situations where they want a cell to remain blank instead of displaying a zero value. This can be achieved by changing the cell formatting or by using a function such as IF or ISBLANK. By following these steps, users can ensure that their cells remain blank until they are filled with data, providing a more accurate representation of their data.
Google Sheets: Return Blank Instead of Zero
You can use the following basic syntax to return a blank instead of a zero when using formulas in Google Sheets:
=IF(B2/C2=0, "", B2/C2)
This particular formula attempts to divide the value in cell B2 by the value in cell C2.
If the result is zero, then Google Sheets returns a blank.
Otherwise, it returns the result of B2 divided by C2.
The following example shows how to use this formula in practice.
Example: Return Blank Instead of Zero in Google Sheets Formula
Suppose we have the following dataset that shows the total sales and returns for various products:

Suppose we type the following formula into cell D2 to calculate the return rate for product A:
=B2/C2
If we click and drag this formula down to every cell in column D, we’ll see that some of the results are equal to zero:

To return a blank value instead of a zero, we can type the following formula into cell D2:
=IF(B2/C2=0, "", B2/C2)
We can then click and drag this formula down to every remaining cell in column D:

The following tutorials explain how to perform other common tasks in Google Sheets:
Cite this article
stats writer (2024). How can I make Google Sheets return a blank cell instead of showing a zero value?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/how-can-i-make-google-sheets-return-a-blank-cell-instead-of-showing-a-zero-value/
stats writer. "How can I make Google Sheets return a blank cell instead of showing a zero value?." PSYCHOLOGICAL SCALES, 23 Jun. 2024, https://scales.arabpsychology.com/stats/how-can-i-make-google-sheets-return-a-blank-cell-instead-of-showing-a-zero-value/.
stats writer. "How can I make Google Sheets return a blank cell instead of showing a zero value?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/how-can-i-make-google-sheets-return-a-blank-cell-instead-of-showing-a-zero-value/.
stats writer (2024) 'How can I make Google Sheets return a blank cell instead of showing a zero value?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/how-can-i-make-google-sheets-return-a-blank-cell-instead-of-showing-a-zero-value/.
[1] stats writer, "How can I make Google Sheets return a blank cell instead of showing a zero value?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, June, 2024.
stats writer. How can I make Google Sheets return a blank cell instead of showing a zero value?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.
