Numbers: How can I make zeroes show empty?

I'm using the latest Numbers app and using it like any other spreadsheet and am finding that I cannot make zeros invisible. I used to be able to do this but it seems that this functionality has been either taken away or hidden.


I tried the APP help and the topic "Zero show empty" took me off to something completely unrelated, just as I would expect from an automated "help" system.


Does any body know how I can make this work. I would be most grateful.

iMac 21.5″, macOS 10.15

Posted on Jul 22, 2023 1:00 AM

Reply
Question marked as Top-ranking reply

Posted on Jul 22, 2023 7:01 AM

I often use a Custom Format. You can create one by scrolling to the. bottom of the Data Format dropdown in the Cell tab and choosing Create Custom Format...


Mine looks like this:




You may want Currency or something else in the 'If the rules below aren't met box', etc. Custom formats provide a lot of flexibility so you may want to experiment with the many options to get just what you want.


To apply the format and make the zeros disappear you simply select the range of cells and choose that format from the Data Format dropdown.


SG

4 replies
Question marked as Top-ranking reply

Jul 22, 2023 7:01 AM in response to Peter Marsh

I often use a Custom Format. You can create one by scrolling to the. bottom of the Data Format dropdown in the Cell tab and choosing Create Custom Format...


Mine looks like this:




You may want Currency or something else in the 'If the rules below aren't met box', etc. Custom formats provide a lot of flexibility so you may want to experiment with the many options to get just what you want.


To apply the format and make the zeros disappear you simply select the range of cells and choose that format from the Data Format dropdown.


SG

Jul 22, 2023 3:02 AM in response to Peter Marsh

If you are entering the zeros directly, Numbers will display what you entered.


If the zeros are the result of a calculation done by a formula in the cell you could wrap the formula in an IF statement to return a null string is the result of the formula is zero.


IF(formula = 0,"", formula)


Example:

Each cell in column A has the formula "RANDBETWEEN(0,5)" entered to generate a random integer in the range 0 to 5. The checkbox in Cell A1 serves as a pushbutton that makes all formulas in the table recalculate each time it is clicked.


The formula shown below the table is placed in all cells (except B1) of column B. The formula passes the number if it is not 0, and replaces it with an empty string if it is zero.



In the second example, below, the conditional highlighting is done on the values in column A, using the rule shown in the side bar. I the number in the cell is 0, the rule sets its colour value to 255 255 255 (red, yellow and blue are all set to their highest concentration) with the result being white numerals on a white background.

Regards,

Barry



This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Numbers: How can I make zeroes show empty?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.